Lower the default state intensities

This commit is contained in:
Nate Butler 2023-10-24 08:41:39 -04:00
parent bfb37bbe94
commit 9f48cdac83

View file

@ -166,13 +166,13 @@ impl ThemeColor {
surface: theme.middle.base.default.background,
background: theme.lowest.base.default.background,
filled_element: theme.lowest.base.default.background,
filled_element_hover: hsla(0.0, 0.0, 100.0, 0.16),
filled_element_active: hsla(0.0, 0.0, 100.0, 0.32),
filled_element_hover: hsla(0.0, 0.0, 100.0, 0.12),
filled_element_active: hsla(0.0, 0.0, 100.0, 0.16),
filled_element_selected: theme.lowest.accent.default.background,
filled_element_disabled: transparent,
ghost_element: transparent,
ghost_element_hover: hsla(0.0, 0.0, 100.0, 0.08),
ghost_element_active: hsla(0.0, 0.0, 100.0, 0.16),
ghost_element_active: hsla(0.0, 0.0, 100.0, 0.12),
ghost_element_selected: theme.lowest.accent.default.background,
ghost_element_disabled: transparent,
text: theme.lowest.base.default.foreground,