mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Lower the default state intensities
This commit is contained in:
parent
bfb37bbe94
commit
9f48cdac83
1 changed files with 3 additions and 3 deletions
|
@ -166,13 +166,13 @@ impl ThemeColor {
|
||||||
surface: theme.middle.base.default.background,
|
surface: theme.middle.base.default.background,
|
||||||
background: theme.lowest.base.default.background,
|
background: theme.lowest.base.default.background,
|
||||||
filled_element: 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_hover: hsla(0.0, 0.0, 100.0, 0.12),
|
||||||
filled_element_active: hsla(0.0, 0.0, 100.0, 0.32),
|
filled_element_active: hsla(0.0, 0.0, 100.0, 0.16),
|
||||||
filled_element_selected: theme.lowest.accent.default.background,
|
filled_element_selected: theme.lowest.accent.default.background,
|
||||||
filled_element_disabled: transparent,
|
filled_element_disabled: transparent,
|
||||||
ghost_element: transparent,
|
ghost_element: transparent,
|
||||||
ghost_element_hover: hsla(0.0, 0.0, 100.0, 0.08),
|
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_selected: theme.lowest.accent.default.background,
|
||||||
ghost_element_disabled: transparent,
|
ghost_element_disabled: transparent,
|
||||||
text: theme.lowest.base.default.foreground,
|
text: theme.lowest.base.default.foreground,
|
||||||
|
|
Loading…
Reference in a new issue