aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes/dark/index.ts
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-15 16:26:12 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-15 16:26:12 +0100
commitd9bbf686ae2458fdcb3b033a806f3c2eb72492da (patch)
tree0f38836e69ff763341c936f1716be7ba55f6e2d7 /src/themes/dark/index.ts
parentIterate on ecac9de1704ab75990eac16bc4aebb17bac774f5 (diff)
downloadferdium-app-d9bbf686ae2458fdcb3b033a806f3c2eb72492da.tar.gz
ferdium-app-d9bbf686ae2458fdcb3b033a806f3c2eb72492da.tar.zst
ferdium-app-d9bbf686ae2458fdcb3b033a806f3c2eb72492da.zip
Various appearance fixes
Diffstat (limited to 'src/themes/dark/index.ts')
-rw-r--r--src/themes/dark/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/themes/dark/index.ts b/src/themes/dark/index.ts
index aa132c743..dcdeef683 100644
--- a/src/themes/dark/index.ts
+++ b/src/themes/dark/index.ts
@@ -139,15 +139,15 @@ export default (brandPrimary: string) => {
139 }, 139 },
140 listItem: { 140 listItem: {
141 border: color(drawerBg).lighten(0.2).hex(), 141 border: color(drawerBg).lighten(0.2).hex(),
142 hoverBackground: color(drawerBg).lighten(0.2).hex(), 142 hoverBackground: legacyStyles.darkThemeGrayDark,
143 activeBackground: defaultStyles.brandPrimary, 143 activeBackground: legacyStyles.darkThemeGrayDarker,
144 name: { 144 name: {
145 color: colorText, 145 color: colorText,
146 activeColor: 'white', 146 activeColor: 'white',
147 }, 147 },
148 services: { 148 services: {
149 color: color(colorText).darken(0.5).hex(), 149 color: color(colorText).darken(0.5).hex(),
150 active: brandPrimaryColor.lighten(0.5).hex(), 150 active: color(colorText).darken(0.5).hex(),
151 }, 151 },
152 }, 152 },
153 }, 153 },