aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/dark/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/dark/index.ts')
-rw-r--r--packages/theme/src/themes/dark/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/theme/src/themes/dark/index.ts b/packages/theme/src/themes/dark/index.ts
index cb7ffc1cf..1c0ede8e5 100644
--- a/packages/theme/src/themes/dark/index.ts
+++ b/packages/theme/src/themes/dark/index.ts
@@ -69,6 +69,7 @@ export const workspaceDrawerBackground = color(colorBackground).lighten(0.3).hex
69export const workspaceDrawerAddButtonColor = legacyStyles.darkThemeGrayLighter; 69export const workspaceDrawerAddButtonColor = legacyStyles.darkThemeGrayLighter;
70export const workspaceDrawerAddButtonHoverColor = legacyStyles.darkThemeGraySmoke; 70export const workspaceDrawerAddButtonHoverColor = legacyStyles.darkThemeGraySmoke;
71export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).lighten(0.2).hex(); 71export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).lighten(0.2).hex();
72export const workspaceDrawerItemHoverBackground = color(workspaceDrawerBackground).lighten(0.2).hex();
72export const workspaceDrawerItemActiveBackground = defaultStyles.brandPrimary; 73export const workspaceDrawerItemActiveBackground = defaultStyles.brandPrimary;
73export const workspaceDrawerItemNameColor = colorText; 74export const workspaceDrawerItemNameColor = colorText;
74export const workspaceDrawerItemNameActiveColor = 'white'; 75export const workspaceDrawerItemNameActiveColor = 'white';