summaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/default/index.ts
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-04 16:46:22 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-04 16:46:22 +0200
commit4346b0c0871c856d27c9ba088dcaf0e084552b12 (patch)
tree9f6fdf49ec73a53f5f6f76f2a9f15cc71a118677 /packages/theme/src/themes/default/index.ts
parentclose workspace drawer after clicking on a workspace (diff)
downloadferdium-app-4346b0c0871c856d27c9ba088dcaf0e084552b12.tar.gz
ferdium-app-4346b0c0871c856d27c9ba088dcaf0e084552b12.tar.zst
ferdium-app-4346b0c0871c856d27c9ba088dcaf0e084552b12.zip
add hover effect for drawer workspace items
Diffstat (limited to 'packages/theme/src/themes/default/index.ts')
-rw-r--r--packages/theme/src/themes/default/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/theme/src/themes/default/index.ts b/packages/theme/src/themes/default/index.ts
index f2632ee20..718ccf485 100644
--- a/packages/theme/src/themes/default/index.ts
+++ b/packages/theme/src/themes/default/index.ts
@@ -149,6 +149,7 @@ export const workspaceDrawerPadding = 20;
149export const workspaceDrawerBackground = color(colorBackground).lighten(0.1).hex(); 149export const workspaceDrawerBackground = color(colorBackground).lighten(0.1).hex();
150export const workspaceDrawerAddButtonColor = legacyStyles.themeGrayLight; 150export const workspaceDrawerAddButtonColor = legacyStyles.themeGrayLight;
151export const workspaceDrawerAddButtonHoverColor = color(legacyStyles.themeGrayLight).lighten(0.1).hex(); 151export const workspaceDrawerAddButtonHoverColor = color(legacyStyles.themeGrayLight).lighten(0.1).hex();
152export const workspaceDrawerItemHoverBackground = color(workspaceDrawerBackground).darken(0.01).hex();
152export const workspaceDrawerItemActiveBackground = legacyStyles.themeGrayLightest; 153export const workspaceDrawerItemActiveBackground = legacyStyles.themeGrayLightest;
153export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).darken(0.05).hex(); 154export const workspaceDrawerItemBorder = color(workspaceDrawerBackground).darken(0.05).hex();
154export const workspaceDrawerItemNameColor = colorText; 155export const workspaceDrawerItemNameColor = colorText;