From 02f30922eace6887bdd85269348fb5c009ffbf33 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:11:35 -0500 Subject: [PATCH] guilds, friends, and channels translucency for vencord --- src/fixations/additions/translucency.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/fixations/additions/translucency.css diff --git a/src/fixations/additions/translucency.css b/src/fixations/additions/translucency.css new file mode 100644 index 0000000..bf1c8b7 --- /dev/null +++ b/src/fixations/additions/translucency.css @@ -0,0 +1,15 @@ +.theme-dark { + --background-tertiary: #2f31364b; +} +.theme-light { + --background-tertiary: #ffffff7e; +} +.theme-dark .appMount-2yBXZl, .theme-dark .app-2CXKsg, .theme-dark .bg-1QIAus, .theme-dark .scroller-3X7KbA, .theme-dark .guilds-2JjMmN, .theme-dark .channelName-3w2Y3c, .theme-dark .sidebar-1tnWFu, .theme-dark .privateChannels-oVe7HL, .theme-dark .searchBar-3TnChZ, .theme-dark .scroller-WSmht3, .theme-dark .container-1NXEtd, .theme-dark .header-3OsQeK, .theme-dark .searchBar-3TnChZ .searchBarComponent-3N7dCG { + background: transparent !important; +} +.theme-light .appMount-2yBXZl, .theme-light .app-2CXKsg, .theme-light .bg-1QIAus, .theme-light .scroller-3X7KbA, .theme-light .guilds-2JjMmN, .theme-light .channelName-3w2Y3c, .theme-light .sidebar-1tnWFu, .theme-light .privateChannels-oVe7HL, .theme-light .searchBar-3TnChZ, .theme-light .scroller-WSmht3, .theme-light .container-1NXEtd, .theme-light .header-3OsQeK, .theme-light .searchBar-3TnChZ .searchBarComponent-3N7dCG { + background: transparent !important; +} +.theme-dark .header-3OsQeK { + border-bottom: none; +}