From 024207d0426b84560e558561ea92e5d3d1e3b50e Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Mon, 13 Mar 2023 16:12:51 -0500 Subject: [PATCH] overhaul, light theme support --- src/fixations/_plugins.scss | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/src/fixations/_plugins.scss b/src/fixations/_plugins.scss index 13a6287..f978e26 100644 --- a/src/fixations/_plugins.scss +++ b/src/fixations/_plugins.scss @@ -26,18 +26,36 @@ /* ---------- Samfundev plugins ------------ */ /* ChannelTabs */ +.theme-light .channelTabs-tab.channelTabs-selected { + border-radius: 1px; + border-bottom: solid 1px black; + border-top: 0px solid white; + box-shadow: inset 0px 0px 0px 0px black; + background: rgb(225,225,225) !important; +} + +.theme-light .channelTabs-tab { + background: rgba(172, 172, 172, 0.354) !important; + box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.492); + border-top: 1px solid rgb(141, 141, 141); + border-bottom: solid 1px rgb(141, 141, 141); + border-right: solid .1px rgb(141, 141, 141); +} + .theme-dark .channelTabs-tab.channelTabs-selected { border-radius: 1px; border-bottom: solid 1px black; - border-top: solid 0px black; - background: var(--surCordBackground2) !important; + border-top: 0px solid white; + box-shadow: inset 0px 0px 0px 0px black; + background: var(--surCordBackground2)) !important; } .theme-dark .channelTabs-tab { background: var(--surCordBackground) !important; - border-bottom: solid 1px black; - border-top: solid 1px black; - border-right: solid .1px rgba(199, 199, 199, 0.236); + box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.492); + border-top: 1px solid rgb(0, 0, 0); + border-bottom: solid 1px rgb(0, 0, 0); + border-right: solid .1px rgb(0, 0, 0); } /* ---------- Cumcord plugins ------------ */