diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-13 17:30:12 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-13 17:30:12 +0100 |
commit | 1d928b8b8f492d207b23484265f03c6587af1d30 (patch) | |
tree | 7825ad9f60dae32fd4c8383761e2bbef6a813056 | |
parent | eda369881463a0c5e40064a592743dcbfebf98bd (diff) |
updated discord theme
-rw-r--r-- | .config/BetterDiscord/themes/MinimalCord.theme.css | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/.config/BetterDiscord/themes/MinimalCord.theme.css b/.config/BetterDiscord/themes/MinimalCord.theme.css index b4b9fda..81f7701 100644 --- a/.config/BetterDiscord/themes/MinimalCord.theme.css +++ b/.config/BetterDiscord/themes/MinimalCord.theme.css @@ -57,29 +57,20 @@ } .da-itemCard > div > div { - background: var(--background-secondary) !important; -} - -.da-channelTextArea > div { - box-shadow: none !important; - background: var(--foreground-1) !important; + background: var(--background) !important; } .da-form::before { background: transparent !important; } -.da-nowPlayingColumn { - background: var(--background-1) !important; -} - .da-videoControls { margin: 0px !important; } .da-privateChannelsHeaderContainer .da-numberBadge.da-base { background-color: rgb(var(--accent)) !important; - color: var(--pywal-bg0) !important; + color: var(--background) !important; } .da-circleIcon, @@ -91,7 +82,7 @@ section.da-container > .da-children > .da-tabBar > .da-item:not(.da-themed), .bd-guild .da-item, .da-tutorialContainer .da-pill .da-item { background-color: rgb(var(--accent)) !important; - color: var(--pywal-bg0) !important; + color: var(--background) !important; } .da-actionButton { |