aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/default/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/theme/src/themes/default/index.ts')
-rw-r--r--packages/theme/src/themes/default/index.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index 8a71e61cf..fc03b67de 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -140,3 +140,13 @@ export const badgeBorderRadius = 50;
140 140
141// Modal 141// Modal
142export const colorModalOverlayBackground = color('#000').alpha(0.5).rgb().string(); 142export const colorModalOverlayBackground = color('#000').alpha(0.5).rgb().string();
143
144// Workspace Drawer
145export const workspaceDrawerWidth = '220px';
146export const workspaceDrawerBackground = color(colorBackground).lighten(0.1).hex();
147export const workspaceDrawerItemActiveBackground = legacyStyles.themeGrayLightest;
148export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).darken(0.05).hex();
149export const workspaceDrawerNameColor = colorText;
150export const workspaceDrawerNameActiveColor = colorText;
151export const workspaceDrawerServicesColor = color(colorText).lighten(1.5).hex();
152export const workspaceDrawerServicesActiveColor = workspaceDrawerServicesColor;