mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Use mostly base theme
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
7ea9725125
commit
9c91b65ce2
@ -30,20 +30,20 @@ pub fn andromeda() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x262a33ff).into()),
|
background: Some(rgba(0x262a33ff).into()),
|
||||||
panel_background: Some(rgba(0x21242bff).into()),
|
panel_background: Some(rgba(0x21242bff).into()),
|
||||||
element_background: Some(rgba(0x21242bff).into()),
|
element_background: Some(rgba(0x21242bff).into()),
|
||||||
element_hover: Some(rgba(0x2b2f3980).into()),
|
element_hover: Some(rgba(0x252931ff).into()),
|
||||||
element_active: Some(rgba(0x2a2f39ff).into()),
|
element_active: Some(rgba(0x2a2f39ff).into()),
|
||||||
element_selected: Some(rgba(0x383b4580).into()),
|
element_selected: Some(rgba(0x2a2f39ff).into()),
|
||||||
element_disabled: Some(rgba(0x21242bff).into()),
|
element_disabled: Some(rgba(0x21242bff).into()),
|
||||||
drop_target_background: Some(rgba(0xaca8ae80).into()),
|
drop_target_background: Some(rgba(0xaca8ae80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x2b2f3980).into()),
|
ghost_element_hover: Some(rgba(0x252931ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x2a2f39ff).into()),
|
ghost_element_active: Some(rgba(0x2a2f39ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x383b4580).into()),
|
ghost_element_selected: Some(rgba(0x2a2f39ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x21242bff).into()),
|
ghost_element_disabled: Some(rgba(0x21242bff).into()),
|
||||||
text: Some(rgba(0xf7f7f8ff).into()),
|
text: Some(rgba(0xf7f7f8ff).into()),
|
||||||
text_muted: Some(rgba(0xaca8aeff).into()),
|
text_muted: Some(rgba(0xaca8aeff).into()),
|
||||||
text_placeholder: Some(rgba(0x474a53ff).into()),
|
text_placeholder: Some(rgba(0x6b6b73ff).into()),
|
||||||
text_disabled: Some(rgba(0xf7f7f8ff).into()),
|
text_disabled: Some(rgba(0x6b6b73ff).into()),
|
||||||
text_accent: Some(rgba(0x11a793ff).into()),
|
text_accent: Some(rgba(0x11a793ff).into()),
|
||||||
icon: Some(rgba(0xf7f7f8ff).into()),
|
icon: Some(rgba(0xf7f7f8ff).into()),
|
||||||
icon_muted: Some(rgba(0xaca8aeff).into()),
|
icon_muted: Some(rgba(0xaca8aeff).into()),
|
||||||
@ -56,9 +56,9 @@ pub fn andromeda() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x21242bff).into()),
|
tab_bar_background: Some(rgba(0x21242bff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x21242bff).into()),
|
tab_inactive_background: Some(rgba(0x21242bff).into()),
|
||||||
tab_active_background: Some(rgba(0x1e2025ff).into()),
|
tab_active_background: Some(rgba(0x1e2025ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf7f7f84d).into()),
|
scrollbar_thumb_background: Some(rgba(0x21242bff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf7f7f84d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x252931ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x21232aff).into()),
|
scrollbar_thumb_border: Some(rgba(0x252931ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x1e2025ff).into()),
|
scrollbar_track_background: Some(rgba(0x1e2025ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x21232aff).into()),
|
scrollbar_track_border: Some(rgba(0x21232aff).into()),
|
||||||
editor_foreground: Some(rgba(0xf7f7f8ff).into()),
|
editor_foreground: Some(rgba(0xf7f7f8ff).into()),
|
||||||
|
@ -31,20 +31,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xc5c4b9ff).into()),
|
background: Some(rgba(0xc5c4b9ff).into()),
|
||||||
panel_background: Some(rgba(0xebeae3ff).into()),
|
panel_background: Some(rgba(0xebeae3ff).into()),
|
||||||
element_background: Some(rgba(0xebeae3ff).into()),
|
element_background: Some(rgba(0xebeae3ff).into()),
|
||||||
element_hover: Some(rgba(0x96958580).into()),
|
element_hover: Some(rgba(0xd1d0c6ff).into()),
|
||||||
element_active: Some(rgba(0x989788ff).into()),
|
element_active: Some(rgba(0x989788ff).into()),
|
||||||
element_selected: Some(rgba(0x8b8a7880).into()),
|
element_selected: Some(rgba(0x989788ff).into()),
|
||||||
element_disabled: Some(rgba(0xebeae3ff).into()),
|
element_disabled: Some(rgba(0xebeae3ff).into()),
|
||||||
drop_target_background: Some(rgba(0x61604f80).into()),
|
drop_target_background: Some(rgba(0x61604f80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x96958580).into()),
|
ghost_element_hover: Some(rgba(0xd1d0c6ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x989788ff).into()),
|
ghost_element_active: Some(rgba(0x989788ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x8b8a7880).into()),
|
ghost_element_selected: Some(rgba(0x989788ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xebeae3ff).into()),
|
ghost_element_disabled: Some(rgba(0xebeae3ff).into()),
|
||||||
text: Some(rgba(0x22221bff).into()),
|
text: Some(rgba(0x22221bff).into()),
|
||||||
text_muted: Some(rgba(0x61604fff).into()),
|
text_muted: Some(rgba(0x61604fff).into()),
|
||||||
text_placeholder: Some(rgba(0x878573ff).into()),
|
text_placeholder: Some(rgba(0x767463ff).into()),
|
||||||
text_disabled: Some(rgba(0x22221bff).into()),
|
text_disabled: Some(rgba(0x767463ff).into()),
|
||||||
text_accent: Some(rgba(0x38a166ff).into()),
|
text_accent: Some(rgba(0x38a166ff).into()),
|
||||||
icon: Some(rgba(0x22221bff).into()),
|
icon: Some(rgba(0x22221bff).into()),
|
||||||
icon_muted: Some(rgba(0x61604fff).into()),
|
icon_muted: Some(rgba(0x61604fff).into()),
|
||||||
@ -57,9 +57,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xebeae3ff).into()),
|
tab_bar_background: Some(rgba(0xebeae3ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xebeae3ff).into()),
|
tab_inactive_background: Some(rgba(0xebeae3ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf4f3ecff).into()),
|
tab_active_background: Some(rgba(0xf4f3ecff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x22221b4d).into()),
|
scrollbar_thumb_background: Some(rgba(0xebeae3ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x22221b4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xd1d0c6ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xedece5ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xd1d0c6ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf4f3ecff).into()),
|
scrollbar_track_background: Some(rgba(0xf4f3ecff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xedece5ff).into()),
|
scrollbar_track_border: Some(rgba(0xedece5ff).into()),
|
||||||
editor_foreground: Some(rgba(0x302f27ff).into()),
|
editor_foreground: Some(rgba(0x302f27ff).into()),
|
||||||
@ -455,20 +455,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x443c39ff).into()),
|
background: Some(rgba(0x443c39ff).into()),
|
||||||
panel_background: Some(rgba(0x27211eff).into()),
|
panel_background: Some(rgba(0x27211eff).into()),
|
||||||
element_background: Some(rgba(0x27211eff).into()),
|
element_background: Some(rgba(0x27211eff).into()),
|
||||||
element_hover: Some(rgba(0x665f5c80).into()),
|
element_hover: Some(rgba(0x3b3431ff).into()),
|
||||||
element_active: Some(rgba(0x645d5aff).into()),
|
element_active: Some(rgba(0x645d5aff).into()),
|
||||||
element_selected: Some(rgba(0x71696680).into()),
|
element_selected: Some(rgba(0x645d5aff).into()),
|
||||||
element_disabled: Some(rgba(0x27211eff).into()),
|
element_disabled: Some(rgba(0x27211eff).into()),
|
||||||
drop_target_background: Some(rgba(0xa79f9d80).into()),
|
drop_target_background: Some(rgba(0xa79f9d80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x665f5c80).into()),
|
ghost_element_hover: Some(rgba(0x3b3431ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x645d5aff).into()),
|
ghost_element_active: Some(rgba(0x645d5aff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x71696680).into()),
|
ghost_element_selected: Some(rgba(0x645d5aff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x27211eff).into()),
|
ghost_element_disabled: Some(rgba(0x27211eff).into()),
|
||||||
text: Some(rgba(0xf1efeeff).into()),
|
text: Some(rgba(0xf1efeeff).into()),
|
||||||
text_muted: Some(rgba(0xa79f9dff).into()),
|
text_muted: Some(rgba(0xa79f9dff).into()),
|
||||||
text_placeholder: Some(rgba(0x766e6bff).into()),
|
text_placeholder: Some(rgba(0x8e8683ff).into()),
|
||||||
text_disabled: Some(rgba(0xf1efeeff).into()),
|
text_disabled: Some(rgba(0x8e8683ff).into()),
|
||||||
text_accent: Some(rgba(0x417ee6ff).into()),
|
text_accent: Some(rgba(0x417ee6ff).into()),
|
||||||
icon: Some(rgba(0xf1efeeff).into()),
|
icon: Some(rgba(0xf1efeeff).into()),
|
||||||
icon_muted: Some(rgba(0xa79f9dff).into()),
|
icon_muted: Some(rgba(0xa79f9dff).into()),
|
||||||
@ -481,9 +481,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x27211eff).into()),
|
tab_bar_background: Some(rgba(0x27211eff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x27211eff).into()),
|
tab_inactive_background: Some(rgba(0x27211eff).into()),
|
||||||
tab_active_background: Some(rgba(0x1b1918ff).into()),
|
tab_active_background: Some(rgba(0x1b1918ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf1efee4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x27211eff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf1efee4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x3b3431ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x251f1dff).into()),
|
scrollbar_thumb_border: Some(rgba(0x3b3431ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x1b1918ff).into()),
|
scrollbar_track_background: Some(rgba(0x1b1918ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x251f1dff).into()),
|
scrollbar_track_border: Some(rgba(0x251f1dff).into()),
|
||||||
editor_foreground: Some(rgba(0xe6e2e0ff).into()),
|
editor_foreground: Some(rgba(0xe6e2e0ff).into()),
|
||||||
@ -879,20 +879,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xbcc5bfff).into()),
|
background: Some(rgba(0xbcc5bfff).into()),
|
||||||
panel_background: Some(rgba(0xe3ebe6ff).into()),
|
panel_background: Some(rgba(0xe3ebe6ff).into()),
|
||||||
element_background: Some(rgba(0xe3ebe6ff).into()),
|
element_background: Some(rgba(0xe3ebe6ff).into()),
|
||||||
element_hover: Some(rgba(0x8b968e80).into()),
|
element_hover: Some(rgba(0xc8d1cbff).into()),
|
||||||
element_active: Some(rgba(0x8d9890ff).into()),
|
element_active: Some(rgba(0x8d9890ff).into()),
|
||||||
element_selected: Some(rgba(0x7e8b8280).into()),
|
element_selected: Some(rgba(0x8d9890ff).into()),
|
||||||
element_disabled: Some(rgba(0xe3ebe6ff).into()),
|
element_disabled: Some(rgba(0xe3ebe6ff).into()),
|
||||||
drop_target_background: Some(rgba(0x54625980).into()),
|
drop_target_background: Some(rgba(0x54625980).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x8b968e80).into()),
|
ghost_element_hover: Some(rgba(0xc8d1cbff).into()),
|
||||||
ghost_element_active: Some(rgba(0x8d9890ff).into()),
|
ghost_element_active: Some(rgba(0x8d9890ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x7e8b8280).into()),
|
ghost_element_selected: Some(rgba(0x8d9890ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xe3ebe6ff).into()),
|
ghost_element_disabled: Some(rgba(0xe3ebe6ff).into()),
|
||||||
text: Some(rgba(0x171c19ff).into()),
|
text: Some(rgba(0x171c19ff).into()),
|
||||||
text_muted: Some(rgba(0x546259ff).into()),
|
text_muted: Some(rgba(0x546259ff).into()),
|
||||||
text_placeholder: Some(rgba(0x79877dff).into()),
|
text_placeholder: Some(rgba(0x68766dff).into()),
|
||||||
text_disabled: Some(rgba(0x171c19ff).into()),
|
text_disabled: Some(rgba(0x68766dff).into()),
|
||||||
text_accent: Some(rgba(0x488c90ff).into()),
|
text_accent: Some(rgba(0x488c90ff).into()),
|
||||||
icon: Some(rgba(0x171c19ff).into()),
|
icon: Some(rgba(0x171c19ff).into()),
|
||||||
icon_muted: Some(rgba(0x546259ff).into()),
|
icon_muted: Some(rgba(0x546259ff).into()),
|
||||||
@ -905,9 +905,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xe3ebe6ff).into()),
|
tab_bar_background: Some(rgba(0xe3ebe6ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xe3ebe6ff).into()),
|
tab_inactive_background: Some(rgba(0xe3ebe6ff).into()),
|
||||||
tab_active_background: Some(rgba(0xecf4eeff).into()),
|
tab_active_background: Some(rgba(0xecf4eeff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x171c194d).into()),
|
scrollbar_thumb_background: Some(rgba(0xe3ebe6ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x171c194d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xc8d1cbff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xe5ede7ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xc8d1cbff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xecf4eeff).into()),
|
scrollbar_track_background: Some(rgba(0xecf4eeff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xe5ede7ff).into()),
|
scrollbar_track_border: Some(rgba(0xe5ede7ff).into()),
|
||||||
editor_foreground: Some(rgba(0x232a25ff).into()),
|
editor_foreground: Some(rgba(0x232a25ff).into()),
|
||||||
@ -1303,20 +1303,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x3a353fff).into()),
|
background: Some(rgba(0x3a353fff).into()),
|
||||||
panel_background: Some(rgba(0x221f26ff).into()),
|
panel_background: Some(rgba(0x221f26ff).into()),
|
||||||
element_background: Some(rgba(0x221f26ff).into()),
|
element_background: Some(rgba(0x221f26ff).into()),
|
||||||
element_hover: Some(rgba(0x56505e80).into()),
|
element_hover: Some(rgba(0x332f38ff).into()),
|
||||||
element_active: Some(rgba(0x544f5cff).into()),
|
element_active: Some(rgba(0x544f5cff).into()),
|
||||||
element_selected: Some(rgba(0x605a6880).into()),
|
element_selected: Some(rgba(0x544f5cff).into()),
|
||||||
element_disabled: Some(rgba(0x221f26ff).into()),
|
element_disabled: Some(rgba(0x221f26ff).into()),
|
||||||
drop_target_background: Some(rgba(0x89859180).into()),
|
drop_target_background: Some(rgba(0x89859180).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x56505e80).into()),
|
ghost_element_hover: Some(rgba(0x332f38ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x544f5cff).into()),
|
ghost_element_active: Some(rgba(0x544f5cff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x605a6880).into()),
|
ghost_element_selected: Some(rgba(0x544f5cff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x221f26ff).into()),
|
ghost_element_disabled: Some(rgba(0x221f26ff).into()),
|
||||||
text: Some(rgba(0xefecf4ff).into()),
|
text: Some(rgba(0xefecf4ff).into()),
|
||||||
text_muted: Some(rgba(0x898591ff).into()),
|
text_muted: Some(rgba(0x898591ff).into()),
|
||||||
text_placeholder: Some(rgba(0x655f6dff).into()),
|
text_placeholder: Some(rgba(0x756f7eff).into()),
|
||||||
text_disabled: Some(rgba(0xefecf4ff).into()),
|
text_disabled: Some(rgba(0x756f7eff).into()),
|
||||||
text_accent: Some(rgba(0x576ddaff).into()),
|
text_accent: Some(rgba(0x576ddaff).into()),
|
||||||
icon: Some(rgba(0xefecf4ff).into()),
|
icon: Some(rgba(0xefecf4ff).into()),
|
||||||
icon_muted: Some(rgba(0x898591ff).into()),
|
icon_muted: Some(rgba(0x898591ff).into()),
|
||||||
@ -1329,9 +1329,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x221f26ff).into()),
|
tab_bar_background: Some(rgba(0x221f26ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x221f26ff).into()),
|
tab_inactive_background: Some(rgba(0x221f26ff).into()),
|
||||||
tab_active_background: Some(rgba(0x19171cff).into()),
|
tab_active_background: Some(rgba(0x19171cff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xefecf44d).into()),
|
scrollbar_thumb_background: Some(rgba(0x221f26ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xefecf44d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x332f38ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x201e24ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x332f38ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x19171cff).into()),
|
scrollbar_track_background: Some(rgba(0x19171cff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x201e24ff).into()),
|
scrollbar_track_border: Some(rgba(0x201e24ff).into()),
|
||||||
editor_foreground: Some(rgba(0xe2dfe7ff).into()),
|
editor_foreground: Some(rgba(0xe2dfe7ff).into()),
|
||||||
@ -1727,20 +1727,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x424136ff).into()),
|
background: Some(rgba(0x424136ff).into()),
|
||||||
panel_background: Some(rgba(0x2c2b23ff).into()),
|
panel_background: Some(rgba(0x2c2b23ff).into()),
|
||||||
element_background: Some(rgba(0x2c2b23ff).into()),
|
element_background: Some(rgba(0x2c2b23ff).into()),
|
||||||
element_hover: Some(rgba(0x5d5c4c80).into()),
|
element_hover: Some(rgba(0x3c3b31ff).into()),
|
||||||
element_active: Some(rgba(0x5c5b4bff).into()),
|
element_active: Some(rgba(0x5c5b4bff).into()),
|
||||||
element_selected: Some(rgba(0x67665580).into()),
|
element_selected: Some(rgba(0x5c5b4bff).into()),
|
||||||
element_disabled: Some(rgba(0x2c2b23ff).into()),
|
element_disabled: Some(rgba(0x2c2b23ff).into()),
|
||||||
drop_target_background: Some(rgba(0x91907f80).into()),
|
drop_target_background: Some(rgba(0x91907f80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x5d5c4c80).into()),
|
ghost_element_hover: Some(rgba(0x3c3b31ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x5c5b4bff).into()),
|
ghost_element_active: Some(rgba(0x5c5b4bff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x67665580).into()),
|
ghost_element_selected: Some(rgba(0x5c5b4bff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x2c2b23ff).into()),
|
ghost_element_disabled: Some(rgba(0x2c2b23ff).into()),
|
||||||
text: Some(rgba(0xf4f3ecff).into()),
|
text: Some(rgba(0xf4f3ecff).into()),
|
||||||
text_muted: Some(rgba(0x91907fff).into()),
|
text_muted: Some(rgba(0x91907fff).into()),
|
||||||
text_placeholder: Some(rgba(0x6c6b5aff).into()),
|
text_placeholder: Some(rgba(0x7d7c6aff).into()),
|
||||||
text_disabled: Some(rgba(0xf4f3ecff).into()),
|
text_disabled: Some(rgba(0x7d7c6aff).into()),
|
||||||
text_accent: Some(rgba(0x37a166ff).into()),
|
text_accent: Some(rgba(0x37a166ff).into()),
|
||||||
icon: Some(rgba(0xf4f3ecff).into()),
|
icon: Some(rgba(0xf4f3ecff).into()),
|
||||||
icon_muted: Some(rgba(0x91907fff).into()),
|
icon_muted: Some(rgba(0x91907fff).into()),
|
||||||
@ -1753,9 +1753,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x2c2b23ff).into()),
|
tab_bar_background: Some(rgba(0x2c2b23ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x2c2b23ff).into()),
|
tab_inactive_background: Some(rgba(0x2c2b23ff).into()),
|
||||||
tab_active_background: Some(rgba(0x22221bff).into()),
|
tab_active_background: Some(rgba(0x22221bff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf4f3ec4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x2c2b23ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf4f3ec4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x3c3b31ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x2a2922ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x3c3b31ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x22221bff).into()),
|
scrollbar_track_background: Some(rgba(0x22221bff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x2a2922ff).into()),
|
scrollbar_track_border: Some(rgba(0x2a2922ff).into()),
|
||||||
editor_foreground: Some(rgba(0xe7e6dfff).into()),
|
editor_foreground: Some(rgba(0xe7e6dfff).into()),
|
||||||
@ -2151,20 +2151,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x3e4769ff).into()),
|
background: Some(rgba(0x3e4769ff).into()),
|
||||||
panel_background: Some(rgba(0x262f51ff).into()),
|
panel_background: Some(rgba(0x262f51ff).into()),
|
||||||
element_background: Some(rgba(0x262f51ff).into()),
|
element_background: Some(rgba(0x262f51ff).into()),
|
||||||
element_hover: Some(rgba(0x5c648580).into()),
|
element_hover: Some(rgba(0x363f62ff).into()),
|
||||||
element_active: Some(rgba(0x5a6284ff).into()),
|
element_active: Some(rgba(0x5a6284ff).into()),
|
||||||
element_selected: Some(rgba(0x666e8f80).into()),
|
element_selected: Some(rgba(0x5a6284ff).into()),
|
||||||
element_disabled: Some(rgba(0x262f51ff).into()),
|
element_disabled: Some(rgba(0x262f51ff).into()),
|
||||||
drop_target_background: Some(rgba(0x959bb280).into()),
|
drop_target_background: Some(rgba(0x959bb280).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x5c648580).into()),
|
ghost_element_hover: Some(rgba(0x363f62ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x5a6284ff).into()),
|
ghost_element_active: Some(rgba(0x5a6284ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x666e8f80).into()),
|
ghost_element_selected: Some(rgba(0x5a6284ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x262f51ff).into()),
|
ghost_element_disabled: Some(rgba(0x262f51ff).into()),
|
||||||
text: Some(rgba(0xf5f7ffff).into()),
|
text: Some(rgba(0xf5f7ffff).into()),
|
||||||
text_muted: Some(rgba(0x959bb2ff).into()),
|
text_muted: Some(rgba(0x959bb2ff).into()),
|
||||||
text_placeholder: Some(rgba(0x6b7394ff).into()),
|
text_placeholder: Some(rgba(0x7e849eff).into()),
|
||||||
text_disabled: Some(rgba(0xf5f7ffff).into()),
|
text_disabled: Some(rgba(0x7e849eff).into()),
|
||||||
text_accent: Some(rgba(0x3e8fd0ff).into()),
|
text_accent: Some(rgba(0x3e8fd0ff).into()),
|
||||||
icon: Some(rgba(0xf5f7ffff).into()),
|
icon: Some(rgba(0xf5f7ffff).into()),
|
||||||
icon_muted: Some(rgba(0x959bb2ff).into()),
|
icon_muted: Some(rgba(0x959bb2ff).into()),
|
||||||
@ -2177,9 +2177,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x262f51ff).into()),
|
tab_bar_background: Some(rgba(0x262f51ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x262f51ff).into()),
|
tab_inactive_background: Some(rgba(0x262f51ff).into()),
|
||||||
tab_active_background: Some(rgba(0x202746ff).into()),
|
tab_active_background: Some(rgba(0x202746ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf5f7ff4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x262f51ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf5f7ff4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x363f62ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x252d4fff).into()),
|
scrollbar_thumb_border: Some(rgba(0x363f62ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x202746ff).into()),
|
scrollbar_track_background: Some(rgba(0x202746ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x252d4fff).into()),
|
scrollbar_track_border: Some(rgba(0x252d4fff).into()),
|
||||||
editor_foreground: Some(rgba(0xdfe2f1ff).into()),
|
editor_foreground: Some(rgba(0xdfe2f1ff).into()),
|
||||||
@ -2575,20 +2575,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xc2c6d9ff).into()),
|
background: Some(rgba(0xc2c6d9ff).into()),
|
||||||
panel_background: Some(rgba(0xe5e8f5ff).into()),
|
panel_background: Some(rgba(0xe5e8f5ff).into()),
|
||||||
element_background: Some(rgba(0xe5e8f5ff).into()),
|
element_background: Some(rgba(0xe5e8f5ff).into()),
|
||||||
element_hover: Some(rgba(0x9a9fb680).into()),
|
element_hover: Some(rgba(0xccd0e1ff).into()),
|
||||||
element_active: Some(rgba(0x9ca1b8ff).into()),
|
element_active: Some(rgba(0x9ca1b8ff).into()),
|
||||||
element_selected: Some(rgba(0x8e94aa80).into()),
|
element_selected: Some(rgba(0x9ca1b8ff).into()),
|
||||||
element_disabled: Some(rgba(0xe5e8f5ff).into()),
|
element_disabled: Some(rgba(0xe5e8f5ff).into()),
|
||||||
drop_target_background: Some(rgba(0x60688980).into()),
|
drop_target_background: Some(rgba(0x60688980).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x9a9fb680).into()),
|
ghost_element_hover: Some(rgba(0xccd0e1ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x9ca1b8ff).into()),
|
ghost_element_active: Some(rgba(0x9ca1b8ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x8e94aa80).into()),
|
ghost_element_selected: Some(rgba(0x9ca1b8ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xe5e8f5ff).into()),
|
ghost_element_disabled: Some(rgba(0xe5e8f5ff).into()),
|
||||||
text: Some(rgba(0x202746ff).into()),
|
text: Some(rgba(0x202746ff).into()),
|
||||||
text_muted: Some(rgba(0x606889ff).into()),
|
text_muted: Some(rgba(0x606889ff).into()),
|
||||||
text_placeholder: Some(rgba(0x898fa5ff).into()),
|
text_placeholder: Some(rgba(0x767d9aff).into()),
|
||||||
text_disabled: Some(rgba(0x202746ff).into()),
|
text_disabled: Some(rgba(0x767d9aff).into()),
|
||||||
text_accent: Some(rgba(0x3f8fd0ff).into()),
|
text_accent: Some(rgba(0x3f8fd0ff).into()),
|
||||||
icon: Some(rgba(0x202746ff).into()),
|
icon: Some(rgba(0x202746ff).into()),
|
||||||
icon_muted: Some(rgba(0x606889ff).into()),
|
icon_muted: Some(rgba(0x606889ff).into()),
|
||||||
@ -2601,9 +2601,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xe5e8f5ff).into()),
|
tab_bar_background: Some(rgba(0xe5e8f5ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xe5e8f5ff).into()),
|
tab_inactive_background: Some(rgba(0xe5e8f5ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf5f7ffff).into()),
|
tab_active_background: Some(rgba(0xf5f7ffff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x2027464d).into()),
|
scrollbar_thumb_background: Some(rgba(0xe5e8f5ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x2027464d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xccd0e1ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xe9ebf7ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xccd0e1ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf5f7ffff).into()),
|
scrollbar_track_background: Some(rgba(0xf5f7ffff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xe9ebf7ff).into()),
|
scrollbar_track_border: Some(rgba(0xe9ebf7ff).into()),
|
||||||
editor_foreground: Some(rgba(0x293256ff).into()),
|
editor_foreground: Some(rgba(0x293256ff).into()),
|
||||||
@ -2999,20 +2999,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x45433bff).into()),
|
background: Some(rgba(0x45433bff).into()),
|
||||||
panel_background: Some(rgba(0x262622ff).into()),
|
panel_background: Some(rgba(0x262622ff).into()),
|
||||||
element_background: Some(rgba(0x262622ff).into()),
|
element_background: Some(rgba(0x262622ff).into()),
|
||||||
element_hover: Some(rgba(0x6c695c80).into()),
|
element_hover: Some(rgba(0x3b3933ff).into()),
|
||||||
element_active: Some(rgba(0x6a675aff).into()),
|
element_active: Some(rgba(0x6a675aff).into()),
|
||||||
element_selected: Some(rgba(0x77746480).into()),
|
element_selected: Some(rgba(0x6a675aff).into()),
|
||||||
element_disabled: Some(rgba(0x262622ff).into()),
|
element_disabled: Some(rgba(0x262622ff).into()),
|
||||||
drop_target_background: Some(rgba(0xa4a08b80).into()),
|
drop_target_background: Some(rgba(0xa4a08b80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x6c695c80).into()),
|
ghost_element_hover: Some(rgba(0x3b3933ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x6a675aff).into()),
|
ghost_element_active: Some(rgba(0x6a675aff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x77746480).into()),
|
ghost_element_selected: Some(rgba(0x6a675aff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x262622ff).into()),
|
ghost_element_disabled: Some(rgba(0x262622ff).into()),
|
||||||
text: Some(rgba(0xfefbecff).into()),
|
text: Some(rgba(0xfefbecff).into()),
|
||||||
text_muted: Some(rgba(0xa4a08bff).into()),
|
text_muted: Some(rgba(0xa4a08bff).into()),
|
||||||
text_placeholder: Some(rgba(0x7c7968ff).into()),
|
text_placeholder: Some(rgba(0x8f8b77ff).into()),
|
||||||
text_disabled: Some(rgba(0xfefbecff).into()),
|
text_disabled: Some(rgba(0x8f8b77ff).into()),
|
||||||
text_accent: Some(rgba(0x6684e0ff).into()),
|
text_accent: Some(rgba(0x6684e0ff).into()),
|
||||||
icon: Some(rgba(0xfefbecff).into()),
|
icon: Some(rgba(0xfefbecff).into()),
|
||||||
icon_muted: Some(rgba(0xa4a08bff).into()),
|
icon_muted: Some(rgba(0xa4a08bff).into()),
|
||||||
@ -3025,9 +3025,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x262622ff).into()),
|
tab_bar_background: Some(rgba(0x262622ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x262622ff).into()),
|
tab_inactive_background: Some(rgba(0x262622ff).into()),
|
||||||
tab_active_background: Some(rgba(0x20201dff).into()),
|
tab_active_background: Some(rgba(0x20201dff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xfefbec4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x262622ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xfefbec4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x3b3933ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x252521ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x3b3933ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x20201dff).into()),
|
scrollbar_track_background: Some(rgba(0x20201dff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x252521ff).into()),
|
scrollbar_track_border: Some(rgba(0x252521ff).into()),
|
||||||
editor_foreground: Some(rgba(0xe8e4cfff).into()),
|
editor_foreground: Some(rgba(0xe8e4cfff).into()),
|
||||||
@ -3423,20 +3423,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x3b453bff).into()),
|
background: Some(rgba(0x3b453bff).into()),
|
||||||
panel_background: Some(rgba(0x1f231fff).into()),
|
panel_background: Some(rgba(0x1f231fff).into()),
|
||||||
element_background: Some(rgba(0x1f231fff).into()),
|
element_background: Some(rgba(0x1f231fff).into()),
|
||||||
element_hover: Some(rgba(0x5c6c5c80).into()),
|
element_hover: Some(rgba(0x333b33ff).into()),
|
||||||
element_active: Some(rgba(0x5a6a5aff).into()),
|
element_active: Some(rgba(0x5a6a5aff).into()),
|
||||||
element_selected: Some(rgba(0x64776480).into()),
|
element_selected: Some(rgba(0x5a6a5aff).into()),
|
||||||
element_disabled: Some(rgba(0x1f231fff).into()),
|
element_disabled: Some(rgba(0x1f231fff).into()),
|
||||||
drop_target_background: Some(rgba(0x8ba48b80).into()),
|
drop_target_background: Some(rgba(0x8ba48b80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x5c6c5c80).into()),
|
ghost_element_hover: Some(rgba(0x333b33ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x5a6a5aff).into()),
|
ghost_element_active: Some(rgba(0x5a6a5aff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x64776480).into()),
|
ghost_element_selected: Some(rgba(0x5a6a5aff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x1f231fff).into()),
|
ghost_element_disabled: Some(rgba(0x1f231fff).into()),
|
||||||
text: Some(rgba(0xf4fbf4ff).into()),
|
text: Some(rgba(0xf4fbf4ff).into()),
|
||||||
text_muted: Some(rgba(0x8ba48bff).into()),
|
text_muted: Some(rgba(0x8ba48bff).into()),
|
||||||
text_placeholder: Some(rgba(0x687c68ff).into()),
|
text_placeholder: Some(rgba(0x778f77ff).into()),
|
||||||
text_disabled: Some(rgba(0xf4fbf4ff).into()),
|
text_disabled: Some(rgba(0x778f77ff).into()),
|
||||||
text_accent: Some(rgba(0x3e62f4ff).into()),
|
text_accent: Some(rgba(0x3e62f4ff).into()),
|
||||||
icon: Some(rgba(0xf4fbf4ff).into()),
|
icon: Some(rgba(0xf4fbf4ff).into()),
|
||||||
icon_muted: Some(rgba(0x8ba48bff).into()),
|
icon_muted: Some(rgba(0x8ba48bff).into()),
|
||||||
@ -3449,9 +3449,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x1f231fff).into()),
|
tab_bar_background: Some(rgba(0x1f231fff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x1f231fff).into()),
|
tab_inactive_background: Some(rgba(0x1f231fff).into()),
|
||||||
tab_active_background: Some(rgba(0x131513ff).into()),
|
tab_active_background: Some(rgba(0x131513ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf4fbf44d).into()),
|
scrollbar_thumb_background: Some(rgba(0x1f231fff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf4fbf44d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x333b33ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x1d201dff).into()),
|
scrollbar_thumb_border: Some(rgba(0x333b33ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x131513ff).into()),
|
scrollbar_track_background: Some(rgba(0x131513ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x1d201dff).into()),
|
scrollbar_track_border: Some(rgba(0x1d201dff).into()),
|
||||||
editor_foreground: Some(rgba(0xcfe8cfff).into()),
|
editor_foreground: Some(rgba(0xcfe8cfff).into()),
|
||||||
@ -3847,20 +3847,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xbfbcc5ff).into()),
|
background: Some(rgba(0xbfbcc5ff).into()),
|
||||||
panel_background: Some(rgba(0xe6e3ebff).into()),
|
panel_background: Some(rgba(0xe6e3ebff).into()),
|
||||||
element_background: Some(rgba(0xe6e3ebff).into()),
|
element_background: Some(rgba(0xe6e3ebff).into()),
|
||||||
element_hover: Some(rgba(0x8f8b9680).into()),
|
element_hover: Some(rgba(0xcbc8d1ff).into()),
|
||||||
element_active: Some(rgba(0x918d98ff).into()),
|
element_active: Some(rgba(0x918d98ff).into()),
|
||||||
element_selected: Some(rgba(0x837e8b80).into()),
|
element_selected: Some(rgba(0x918d98ff).into()),
|
||||||
element_disabled: Some(rgba(0xe6e3ebff).into()),
|
element_disabled: Some(rgba(0xe6e3ebff).into()),
|
||||||
drop_target_background: Some(rgba(0x5a546280).into()),
|
drop_target_background: Some(rgba(0x5a546280).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x8f8b9680).into()),
|
ghost_element_hover: Some(rgba(0xcbc8d1ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x918d98ff).into()),
|
ghost_element_active: Some(rgba(0x918d98ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x837e8b80).into()),
|
ghost_element_selected: Some(rgba(0x918d98ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xe6e3ebff).into()),
|
ghost_element_disabled: Some(rgba(0xe6e3ebff).into()),
|
||||||
text: Some(rgba(0x19171cff).into()),
|
text: Some(rgba(0x19171cff).into()),
|
||||||
text_muted: Some(rgba(0x5a5462ff).into()),
|
text_muted: Some(rgba(0x5a5462ff).into()),
|
||||||
text_placeholder: Some(rgba(0x7e7987ff).into()),
|
text_placeholder: Some(rgba(0x6e6876ff).into()),
|
||||||
text_disabled: Some(rgba(0x19171cff).into()),
|
text_disabled: Some(rgba(0x6e6876ff).into()),
|
||||||
text_accent: Some(rgba(0x586ddaff).into()),
|
text_accent: Some(rgba(0x586ddaff).into()),
|
||||||
icon: Some(rgba(0x19171cff).into()),
|
icon: Some(rgba(0x19171cff).into()),
|
||||||
icon_muted: Some(rgba(0x5a5462ff).into()),
|
icon_muted: Some(rgba(0x5a5462ff).into()),
|
||||||
@ -3873,9 +3873,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xe6e3ebff).into()),
|
tab_bar_background: Some(rgba(0xe6e3ebff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xe6e3ebff).into()),
|
tab_inactive_background: Some(rgba(0xe6e3ebff).into()),
|
||||||
tab_active_background: Some(rgba(0xefecf4ff).into()),
|
tab_active_background: Some(rgba(0xefecf4ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x19171c4d).into()),
|
scrollbar_thumb_background: Some(rgba(0xe6e3ebff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x19171c4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xcbc8d1ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xe8e5edff).into()),
|
scrollbar_thumb_border: Some(rgba(0xcbc8d1ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xefecf4ff).into()),
|
scrollbar_track_background: Some(rgba(0xefecf4ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xe8e5edff).into()),
|
scrollbar_track_border: Some(rgba(0xe8e5edff).into()),
|
||||||
editor_foreground: Some(rgba(0x26232aff).into()),
|
editor_foreground: Some(rgba(0x26232aff).into()),
|
||||||
@ -4271,20 +4271,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x3b3535ff).into()),
|
background: Some(rgba(0x3b3535ff).into()),
|
||||||
panel_background: Some(rgba(0x252020ff).into()),
|
panel_background: Some(rgba(0x252020ff).into()),
|
||||||
element_background: Some(rgba(0x252020ff).into()),
|
element_background: Some(rgba(0x252020ff).into()),
|
||||||
element_hover: Some(rgba(0x564e4e80).into()),
|
element_hover: Some(rgba(0x352f2fff).into()),
|
||||||
element_active: Some(rgba(0x554d4dff).into()),
|
element_active: Some(rgba(0x554d4dff).into()),
|
||||||
element_selected: Some(rgba(0x60585880).into()),
|
element_selected: Some(rgba(0x554d4dff).into()),
|
||||||
element_disabled: Some(rgba(0x252020ff).into()),
|
element_disabled: Some(rgba(0x252020ff).into()),
|
||||||
drop_target_background: Some(rgba(0x89838380).into()),
|
drop_target_background: Some(rgba(0x89838380).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x564e4e80).into()),
|
ghost_element_hover: Some(rgba(0x352f2fff).into()),
|
||||||
ghost_element_active: Some(rgba(0x554d4dff).into()),
|
ghost_element_active: Some(rgba(0x554d4dff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x60585880).into()),
|
ghost_element_selected: Some(rgba(0x554d4dff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x252020ff).into()),
|
ghost_element_disabled: Some(rgba(0x252020ff).into()),
|
||||||
text: Some(rgba(0xf4ececff).into()),
|
text: Some(rgba(0xf4ececff).into()),
|
||||||
text_muted: Some(rgba(0x898383ff).into()),
|
text_muted: Some(rgba(0x898383ff).into()),
|
||||||
text_placeholder: Some(rgba(0x655d5dff).into()),
|
text_placeholder: Some(rgba(0x756e6eff).into()),
|
||||||
text_disabled: Some(rgba(0xf4ececff).into()),
|
text_disabled: Some(rgba(0x756e6eff).into()),
|
||||||
text_accent: Some(rgba(0x7272caff).into()),
|
text_accent: Some(rgba(0x7272caff).into()),
|
||||||
icon: Some(rgba(0xf4ececff).into()),
|
icon: Some(rgba(0xf4ececff).into()),
|
||||||
icon_muted: Some(rgba(0x898383ff).into()),
|
icon_muted: Some(rgba(0x898383ff).into()),
|
||||||
@ -4297,9 +4297,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x252020ff).into()),
|
tab_bar_background: Some(rgba(0x252020ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x252020ff).into()),
|
tab_inactive_background: Some(rgba(0x252020ff).into()),
|
||||||
tab_active_background: Some(rgba(0x1b1818ff).into()),
|
tab_active_background: Some(rgba(0x1b1818ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf4ecec4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x252020ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf4ecec4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x352f2fff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x231f1fff).into()),
|
scrollbar_thumb_border: Some(rgba(0x352f2fff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x1b1818ff).into()),
|
scrollbar_track_background: Some(rgba(0x1b1818ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x231f1fff).into()),
|
scrollbar_track_border: Some(rgba(0x231f1fff).into()),
|
||||||
editor_foreground: Some(rgba(0xe7dfdfff).into()),
|
editor_foreground: Some(rgba(0xe7dfdfff).into()),
|
||||||
@ -4695,20 +4695,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x433a43ff).into()),
|
background: Some(rgba(0x433a43ff).into()),
|
||||||
panel_background: Some(rgba(0x252025ff).into()),
|
panel_background: Some(rgba(0x252025ff).into()),
|
||||||
element_background: Some(rgba(0x252025ff).into()),
|
element_background: Some(rgba(0x252025ff).into()),
|
||||||
element_hover: Some(rgba(0x675b6780).into()),
|
element_hover: Some(rgba(0x393239ff).into()),
|
||||||
element_active: Some(rgba(0x655965ff).into()),
|
element_active: Some(rgba(0x655965ff).into()),
|
||||||
element_selected: Some(rgba(0x72647280).into()),
|
element_selected: Some(rgba(0x655965ff).into()),
|
||||||
element_disabled: Some(rgba(0x252025ff).into()),
|
element_disabled: Some(rgba(0x252025ff).into()),
|
||||||
drop_target_background: Some(rgba(0xa99aa980).into()),
|
drop_target_background: Some(rgba(0xa99aa980).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x675b6780).into()),
|
ghost_element_hover: Some(rgba(0x393239ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x655965ff).into()),
|
ghost_element_active: Some(rgba(0x655965ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x72647280).into()),
|
ghost_element_selected: Some(rgba(0x655965ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x252025ff).into()),
|
ghost_element_disabled: Some(rgba(0x252025ff).into()),
|
||||||
text: Some(rgba(0xf7f3f7ff).into()),
|
text: Some(rgba(0xf7f3f7ff).into()),
|
||||||
text_muted: Some(rgba(0xa99aa9ff).into()),
|
text_muted: Some(rgba(0xa99aa9ff).into()),
|
||||||
text_placeholder: Some(rgba(0x776977ff).into()),
|
text_placeholder: Some(rgba(0x908190ff).into()),
|
||||||
text_disabled: Some(rgba(0xf7f3f7ff).into()),
|
text_disabled: Some(rgba(0x908190ff).into()),
|
||||||
text_accent: Some(rgba(0x526aebff).into()),
|
text_accent: Some(rgba(0x526aebff).into()),
|
||||||
icon: Some(rgba(0xf7f3f7ff).into()),
|
icon: Some(rgba(0xf7f3f7ff).into()),
|
||||||
icon_muted: Some(rgba(0xa99aa9ff).into()),
|
icon_muted: Some(rgba(0xa99aa9ff).into()),
|
||||||
@ -4721,9 +4721,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x252025ff).into()),
|
tab_bar_background: Some(rgba(0x252025ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x252025ff).into()),
|
tab_inactive_background: Some(rgba(0x252025ff).into()),
|
||||||
tab_active_background: Some(rgba(0x1b181bff).into()),
|
tab_active_background: Some(rgba(0x1b181bff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf7f3f74d).into()),
|
scrollbar_thumb_background: Some(rgba(0x252025ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf7f3f74d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x393239ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x231e23ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x393239ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x1b181bff).into()),
|
scrollbar_track_background: Some(rgba(0x1b181bff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x231e23ff).into()),
|
scrollbar_track_border: Some(rgba(0x231e23ff).into()),
|
||||||
editor_foreground: Some(rgba(0xd8cad8ff).into()),
|
editor_foreground: Some(rgba(0xd8cad8ff).into()),
|
||||||
@ -5119,20 +5119,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x33444dff).into()),
|
background: Some(rgba(0x33444dff).into()),
|
||||||
panel_background: Some(rgba(0x1c2529ff).into()),
|
panel_background: Some(rgba(0x1c2529ff).into()),
|
||||||
element_background: Some(rgba(0x1c2529ff).into()),
|
element_background: Some(rgba(0x1c2529ff).into()),
|
||||||
element_hover: Some(rgba(0x4f6b7880).into()),
|
element_hover: Some(rgba(0x2c3b42ff).into()),
|
||||||
element_active: Some(rgba(0x4d6976ff).into()),
|
element_active: Some(rgba(0x4d6976ff).into()),
|
||||||
element_selected: Some(rgba(0x57768580).into()),
|
element_selected: Some(rgba(0x4d6976ff).into()),
|
||||||
element_disabled: Some(rgba(0x1c2529ff).into()),
|
element_disabled: Some(rgba(0x1c2529ff).into()),
|
||||||
drop_target_background: Some(rgba(0x7ca0b380).into()),
|
drop_target_background: Some(rgba(0x7ca0b380).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x4f6b7880).into()),
|
ghost_element_hover: Some(rgba(0x2c3b42ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x4d6976ff).into()),
|
ghost_element_active: Some(rgba(0x4d6976ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x57768580).into()),
|
ghost_element_selected: Some(rgba(0x4d6976ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x1c2529ff).into()),
|
ghost_element_disabled: Some(rgba(0x1c2529ff).into()),
|
||||||
text: Some(rgba(0xebf8ffff).into()),
|
text: Some(rgba(0xebf8ffff).into()),
|
||||||
text_muted: Some(rgba(0x7ca0b3ff).into()),
|
text_muted: Some(rgba(0x7ca0b3ff).into()),
|
||||||
text_placeholder: Some(rgba(0x5a7b8bff).into()),
|
text_placeholder: Some(rgba(0x698c9eff).into()),
|
||||||
text_disabled: Some(rgba(0xebf8ffff).into()),
|
text_disabled: Some(rgba(0x698c9eff).into()),
|
||||||
text_accent: Some(rgba(0x277fadff).into()),
|
text_accent: Some(rgba(0x277fadff).into()),
|
||||||
icon: Some(rgba(0xebf8ffff).into()),
|
icon: Some(rgba(0xebf8ffff).into()),
|
||||||
icon_muted: Some(rgba(0x7ca0b3ff).into()),
|
icon_muted: Some(rgba(0x7ca0b3ff).into()),
|
||||||
@ -5145,9 +5145,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x1c2529ff).into()),
|
tab_bar_background: Some(rgba(0x1c2529ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x1c2529ff).into()),
|
tab_inactive_background: Some(rgba(0x1c2529ff).into()),
|
||||||
tab_active_background: Some(rgba(0x161b1dff).into()),
|
tab_active_background: Some(rgba(0x161b1dff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xebf8ff4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x1c2529ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xebf8ff4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x2c3b42ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x1b2327ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x2c3b42ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x161b1dff).into()),
|
scrollbar_track_background: Some(rgba(0x161b1dff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x1b2327ff).into()),
|
scrollbar_track_border: Some(rgba(0x1b2327ff).into()),
|
||||||
editor_foreground: Some(rgba(0xc1e4f6ff).into()),
|
editor_foreground: Some(rgba(0xc1e4f6ff).into()),
|
||||||
@ -5543,20 +5543,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xcdc8c6ff).into()),
|
background: Some(rgba(0xcdc8c6ff).into()),
|
||||||
panel_background: Some(rgba(0xe9e6e4ff).into()),
|
panel_background: Some(rgba(0xe9e6e4ff).into()),
|
||||||
element_background: Some(rgba(0xe9e6e4ff).into()),
|
element_background: Some(rgba(0xe9e6e4ff).into()),
|
||||||
element_hover: Some(rgba(0xaaa3a180).into()),
|
element_hover: Some(rgba(0xd6d1cfff).into()),
|
||||||
element_active: Some(rgba(0xaca5a3ff).into()),
|
element_active: Some(rgba(0xaca5a3ff).into()),
|
||||||
element_selected: Some(rgba(0xa1999680).into()),
|
element_selected: Some(rgba(0xaca5a3ff).into()),
|
||||||
element_disabled: Some(rgba(0xe9e6e4ff).into()),
|
element_disabled: Some(rgba(0xe9e6e4ff).into()),
|
||||||
drop_target_background: Some(rgba(0x6a636080).into()),
|
drop_target_background: Some(rgba(0x6a636080).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xaaa3a180).into()),
|
ghost_element_hover: Some(rgba(0xd6d1cfff).into()),
|
||||||
ghost_element_active: Some(rgba(0xaca5a3ff).into()),
|
ghost_element_active: Some(rgba(0xaca5a3ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xa1999680).into()),
|
ghost_element_selected: Some(rgba(0xaca5a3ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xe9e6e4ff).into()),
|
ghost_element_disabled: Some(rgba(0xe9e6e4ff).into()),
|
||||||
text: Some(rgba(0x1b1918ff).into()),
|
text: Some(rgba(0x1b1918ff).into()),
|
||||||
text_muted: Some(rgba(0x6a6360ff).into()),
|
text_muted: Some(rgba(0x6a6360ff).into()),
|
||||||
text_placeholder: Some(rgba(0x9c9491ff).into()),
|
text_placeholder: Some(rgba(0x847c79ff).into()),
|
||||||
text_disabled: Some(rgba(0x1b1918ff).into()),
|
text_disabled: Some(rgba(0x847c79ff).into()),
|
||||||
text_accent: Some(rgba(0x417ee6ff).into()),
|
text_accent: Some(rgba(0x417ee6ff).into()),
|
||||||
icon: Some(rgba(0x1b1918ff).into()),
|
icon: Some(rgba(0x1b1918ff).into()),
|
||||||
icon_muted: Some(rgba(0x6a6360ff).into()),
|
icon_muted: Some(rgba(0x6a6360ff).into()),
|
||||||
@ -5569,9 +5569,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xe9e6e4ff).into()),
|
tab_bar_background: Some(rgba(0xe9e6e4ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xe9e6e4ff).into()),
|
tab_inactive_background: Some(rgba(0xe9e6e4ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf1efeeff).into()),
|
tab_active_background: Some(rgba(0xf1efeeff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x1b19184d).into()),
|
scrollbar_thumb_background: Some(rgba(0xe9e6e4ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x1b19184d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xd6d1cfff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xebe8e6ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xd6d1cfff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf1efeeff).into()),
|
scrollbar_track_background: Some(rgba(0xf1efeeff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xebe8e6ff).into()),
|
scrollbar_track_border: Some(rgba(0xebe8e6ff).into()),
|
||||||
editor_foreground: Some(rgba(0x2c2421ff).into()),
|
editor_foreground: Some(rgba(0x2c2421ff).into()),
|
||||||
@ -5967,20 +5967,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xcecab4ff).into()),
|
background: Some(rgba(0xcecab4ff).into()),
|
||||||
panel_background: Some(rgba(0xeeebd7ff).into()),
|
panel_background: Some(rgba(0xeeebd7ff).into()),
|
||||||
element_background: Some(rgba(0xeeebd7ff).into()),
|
element_background: Some(rgba(0xeeebd7ff).into()),
|
||||||
element_hover: Some(rgba(0xa8a48e80).into()),
|
element_hover: Some(rgba(0xd7d3beff).into()),
|
||||||
element_active: Some(rgba(0xaaa690ff).into()),
|
element_active: Some(rgba(0xaaa690ff).into()),
|
||||||
element_selected: Some(rgba(0x9e9a8580).into()),
|
element_selected: Some(rgba(0xaaa690ff).into()),
|
||||||
element_disabled: Some(rgba(0xeeebd7ff).into()),
|
element_disabled: Some(rgba(0xeeebd7ff).into()),
|
||||||
drop_target_background: Some(rgba(0x706d5f80).into()),
|
drop_target_background: Some(rgba(0x706d5f80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xa8a48e80).into()),
|
ghost_element_hover: Some(rgba(0xd7d3beff).into()),
|
||||||
ghost_element_active: Some(rgba(0xaaa690ff).into()),
|
ghost_element_active: Some(rgba(0xaaa690ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x9e9a8580).into()),
|
ghost_element_selected: Some(rgba(0xaaa690ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xeeebd7ff).into()),
|
ghost_element_disabled: Some(rgba(0xeeebd7ff).into()),
|
||||||
text: Some(rgba(0x20201dff).into()),
|
text: Some(rgba(0x20201dff).into()),
|
||||||
text_muted: Some(rgba(0x706d5fff).into()),
|
text_muted: Some(rgba(0x706d5fff).into()),
|
||||||
text_placeholder: Some(rgba(0x999580ff).into()),
|
text_placeholder: Some(rgba(0x878471ff).into()),
|
||||||
text_disabled: Some(rgba(0x20201dff).into()),
|
text_disabled: Some(rgba(0x878471ff).into()),
|
||||||
text_accent: Some(rgba(0x6784e0ff).into()),
|
text_accent: Some(rgba(0x6784e0ff).into()),
|
||||||
icon: Some(rgba(0x20201dff).into()),
|
icon: Some(rgba(0x20201dff).into()),
|
||||||
icon_muted: Some(rgba(0x706d5fff).into()),
|
icon_muted: Some(rgba(0x706d5fff).into()),
|
||||||
@ -5993,9 +5993,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xeeebd7ff).into()),
|
tab_bar_background: Some(rgba(0xeeebd7ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xeeebd7ff).into()),
|
tab_inactive_background: Some(rgba(0xeeebd7ff).into()),
|
||||||
tab_active_background: Some(rgba(0xfefbecff).into()),
|
tab_active_background: Some(rgba(0xfefbecff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x20201d4d).into()),
|
scrollbar_thumb_background: Some(rgba(0xeeebd7ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x20201d4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xd7d3beff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xf2eedcff).into()),
|
scrollbar_thumb_border: Some(rgba(0xd7d3beff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xfefbecff).into()),
|
scrollbar_track_background: Some(rgba(0xfefbecff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xf2eedcff).into()),
|
scrollbar_track_border: Some(rgba(0xf2eedcff).into()),
|
||||||
editor_foreground: Some(rgba(0x292824ff).into()),
|
editor_foreground: Some(rgba(0x292824ff).into()),
|
||||||
@ -6391,20 +6391,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xc1bbbbff).into()),
|
background: Some(rgba(0xc1bbbbff).into()),
|
||||||
panel_background: Some(rgba(0xebe3e3ff).into()),
|
panel_background: Some(rgba(0xebe3e3ff).into()),
|
||||||
element_background: Some(rgba(0xebe3e3ff).into()),
|
element_background: Some(rgba(0xebe3e3ff).into()),
|
||||||
element_hover: Some(rgba(0x8e898980).into()),
|
element_hover: Some(rgba(0xcfc7c7ff).into()),
|
||||||
element_active: Some(rgba(0x908b8bff).into()),
|
element_active: Some(rgba(0x908b8bff).into()),
|
||||||
element_selected: Some(rgba(0x837c7c80).into()),
|
element_selected: Some(rgba(0x908b8bff).into()),
|
||||||
element_disabled: Some(rgba(0xebe3e3ff).into()),
|
element_disabled: Some(rgba(0xebe3e3ff).into()),
|
||||||
drop_target_background: Some(rgba(0x5a525280).into()),
|
drop_target_background: Some(rgba(0x5a525280).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x8e898980).into()),
|
ghost_element_hover: Some(rgba(0xcfc7c7ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x908b8bff).into()),
|
ghost_element_active: Some(rgba(0x908b8bff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x837c7c80).into()),
|
ghost_element_selected: Some(rgba(0x908b8bff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xebe3e3ff).into()),
|
ghost_element_disabled: Some(rgba(0xebe3e3ff).into()),
|
||||||
text: Some(rgba(0x1b1818ff).into()),
|
text: Some(rgba(0x1b1818ff).into()),
|
||||||
text_muted: Some(rgba(0x5a5252ff).into()),
|
text_muted: Some(rgba(0x5a5252ff).into()),
|
||||||
text_placeholder: Some(rgba(0x7e7777ff).into()),
|
text_placeholder: Some(rgba(0x6e6666ff).into()),
|
||||||
text_disabled: Some(rgba(0x1b1818ff).into()),
|
text_disabled: Some(rgba(0x6e6666ff).into()),
|
||||||
text_accent: Some(rgba(0x7372caff).into()),
|
text_accent: Some(rgba(0x7372caff).into()),
|
||||||
icon: Some(rgba(0x1b1818ff).into()),
|
icon: Some(rgba(0x1b1818ff).into()),
|
||||||
icon_muted: Some(rgba(0x5a5252ff).into()),
|
icon_muted: Some(rgba(0x5a5252ff).into()),
|
||||||
@ -6417,9 +6417,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xebe3e3ff).into()),
|
tab_bar_background: Some(rgba(0xebe3e3ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xebe3e3ff).into()),
|
tab_inactive_background: Some(rgba(0xebe3e3ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf4ececff).into()),
|
tab_active_background: Some(rgba(0xf4ececff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x1b18184d).into()),
|
scrollbar_thumb_background: Some(rgba(0xebe3e3ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x1b18184d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xcfc7c7ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xede5e5ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xcfc7c7ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf4ececff).into()),
|
scrollbar_track_background: Some(rgba(0xf4ececff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xede5e5ff).into()),
|
scrollbar_track_border: Some(rgba(0xede5e5ff).into()),
|
||||||
editor_foreground: Some(rgba(0x292424ff).into()),
|
editor_foreground: Some(rgba(0x292424ff).into()),
|
||||||
@ -6815,20 +6815,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xb4ceb4ff).into()),
|
background: Some(rgba(0xb4ceb4ff).into()),
|
||||||
panel_background: Some(rgba(0xdaeedaff).into()),
|
panel_background: Some(rgba(0xdaeedaff).into()),
|
||||||
element_background: Some(rgba(0xdaeedaff).into()),
|
element_background: Some(rgba(0xdaeedaff).into()),
|
||||||
element_hover: Some(rgba(0x8ea88e80).into()),
|
element_hover: Some(rgba(0xbed7beff).into()),
|
||||||
element_active: Some(rgba(0x90aa90ff).into()),
|
element_active: Some(rgba(0x90aa90ff).into()),
|
||||||
element_selected: Some(rgba(0x859e8580).into()),
|
element_selected: Some(rgba(0x90aa90ff).into()),
|
||||||
element_disabled: Some(rgba(0xdaeedaff).into()),
|
element_disabled: Some(rgba(0xdaeedaff).into()),
|
||||||
drop_target_background: Some(rgba(0x5f705f80).into()),
|
drop_target_background: Some(rgba(0x5f705f80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x8ea88e80).into()),
|
ghost_element_hover: Some(rgba(0xbed7beff).into()),
|
||||||
ghost_element_active: Some(rgba(0x90aa90ff).into()),
|
ghost_element_active: Some(rgba(0x90aa90ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x859e8580).into()),
|
ghost_element_selected: Some(rgba(0x90aa90ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xdaeedaff).into()),
|
ghost_element_disabled: Some(rgba(0xdaeedaff).into()),
|
||||||
text: Some(rgba(0x131513ff).into()),
|
text: Some(rgba(0x131513ff).into()),
|
||||||
text_muted: Some(rgba(0x5f705fff).into()),
|
text_muted: Some(rgba(0x5f705fff).into()),
|
||||||
text_placeholder: Some(rgba(0x809980ff).into()),
|
text_placeholder: Some(rgba(0x718771ff).into()),
|
||||||
text_disabled: Some(rgba(0x131513ff).into()),
|
text_disabled: Some(rgba(0x718771ff).into()),
|
||||||
text_accent: Some(rgba(0x3f62f4ff).into()),
|
text_accent: Some(rgba(0x3f62f4ff).into()),
|
||||||
icon: Some(rgba(0x131513ff).into()),
|
icon: Some(rgba(0x131513ff).into()),
|
||||||
icon_muted: Some(rgba(0x5f705fff).into()),
|
icon_muted: Some(rgba(0x5f705fff).into()),
|
||||||
@ -6841,9 +6841,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xdaeedaff).into()),
|
tab_bar_background: Some(rgba(0xdaeedaff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xdaeedaff).into()),
|
tab_inactive_background: Some(rgba(0xdaeedaff).into()),
|
||||||
tab_active_background: Some(rgba(0xf4fbf4ff).into()),
|
tab_active_background: Some(rgba(0xf4fbf4ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x1315134d).into()),
|
scrollbar_thumb_background: Some(rgba(0xdaeedaff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x1315134d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xbed7beff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xdff0dfff).into()),
|
scrollbar_thumb_border: Some(rgba(0xbed7beff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf4fbf4ff).into()),
|
scrollbar_track_background: Some(rgba(0xf4fbf4ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xdff0dfff).into()),
|
scrollbar_track_border: Some(rgba(0xdff0dfff).into()),
|
||||||
editor_foreground: Some(rgba(0x242924ff).into()),
|
editor_foreground: Some(rgba(0x242924ff).into()),
|
||||||
@ -7239,20 +7239,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x353f39ff).into()),
|
background: Some(rgba(0x353f39ff).into()),
|
||||||
panel_background: Some(rgba(0x1f2621ff).into()),
|
panel_background: Some(rgba(0x1f2621ff).into()),
|
||||||
element_background: Some(rgba(0x1f2621ff).into()),
|
element_background: Some(rgba(0x1f2621ff).into()),
|
||||||
element_hover: Some(rgba(0x505e5580).into()),
|
element_hover: Some(rgba(0x2f3832ff).into()),
|
||||||
element_active: Some(rgba(0x4f5c53ff).into()),
|
element_active: Some(rgba(0x4f5c53ff).into()),
|
||||||
element_selected: Some(rgba(0x5a685f80).into()),
|
element_selected: Some(rgba(0x4f5c53ff).into()),
|
||||||
element_disabled: Some(rgba(0x1f2621ff).into()),
|
element_disabled: Some(rgba(0x1f2621ff).into()),
|
||||||
drop_target_background: Some(rgba(0x85918880).into()),
|
drop_target_background: Some(rgba(0x85918880).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x505e5580).into()),
|
ghost_element_hover: Some(rgba(0x2f3832ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x4f5c53ff).into()),
|
ghost_element_active: Some(rgba(0x4f5c53ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x5a685f80).into()),
|
ghost_element_selected: Some(rgba(0x4f5c53ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x1f2621ff).into()),
|
ghost_element_disabled: Some(rgba(0x1f2621ff).into()),
|
||||||
text: Some(rgba(0xecf4eeff).into()),
|
text: Some(rgba(0xecf4eeff).into()),
|
||||||
text_muted: Some(rgba(0x859188ff).into()),
|
text_muted: Some(rgba(0x859188ff).into()),
|
||||||
text_placeholder: Some(rgba(0x5f6d64ff).into()),
|
text_placeholder: Some(rgba(0x6f7e74ff).into()),
|
||||||
text_disabled: Some(rgba(0xecf4eeff).into()),
|
text_disabled: Some(rgba(0x6f7e74ff).into()),
|
||||||
text_accent: Some(rgba(0x478c90ff).into()),
|
text_accent: Some(rgba(0x478c90ff).into()),
|
||||||
icon: Some(rgba(0xecf4eeff).into()),
|
icon: Some(rgba(0xecf4eeff).into()),
|
||||||
icon_muted: Some(rgba(0x859188ff).into()),
|
icon_muted: Some(rgba(0x859188ff).into()),
|
||||||
@ -7265,9 +7265,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x1f2621ff).into()),
|
tab_bar_background: Some(rgba(0x1f2621ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x1f2621ff).into()),
|
tab_inactive_background: Some(rgba(0x1f2621ff).into()),
|
||||||
tab_active_background: Some(rgba(0x171c19ff).into()),
|
tab_active_background: Some(rgba(0x171c19ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xecf4ee4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x1f2621ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xecf4ee4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x2f3832ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x1e2420ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x2f3832ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x171c19ff).into()),
|
scrollbar_track_background: Some(rgba(0x171c19ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x1e2420ff).into()),
|
scrollbar_track_border: Some(rgba(0x1e2420ff).into()),
|
||||||
editor_foreground: Some(rgba(0xdfe7e2ff).into()),
|
editor_foreground: Some(rgba(0xdfe7e2ff).into()),
|
||||||
@ -7663,20 +7663,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xc6b8c6ff).into()),
|
background: Some(rgba(0xc6b8c6ff).into()),
|
||||||
panel_background: Some(rgba(0xe1d6e1ff).into()),
|
panel_background: Some(rgba(0xe1d6e1ff).into()),
|
||||||
element_background: Some(rgba(0xe1d6e1ff).into()),
|
element_background: Some(rgba(0xe1d6e1ff).into()),
|
||||||
element_hover: Some(rgba(0xad9dad80).into()),
|
element_hover: Some(rgba(0xcdbecdff).into()),
|
||||||
element_active: Some(rgba(0xae9eaeff).into()),
|
element_active: Some(rgba(0xae9eaeff).into()),
|
||||||
element_selected: Some(rgba(0xa394a380).into()),
|
element_selected: Some(rgba(0xae9eaeff).into()),
|
||||||
element_disabled: Some(rgba(0xe1d6e1ff).into()),
|
element_disabled: Some(rgba(0xe1d6e1ff).into()),
|
||||||
drop_target_background: Some(rgba(0x6b5e6b80).into()),
|
drop_target_background: Some(rgba(0x6b5e6b80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xad9dad80).into()),
|
ghost_element_hover: Some(rgba(0xcdbecdff).into()),
|
||||||
ghost_element_active: Some(rgba(0xae9eaeff).into()),
|
ghost_element_active: Some(rgba(0xae9eaeff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xa394a380).into()),
|
ghost_element_selected: Some(rgba(0xae9eaeff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xe1d6e1ff).into()),
|
ghost_element_disabled: Some(rgba(0xe1d6e1ff).into()),
|
||||||
text: Some(rgba(0x1b181bff).into()),
|
text: Some(rgba(0x1b181bff).into()),
|
||||||
text_muted: Some(rgba(0x6b5e6bff).into()),
|
text_muted: Some(rgba(0x6b5e6bff).into()),
|
||||||
text_placeholder: Some(rgba(0x9e8f9eff).into()),
|
text_placeholder: Some(rgba(0x857785ff).into()),
|
||||||
text_disabled: Some(rgba(0x1b181bff).into()),
|
text_disabled: Some(rgba(0x857785ff).into()),
|
||||||
text_accent: Some(rgba(0x526aebff).into()),
|
text_accent: Some(rgba(0x526aebff).into()),
|
||||||
icon: Some(rgba(0x1b181bff).into()),
|
icon: Some(rgba(0x1b181bff).into()),
|
||||||
icon_muted: Some(rgba(0x6b5e6bff).into()),
|
icon_muted: Some(rgba(0x6b5e6bff).into()),
|
||||||
@ -7689,9 +7689,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xe1d6e1ff).into()),
|
tab_bar_background: Some(rgba(0xe1d6e1ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xe1d6e1ff).into()),
|
tab_inactive_background: Some(rgba(0xe1d6e1ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf7f3f7ff).into()),
|
tab_active_background: Some(rgba(0xf7f3f7ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x1b181b4d).into()),
|
scrollbar_thumb_background: Some(rgba(0xe1d6e1ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x1b181b4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xcdbecdff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xe5dce5ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xcdbecdff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf7f3f7ff).into()),
|
scrollbar_track_background: Some(rgba(0xf7f3f7ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xe5dce5ff).into()),
|
scrollbar_track_border: Some(rgba(0xe5dce5ff).into()),
|
||||||
editor_foreground: Some(rgba(0x292329ff).into()),
|
editor_foreground: Some(rgba(0x292329ff).into()),
|
||||||
@ -8087,20 +8087,20 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xa6cadcff).into()),
|
background: Some(rgba(0xa6cadcff).into()),
|
||||||
panel_background: Some(rgba(0xcdeaf9ff).into()),
|
panel_background: Some(rgba(0xcdeaf9ff).into()),
|
||||||
element_background: Some(rgba(0xcdeaf9ff).into()),
|
element_background: Some(rgba(0xcdeaf9ff).into()),
|
||||||
element_hover: Some(rgba(0x80a4b680).into()),
|
element_hover: Some(rgba(0xb0d3e5ff).into()),
|
||||||
element_active: Some(rgba(0x82a6b8ff).into()),
|
element_active: Some(rgba(0x82a6b8ff).into()),
|
||||||
element_selected: Some(rgba(0x769aad80).into()),
|
element_selected: Some(rgba(0x82a6b8ff).into()),
|
||||||
element_disabled: Some(rgba(0xcdeaf9ff).into()),
|
element_disabled: Some(rgba(0xcdeaf9ff).into()),
|
||||||
drop_target_background: Some(rgba(0x526f7d80).into()),
|
drop_target_background: Some(rgba(0x526f7d80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x80a4b680).into()),
|
ghost_element_hover: Some(rgba(0xb0d3e5ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x82a6b8ff).into()),
|
ghost_element_active: Some(rgba(0x82a6b8ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x769aad80).into()),
|
ghost_element_selected: Some(rgba(0x82a6b8ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xcdeaf9ff).into()),
|
ghost_element_disabled: Some(rgba(0xcdeaf9ff).into()),
|
||||||
text: Some(rgba(0x161b1dff).into()),
|
text: Some(rgba(0x161b1dff).into()),
|
||||||
text_muted: Some(rgba(0x526f7dff).into()),
|
text_muted: Some(rgba(0x526f7dff).into()),
|
||||||
text_placeholder: Some(rgba(0x7195a8ff).into()),
|
text_placeholder: Some(rgba(0x628496ff).into()),
|
||||||
text_disabled: Some(rgba(0x161b1dff).into()),
|
text_disabled: Some(rgba(0x628496ff).into()),
|
||||||
text_accent: Some(rgba(0x277fadff).into()),
|
text_accent: Some(rgba(0x277fadff).into()),
|
||||||
icon: Some(rgba(0x161b1dff).into()),
|
icon: Some(rgba(0x161b1dff).into()),
|
||||||
icon_muted: Some(rgba(0x526f7dff).into()),
|
icon_muted: Some(rgba(0x526f7dff).into()),
|
||||||
@ -8113,9 +8113,9 @@ pub fn atelier() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xcdeaf9ff).into()),
|
tab_bar_background: Some(rgba(0xcdeaf9ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xcdeaf9ff).into()),
|
tab_inactive_background: Some(rgba(0xcdeaf9ff).into()),
|
||||||
tab_active_background: Some(rgba(0xebf8ffff).into()),
|
tab_active_background: Some(rgba(0xebf8ffff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x161b1d4d).into()),
|
scrollbar_thumb_background: Some(rgba(0xcdeaf9ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x161b1d4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xb0d3e5ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xd3edfaff).into()),
|
scrollbar_thumb_border: Some(rgba(0xb0d3e5ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xebf8ffff).into()),
|
scrollbar_track_background: Some(rgba(0xebf8ffff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xd3edfaff).into()),
|
scrollbar_track_border: Some(rgba(0xd3edfaff).into()),
|
||||||
editor_foreground: Some(rgba(0x1f292eff).into()),
|
editor_foreground: Some(rgba(0x1f292eff).into()),
|
||||||
|
@ -31,20 +31,20 @@ pub fn ayu() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x313337ff).into()),
|
background: Some(rgba(0x313337ff).into()),
|
||||||
panel_background: Some(rgba(0x1f2127ff).into()),
|
panel_background: Some(rgba(0x1f2127ff).into()),
|
||||||
element_background: Some(rgba(0x1f2127ff).into()),
|
element_background: Some(rgba(0x1f2127ff).into()),
|
||||||
element_hover: Some(rgba(0x3f404380).into()),
|
element_hover: Some(rgba(0x2d2f34ff).into()),
|
||||||
element_active: Some(rgba(0x3e4043ff).into()),
|
element_active: Some(rgba(0x3e4043ff).into()),
|
||||||
element_selected: Some(rgba(0x50515280).into()),
|
element_selected: Some(rgba(0x3e4043ff).into()),
|
||||||
element_disabled: Some(rgba(0x1f2127ff).into()),
|
element_disabled: Some(rgba(0x1f2127ff).into()),
|
||||||
drop_target_background: Some(rgba(0x8a898680).into()),
|
drop_target_background: Some(rgba(0x8a898680).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x3f404380).into()),
|
ghost_element_hover: Some(rgba(0x2d2f34ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x3e4043ff).into()),
|
ghost_element_active: Some(rgba(0x3e4043ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x50515280).into()),
|
ghost_element_selected: Some(rgba(0x3e4043ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x1f2127ff).into()),
|
ghost_element_disabled: Some(rgba(0x1f2127ff).into()),
|
||||||
text: Some(rgba(0xbfbdb6ff).into()),
|
text: Some(rgba(0xbfbdb6ff).into()),
|
||||||
text_muted: Some(rgba(0x8a8986ff).into()),
|
text_muted: Some(rgba(0x8a8986ff).into()),
|
||||||
text_placeholder: Some(rgba(0x58595aff).into()),
|
text_placeholder: Some(rgba(0x696a6aff).into()),
|
||||||
text_disabled: Some(rgba(0xbfbdb6ff).into()),
|
text_disabled: Some(rgba(0x696a6aff).into()),
|
||||||
text_accent: Some(rgba(0x5ac2feff).into()),
|
text_accent: Some(rgba(0x5ac2feff).into()),
|
||||||
icon: Some(rgba(0xbfbdb6ff).into()),
|
icon: Some(rgba(0xbfbdb6ff).into()),
|
||||||
icon_muted: Some(rgba(0x8a8986ff).into()),
|
icon_muted: Some(rgba(0x8a8986ff).into()),
|
||||||
@ -57,9 +57,9 @@ pub fn ayu() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x1f2127ff).into()),
|
tab_bar_background: Some(rgba(0x1f2127ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x1f2127ff).into()),
|
tab_inactive_background: Some(rgba(0x1f2127ff).into()),
|
||||||
tab_active_background: Some(rgba(0x0d1017ff).into()),
|
tab_active_background: Some(rgba(0x0d1017ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xbfbdb64d).into()),
|
scrollbar_thumb_background: Some(rgba(0x1f2127ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xbfbdb64d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x2d2f34ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x1b1e24ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x2d2f34ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x0d1017ff).into()),
|
scrollbar_track_background: Some(rgba(0x0d1017ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x1b1e24ff).into()),
|
scrollbar_track_border: Some(rgba(0x1b1e24ff).into()),
|
||||||
editor_foreground: Some(rgba(0xbfbdb6ff).into()),
|
editor_foreground: Some(rgba(0xbfbdb6ff).into()),
|
||||||
@ -434,20 +434,20 @@ pub fn ayu() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xdcdddeff).into()),
|
background: Some(rgba(0xdcdddeff).into()),
|
||||||
panel_background: Some(rgba(0xececedff).into()),
|
panel_background: Some(rgba(0xececedff).into()),
|
||||||
element_background: Some(rgba(0xececedff).into()),
|
element_background: Some(rgba(0xececedff).into()),
|
||||||
element_hover: Some(rgba(0xcfd1d280).into()),
|
element_hover: Some(rgba(0xdfe0e1ff).into()),
|
||||||
element_active: Some(rgba(0xd0d1d3ff).into()),
|
element_active: Some(rgba(0xd0d1d3ff).into()),
|
||||||
element_selected: Some(rgba(0xc0c2c480).into()),
|
element_selected: Some(rgba(0xd0d1d3ff).into()),
|
||||||
element_disabled: Some(rgba(0xececedff).into()),
|
element_disabled: Some(rgba(0xececedff).into()),
|
||||||
drop_target_background: Some(rgba(0x8c8f9380).into()),
|
drop_target_background: Some(rgba(0x8c8f9380).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xcfd1d280).into()),
|
ghost_element_hover: Some(rgba(0xdfe0e1ff).into()),
|
||||||
ghost_element_active: Some(rgba(0xd0d1d3ff).into()),
|
ghost_element_active: Some(rgba(0xd0d1d3ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xc0c2c480).into()),
|
ghost_element_selected: Some(rgba(0xd0d1d3ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xececedff).into()),
|
ghost_element_disabled: Some(rgba(0xececedff).into()),
|
||||||
text: Some(rgba(0x5c6166ff).into()),
|
text: Some(rgba(0x5c6166ff).into()),
|
||||||
text_muted: Some(rgba(0x8c8f93ff).into()),
|
text_muted: Some(rgba(0x8c8f93ff).into()),
|
||||||
text_placeholder: Some(rgba(0xb9bbbdff).into()),
|
text_placeholder: Some(rgba(0xa9acaeff).into()),
|
||||||
text_disabled: Some(rgba(0x5c6166ff).into()),
|
text_disabled: Some(rgba(0xa9acaeff).into()),
|
||||||
text_accent: Some(rgba(0x3b9ee5ff).into()),
|
text_accent: Some(rgba(0x3b9ee5ff).into()),
|
||||||
icon: Some(rgba(0x5c6166ff).into()),
|
icon: Some(rgba(0x5c6166ff).into()),
|
||||||
icon_muted: Some(rgba(0x8c8f93ff).into()),
|
icon_muted: Some(rgba(0x8c8f93ff).into()),
|
||||||
@ -460,9 +460,9 @@ pub fn ayu() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xececedff).into()),
|
tab_bar_background: Some(rgba(0xececedff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xececedff).into()),
|
tab_inactive_background: Some(rgba(0xececedff).into()),
|
||||||
tab_active_background: Some(rgba(0xfcfcfcff).into()),
|
tab_active_background: Some(rgba(0xfcfcfcff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x5c61664d).into()),
|
scrollbar_thumb_background: Some(rgba(0xececedff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x5c61664d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xdfe0e1ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xefeff0ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xdfe0e1ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xfcfcfcff).into()),
|
scrollbar_track_background: Some(rgba(0xfcfcfcff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xefeff0ff).into()),
|
scrollbar_track_border: Some(rgba(0xefeff0ff).into()),
|
||||||
editor_foreground: Some(rgba(0x5c6166ff).into()),
|
editor_foreground: Some(rgba(0x5c6166ff).into()),
|
||||||
@ -837,20 +837,20 @@ pub fn ayu() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x464a52ff).into()),
|
background: Some(rgba(0x464a52ff).into()),
|
||||||
panel_background: Some(rgba(0x353944ff).into()),
|
panel_background: Some(rgba(0x353944ff).into()),
|
||||||
element_background: Some(rgba(0x353944ff).into()),
|
element_background: Some(rgba(0x353944ff).into()),
|
||||||
element_hover: Some(rgba(0x53565d80).into()),
|
element_hover: Some(rgba(0x43464fff).into()),
|
||||||
element_active: Some(rgba(0x53565dff).into()),
|
element_active: Some(rgba(0x53565dff).into()),
|
||||||
element_selected: Some(rgba(0x63656a80).into()),
|
element_selected: Some(rgba(0x53565dff).into()),
|
||||||
element_disabled: Some(rgba(0x353944ff).into()),
|
element_disabled: Some(rgba(0x353944ff).into()),
|
||||||
drop_target_background: Some(rgba(0x9a9a9880).into()),
|
drop_target_background: Some(rgba(0x9a9a9880).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x53565d80).into()),
|
ghost_element_hover: Some(rgba(0x43464fff).into()),
|
||||||
ghost_element_active: Some(rgba(0x53565dff).into()),
|
ghost_element_active: Some(rgba(0x53565dff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x63656a80).into()),
|
ghost_element_selected: Some(rgba(0x53565dff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x353944ff).into()),
|
ghost_element_disabled: Some(rgba(0x353944ff).into()),
|
||||||
text: Some(rgba(0xcccac2ff).into()),
|
text: Some(rgba(0xcccac2ff).into()),
|
||||||
text_muted: Some(rgba(0x9a9a98ff).into()),
|
text_muted: Some(rgba(0x9a9a98ff).into()),
|
||||||
text_placeholder: Some(rgba(0x6b6d71ff).into()),
|
text_placeholder: Some(rgba(0x7b7d7fff).into()),
|
||||||
text_disabled: Some(rgba(0xcccac2ff).into()),
|
text_disabled: Some(rgba(0x7b7d7fff).into()),
|
||||||
text_accent: Some(rgba(0x73cffeff).into()),
|
text_accent: Some(rgba(0x73cffeff).into()),
|
||||||
icon: Some(rgba(0xcccac2ff).into()),
|
icon: Some(rgba(0xcccac2ff).into()),
|
||||||
icon_muted: Some(rgba(0x9a9a98ff).into()),
|
icon_muted: Some(rgba(0x9a9a98ff).into()),
|
||||||
@ -863,9 +863,9 @@ pub fn ayu() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x353944ff).into()),
|
tab_bar_background: Some(rgba(0x353944ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x353944ff).into()),
|
tab_inactive_background: Some(rgba(0x353944ff).into()),
|
||||||
tab_active_background: Some(rgba(0x242936ff).into()),
|
tab_active_background: Some(rgba(0x242936ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xcccac24d).into()),
|
scrollbar_thumb_background: Some(rgba(0x353944ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xcccac24d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x43464fff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x323641ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x43464fff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x242936ff).into()),
|
scrollbar_track_background: Some(rgba(0x242936ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x323641ff).into()),
|
scrollbar_track_border: Some(rgba(0x323641ff).into()),
|
||||||
editor_foreground: Some(rgba(0xcccac2ff).into()),
|
editor_foreground: Some(rgba(0xcccac2ff).into()),
|
||||||
|
@ -31,20 +31,20 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xd9c8a4ff).into()),
|
background: Some(rgba(0xd9c8a4ff).into()),
|
||||||
panel_background: Some(rgba(0xecddb5ff).into()),
|
panel_background: Some(rgba(0xecddb5ff).into()),
|
||||||
element_background: Some(rgba(0xecddb5ff).into()),
|
element_background: Some(rgba(0xecddb5ff).into()),
|
||||||
element_hover: Some(rgba(0xc9b99a80).into()),
|
element_hover: Some(rgba(0xddcca7ff).into()),
|
||||||
element_active: Some(rgba(0xc9b99aff).into()),
|
element_active: Some(rgba(0xc9b99aff).into()),
|
||||||
element_selected: Some(rgba(0xb5a68e80).into()),
|
element_selected: Some(rgba(0xc9b99aff).into()),
|
||||||
element_disabled: Some(rgba(0xecddb5ff).into()),
|
element_disabled: Some(rgba(0xecddb5ff).into()),
|
||||||
drop_target_background: Some(rgba(0x5f565080).into()),
|
drop_target_background: Some(rgba(0x5f565080).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xc9b99a80).into()),
|
ghost_element_hover: Some(rgba(0xddcca7ff).into()),
|
||||||
ghost_element_active: Some(rgba(0xc9b99aff).into()),
|
ghost_element_active: Some(rgba(0xc9b99aff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xb5a68e80).into()),
|
ghost_element_selected: Some(rgba(0xc9b99aff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xecddb5ff).into()),
|
ghost_element_disabled: Some(rgba(0xecddb5ff).into()),
|
||||||
text: Some(rgba(0x282828ff).into()),
|
text: Some(rgba(0x282828ff).into()),
|
||||||
text_muted: Some(rgba(0x5f5650ff).into()),
|
text_muted: Some(rgba(0x5f5650ff).into()),
|
||||||
text_placeholder: Some(rgba(0xad9e87ff).into()),
|
text_placeholder: Some(rgba(0x8a7c6fff).into()),
|
||||||
text_disabled: Some(rgba(0x282828ff).into()),
|
text_disabled: Some(rgba(0x8a7c6fff).into()),
|
||||||
text_accent: Some(rgba(0x0b6678ff).into()),
|
text_accent: Some(rgba(0x0b6678ff).into()),
|
||||||
icon: Some(rgba(0x282828ff).into()),
|
icon: Some(rgba(0x282828ff).into()),
|
||||||
icon_muted: Some(rgba(0x5f5650ff).into()),
|
icon_muted: Some(rgba(0x5f5650ff).into()),
|
||||||
@ -57,9 +57,9 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xecddb5ff).into()),
|
tab_bar_background: Some(rgba(0xecddb5ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xecddb5ff).into()),
|
tab_inactive_background: Some(rgba(0xecddb5ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf9f5d7ff).into()),
|
tab_active_background: Some(rgba(0xf9f5d7ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x2828284d).into()),
|
scrollbar_thumb_background: Some(rgba(0xecddb5ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x2828284d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xddcca7ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xefe2bcff).into()),
|
scrollbar_thumb_border: Some(rgba(0xddcca7ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf9f5d7ff).into()),
|
scrollbar_track_background: Some(rgba(0xf9f5d7ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xefe2bcff).into()),
|
scrollbar_track_border: Some(rgba(0xefe2bcff).into()),
|
||||||
editor_foreground: Some(rgba(0x282828ff).into()),
|
editor_foreground: Some(rgba(0x282828ff).into()),
|
||||||
@ -441,20 +441,20 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x4c4642ff).into()),
|
background: Some(rgba(0x4c4642ff).into()),
|
||||||
panel_background: Some(rgba(0x3b3735ff).into()),
|
panel_background: Some(rgba(0x3b3735ff).into()),
|
||||||
element_background: Some(rgba(0x3b3735ff).into()),
|
element_background: Some(rgba(0x3b3735ff).into()),
|
||||||
element_hover: Some(rgba(0x5b534d80).into()),
|
element_hover: Some(rgba(0x494340ff).into()),
|
||||||
element_active: Some(rgba(0x5b524cff).into()),
|
element_active: Some(rgba(0x5b524cff).into()),
|
||||||
element_selected: Some(rgba(0x6e635a80).into()),
|
element_selected: Some(rgba(0x5b524cff).into()),
|
||||||
element_disabled: Some(rgba(0x3b3735ff).into()),
|
element_disabled: Some(rgba(0x3b3735ff).into()),
|
||||||
drop_target_background: Some(rgba(0xc5b59780).into()),
|
drop_target_background: Some(rgba(0xc5b59780).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x5b534d80).into()),
|
ghost_element_hover: Some(rgba(0x494340ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x5b524cff).into()),
|
ghost_element_active: Some(rgba(0x5b524cff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x6e635a80).into()),
|
ghost_element_selected: Some(rgba(0x5b524cff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x3b3735ff).into()),
|
ghost_element_disabled: Some(rgba(0x3b3735ff).into()),
|
||||||
text: Some(rgba(0xfbf1c7ff).into()),
|
text: Some(rgba(0xfbf1c7ff).into()),
|
||||||
text_muted: Some(rgba(0xc5b597ff).into()),
|
text_muted: Some(rgba(0xc5b597ff).into()),
|
||||||
text_placeholder: Some(rgba(0x776b61ff).into()),
|
text_placeholder: Some(rgba(0x9a8c79ff).into()),
|
||||||
text_disabled: Some(rgba(0xfbf1c7ff).into()),
|
text_disabled: Some(rgba(0x9a8c79ff).into()),
|
||||||
text_accent: Some(rgba(0x83a598ff).into()),
|
text_accent: Some(rgba(0x83a598ff).into()),
|
||||||
icon: Some(rgba(0xfbf1c7ff).into()),
|
icon: Some(rgba(0xfbf1c7ff).into()),
|
||||||
icon_muted: Some(rgba(0xc5b597ff).into()),
|
icon_muted: Some(rgba(0xc5b597ff).into()),
|
||||||
@ -467,9 +467,9 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x3b3735ff).into()),
|
tab_bar_background: Some(rgba(0x3b3735ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x3b3735ff).into()),
|
tab_inactive_background: Some(rgba(0x3b3735ff).into()),
|
||||||
tab_active_background: Some(rgba(0x32302fff).into()),
|
tab_active_background: Some(rgba(0x32302fff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xfbf1c74d).into()),
|
scrollbar_thumb_background: Some(rgba(0x3b3735ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xfbf1c74d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x494340ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x393634ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x494340ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x32302fff).into()),
|
scrollbar_track_background: Some(rgba(0x32302fff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x393634ff).into()),
|
scrollbar_track_border: Some(rgba(0x393634ff).into()),
|
||||||
editor_foreground: Some(rgba(0xebdbb2ff).into()),
|
editor_foreground: Some(rgba(0xebdbb2ff).into()),
|
||||||
@ -851,20 +851,20 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xd9c8a4ff).into()),
|
background: Some(rgba(0xd9c8a4ff).into()),
|
||||||
panel_background: Some(rgba(0xecddb4ff).into()),
|
panel_background: Some(rgba(0xecddb4ff).into()),
|
||||||
element_background: Some(rgba(0xecddb4ff).into()),
|
element_background: Some(rgba(0xecddb4ff).into()),
|
||||||
element_hover: Some(rgba(0xc9b99a80).into()),
|
element_hover: Some(rgba(0xddcca7ff).into()),
|
||||||
element_active: Some(rgba(0xc9b99aff).into()),
|
element_active: Some(rgba(0xc9b99aff).into()),
|
||||||
element_selected: Some(rgba(0xb5a68e80).into()),
|
element_selected: Some(rgba(0xc9b99aff).into()),
|
||||||
element_disabled: Some(rgba(0xecddb4ff).into()),
|
element_disabled: Some(rgba(0xecddb4ff).into()),
|
||||||
drop_target_background: Some(rgba(0x5f565080).into()),
|
drop_target_background: Some(rgba(0x5f565080).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xc9b99a80).into()),
|
ghost_element_hover: Some(rgba(0xddcca7ff).into()),
|
||||||
ghost_element_active: Some(rgba(0xc9b99aff).into()),
|
ghost_element_active: Some(rgba(0xc9b99aff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xb5a68e80).into()),
|
ghost_element_selected: Some(rgba(0xc9b99aff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xecddb4ff).into()),
|
ghost_element_disabled: Some(rgba(0xecddb4ff).into()),
|
||||||
text: Some(rgba(0x282828ff).into()),
|
text: Some(rgba(0x282828ff).into()),
|
||||||
text_muted: Some(rgba(0x5f5650ff).into()),
|
text_muted: Some(rgba(0x5f5650ff).into()),
|
||||||
text_placeholder: Some(rgba(0xad9e87ff).into()),
|
text_placeholder: Some(rgba(0x8a7c6fff).into()),
|
||||||
text_disabled: Some(rgba(0x282828ff).into()),
|
text_disabled: Some(rgba(0x8a7c6fff).into()),
|
||||||
text_accent: Some(rgba(0x0b6678ff).into()),
|
text_accent: Some(rgba(0x0b6678ff).into()),
|
||||||
icon: Some(rgba(0x282828ff).into()),
|
icon: Some(rgba(0x282828ff).into()),
|
||||||
icon_muted: Some(rgba(0x5f5650ff).into()),
|
icon_muted: Some(rgba(0x5f5650ff).into()),
|
||||||
@ -877,9 +877,9 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xecddb4ff).into()),
|
tab_bar_background: Some(rgba(0xecddb4ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xecddb4ff).into()),
|
tab_inactive_background: Some(rgba(0xecddb4ff).into()),
|
||||||
tab_active_background: Some(rgba(0xfbf1c7ff).into()),
|
tab_active_background: Some(rgba(0xfbf1c7ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x2828284d).into()),
|
scrollbar_thumb_background: Some(rgba(0xecddb4ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x2828284d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xddcca7ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xefe1b8ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xddcca7ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xfbf1c7ff).into()),
|
scrollbar_track_background: Some(rgba(0xfbf1c7ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xefe1b8ff).into()),
|
scrollbar_track_border: Some(rgba(0xefe1b8ff).into()),
|
||||||
editor_foreground: Some(rgba(0x282828ff).into()),
|
editor_foreground: Some(rgba(0x282828ff).into()),
|
||||||
@ -1261,20 +1261,20 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x4c4642ff).into()),
|
background: Some(rgba(0x4c4642ff).into()),
|
||||||
panel_background: Some(rgba(0x3a3735ff).into()),
|
panel_background: Some(rgba(0x3a3735ff).into()),
|
||||||
element_background: Some(rgba(0x3a3735ff).into()),
|
element_background: Some(rgba(0x3a3735ff).into()),
|
||||||
element_hover: Some(rgba(0x5b534d80).into()),
|
element_hover: Some(rgba(0x494340ff).into()),
|
||||||
element_active: Some(rgba(0x5b524cff).into()),
|
element_active: Some(rgba(0x5b524cff).into()),
|
||||||
element_selected: Some(rgba(0x6e635a80).into()),
|
element_selected: Some(rgba(0x5b524cff).into()),
|
||||||
element_disabled: Some(rgba(0x3a3735ff).into()),
|
element_disabled: Some(rgba(0x3a3735ff).into()),
|
||||||
drop_target_background: Some(rgba(0xc5b59780).into()),
|
drop_target_background: Some(rgba(0xc5b59780).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x5b534d80).into()),
|
ghost_element_hover: Some(rgba(0x494340ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x5b524cff).into()),
|
ghost_element_active: Some(rgba(0x5b524cff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x6e635a80).into()),
|
ghost_element_selected: Some(rgba(0x5b524cff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x3a3735ff).into()),
|
ghost_element_disabled: Some(rgba(0x3a3735ff).into()),
|
||||||
text: Some(rgba(0xfbf1c7ff).into()),
|
text: Some(rgba(0xfbf1c7ff).into()),
|
||||||
text_muted: Some(rgba(0xc5b597ff).into()),
|
text_muted: Some(rgba(0xc5b597ff).into()),
|
||||||
text_placeholder: Some(rgba(0x776b61ff).into()),
|
text_placeholder: Some(rgba(0x9a8c79ff).into()),
|
||||||
text_disabled: Some(rgba(0xfbf1c7ff).into()),
|
text_disabled: Some(rgba(0x9a8c79ff).into()),
|
||||||
text_accent: Some(rgba(0x83a598ff).into()),
|
text_accent: Some(rgba(0x83a598ff).into()),
|
||||||
icon: Some(rgba(0xfbf1c7ff).into()),
|
icon: Some(rgba(0xfbf1c7ff).into()),
|
||||||
icon_muted: Some(rgba(0xc5b597ff).into()),
|
icon_muted: Some(rgba(0xc5b597ff).into()),
|
||||||
@ -1287,9 +1287,9 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x3a3735ff).into()),
|
tab_bar_background: Some(rgba(0x3a3735ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x3a3735ff).into()),
|
tab_inactive_background: Some(rgba(0x3a3735ff).into()),
|
||||||
tab_active_background: Some(rgba(0x282828ff).into()),
|
tab_active_background: Some(rgba(0x282828ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xfbf1c74d).into()),
|
scrollbar_thumb_background: Some(rgba(0x3a3735ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xfbf1c74d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x494340ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x373432ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x494340ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x282828ff).into()),
|
scrollbar_track_background: Some(rgba(0x282828ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x373432ff).into()),
|
scrollbar_track_border: Some(rgba(0x373432ff).into()),
|
||||||
editor_foreground: Some(rgba(0xebdbb2ff).into()),
|
editor_foreground: Some(rgba(0xebdbb2ff).into()),
|
||||||
@ -1671,20 +1671,20 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xd9c8a4ff).into()),
|
background: Some(rgba(0xd9c8a4ff).into()),
|
||||||
panel_background: Some(rgba(0xecdcb3ff).into()),
|
panel_background: Some(rgba(0xecdcb3ff).into()),
|
||||||
element_background: Some(rgba(0xecdcb3ff).into()),
|
element_background: Some(rgba(0xecdcb3ff).into()),
|
||||||
element_hover: Some(rgba(0xc9b99a80).into()),
|
element_hover: Some(rgba(0xddcca7ff).into()),
|
||||||
element_active: Some(rgba(0xc9b99aff).into()),
|
element_active: Some(rgba(0xc9b99aff).into()),
|
||||||
element_selected: Some(rgba(0xb5a68e80).into()),
|
element_selected: Some(rgba(0xc9b99aff).into()),
|
||||||
element_disabled: Some(rgba(0xecdcb3ff).into()),
|
element_disabled: Some(rgba(0xecdcb3ff).into()),
|
||||||
drop_target_background: Some(rgba(0x5f565080).into()),
|
drop_target_background: Some(rgba(0x5f565080).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xc9b99a80).into()),
|
ghost_element_hover: Some(rgba(0xddcca7ff).into()),
|
||||||
ghost_element_active: Some(rgba(0xc9b99aff).into()),
|
ghost_element_active: Some(rgba(0xc9b99aff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xb5a68e80).into()),
|
ghost_element_selected: Some(rgba(0xc9b99aff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xecdcb3ff).into()),
|
ghost_element_disabled: Some(rgba(0xecdcb3ff).into()),
|
||||||
text: Some(rgba(0x282828ff).into()),
|
text: Some(rgba(0x282828ff).into()),
|
||||||
text_muted: Some(rgba(0x5f5650ff).into()),
|
text_muted: Some(rgba(0x5f5650ff).into()),
|
||||||
text_placeholder: Some(rgba(0xad9e87ff).into()),
|
text_placeholder: Some(rgba(0x8a7c6fff).into()),
|
||||||
text_disabled: Some(rgba(0x282828ff).into()),
|
text_disabled: Some(rgba(0x8a7c6fff).into()),
|
||||||
text_accent: Some(rgba(0x0b6678ff).into()),
|
text_accent: Some(rgba(0x0b6678ff).into()),
|
||||||
icon: Some(rgba(0x282828ff).into()),
|
icon: Some(rgba(0x282828ff).into()),
|
||||||
icon_muted: Some(rgba(0x5f5650ff).into()),
|
icon_muted: Some(rgba(0x5f5650ff).into()),
|
||||||
@ -1697,9 +1697,9 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xecdcb3ff).into()),
|
tab_bar_background: Some(rgba(0xecdcb3ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xecdcb3ff).into()),
|
tab_inactive_background: Some(rgba(0xecdcb3ff).into()),
|
||||||
tab_active_background: Some(rgba(0xf2e5bcff).into()),
|
tab_active_background: Some(rgba(0xf2e5bcff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x2828284d).into()),
|
scrollbar_thumb_background: Some(rgba(0xecdcb3ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x2828284d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xddcca7ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xeddeb5ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xddcca7ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xf2e5bcff).into()),
|
scrollbar_track_background: Some(rgba(0xf2e5bcff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xeddeb5ff).into()),
|
scrollbar_track_border: Some(rgba(0xeddeb5ff).into()),
|
||||||
editor_foreground: Some(rgba(0x282828ff).into()),
|
editor_foreground: Some(rgba(0x282828ff).into()),
|
||||||
@ -2081,20 +2081,20 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x4c4642ff).into()),
|
background: Some(rgba(0x4c4642ff).into()),
|
||||||
panel_background: Some(rgba(0x393634ff).into()),
|
panel_background: Some(rgba(0x393634ff).into()),
|
||||||
element_background: Some(rgba(0x393634ff).into()),
|
element_background: Some(rgba(0x393634ff).into()),
|
||||||
element_hover: Some(rgba(0x5b534d80).into()),
|
element_hover: Some(rgba(0x494340ff).into()),
|
||||||
element_active: Some(rgba(0x5b524cff).into()),
|
element_active: Some(rgba(0x5b524cff).into()),
|
||||||
element_selected: Some(rgba(0x6e635a80).into()),
|
element_selected: Some(rgba(0x5b524cff).into()),
|
||||||
element_disabled: Some(rgba(0x393634ff).into()),
|
element_disabled: Some(rgba(0x393634ff).into()),
|
||||||
drop_target_background: Some(rgba(0xc5b59780).into()),
|
drop_target_background: Some(rgba(0xc5b59780).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x5b534d80).into()),
|
ghost_element_hover: Some(rgba(0x494340ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x5b524cff).into()),
|
ghost_element_active: Some(rgba(0x5b524cff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x6e635a80).into()),
|
ghost_element_selected: Some(rgba(0x5b524cff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x393634ff).into()),
|
ghost_element_disabled: Some(rgba(0x393634ff).into()),
|
||||||
text: Some(rgba(0xfbf1c7ff).into()),
|
text: Some(rgba(0xfbf1c7ff).into()),
|
||||||
text_muted: Some(rgba(0xc5b597ff).into()),
|
text_muted: Some(rgba(0xc5b597ff).into()),
|
||||||
text_placeholder: Some(rgba(0x776b61ff).into()),
|
text_placeholder: Some(rgba(0x9a8c79ff).into()),
|
||||||
text_disabled: Some(rgba(0xfbf1c7ff).into()),
|
text_disabled: Some(rgba(0x9a8c79ff).into()),
|
||||||
text_accent: Some(rgba(0x83a598ff).into()),
|
text_accent: Some(rgba(0x83a598ff).into()),
|
||||||
icon: Some(rgba(0xfbf1c7ff).into()),
|
icon: Some(rgba(0xfbf1c7ff).into()),
|
||||||
icon_muted: Some(rgba(0xc5b597ff).into()),
|
icon_muted: Some(rgba(0xc5b597ff).into()),
|
||||||
@ -2107,9 +2107,9 @@ pub fn gruvbox() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x393634ff).into()),
|
tab_bar_background: Some(rgba(0x393634ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x393634ff).into()),
|
tab_inactive_background: Some(rgba(0x393634ff).into()),
|
||||||
tab_active_background: Some(rgba(0x1d2021ff).into()),
|
tab_active_background: Some(rgba(0x1d2021ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xfbf1c74d).into()),
|
scrollbar_thumb_background: Some(rgba(0x393634ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xfbf1c74d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x494340ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x343130ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x494340ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x1d2021ff).into()),
|
scrollbar_track_background: Some(rgba(0x1d2021ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x343130ff).into()),
|
scrollbar_track_border: Some(rgba(0x343130ff).into()),
|
||||||
editor_foreground: Some(rgba(0xebdbb2ff).into()),
|
editor_foreground: Some(rgba(0xebdbb2ff).into()),
|
||||||
|
@ -31,20 +31,20 @@ pub fn one() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xdcdcddff).into()),
|
background: Some(rgba(0xdcdcddff).into()),
|
||||||
panel_background: Some(rgba(0xebebecff).into()),
|
panel_background: Some(rgba(0xebebecff).into()),
|
||||||
element_background: Some(rgba(0xebebecff).into()),
|
element_background: Some(rgba(0xebebecff).into()),
|
||||||
element_hover: Some(rgba(0xc9c9ca80).into()),
|
element_hover: Some(rgba(0xdfdfe0ff).into()),
|
||||||
element_active: Some(rgba(0xcacacaff).into()),
|
element_active: Some(rgba(0xcacacaff).into()),
|
||||||
element_selected: Some(rgba(0xafafaf80).into()),
|
element_selected: Some(rgba(0xcacacaff).into()),
|
||||||
element_disabled: Some(rgba(0xebebecff).into()),
|
element_disabled: Some(rgba(0xebebecff).into()),
|
||||||
drop_target_background: Some(rgba(0x7f818880).into()),
|
drop_target_background: Some(rgba(0x7f818880).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xc9c9ca80).into()),
|
ghost_element_hover: Some(rgba(0xdfdfe0ff).into()),
|
||||||
ghost_element_active: Some(rgba(0xcacacaff).into()),
|
ghost_element_active: Some(rgba(0xcacacaff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xafafaf80).into()),
|
ghost_element_selected: Some(rgba(0xcacacaff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xebebecff).into()),
|
ghost_element_disabled: Some(rgba(0xebebecff).into()),
|
||||||
text: Some(rgba(0x383a41ff).into()),
|
text: Some(rgba(0x383a41ff).into()),
|
||||||
text_muted: Some(rgba(0x7f8188ff).into()),
|
text_muted: Some(rgba(0x7f8188ff).into()),
|
||||||
text_placeholder: Some(rgba(0xa7a7a8ff).into()),
|
text_placeholder: Some(rgba(0xa1a1a3ff).into()),
|
||||||
text_disabled: Some(rgba(0x383a41ff).into()),
|
text_disabled: Some(rgba(0xa1a1a3ff).into()),
|
||||||
text_accent: Some(rgba(0x5c79e2ff).into()),
|
text_accent: Some(rgba(0x5c79e2ff).into()),
|
||||||
icon: Some(rgba(0x383a41ff).into()),
|
icon: Some(rgba(0x383a41ff).into()),
|
||||||
icon_muted: Some(rgba(0x7f8188ff).into()),
|
icon_muted: Some(rgba(0x7f8188ff).into()),
|
||||||
@ -57,9 +57,9 @@ pub fn one() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xebebecff).into()),
|
tab_bar_background: Some(rgba(0xebebecff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xebebecff).into()),
|
tab_inactive_background: Some(rgba(0xebebecff).into()),
|
||||||
tab_active_background: Some(rgba(0xfafafaff).into()),
|
tab_active_background: Some(rgba(0xfafafaff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x383a414d).into()),
|
scrollbar_thumb_background: Some(rgba(0xebebecff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x383a414d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xdfdfe0ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xeeeeeeff).into()),
|
scrollbar_thumb_border: Some(rgba(0xdfdfe0ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xfafafaff).into()),
|
scrollbar_track_background: Some(rgba(0xfafafaff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xeeeeeeff).into()),
|
scrollbar_track_border: Some(rgba(0xeeeeeeff).into()),
|
||||||
editor_foreground: Some(rgba(0x383a41ff).into()),
|
editor_foreground: Some(rgba(0x383a41ff).into()),
|
||||||
@ -441,20 +441,20 @@ pub fn one() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x3b414dff).into()),
|
background: Some(rgba(0x3b414dff).into()),
|
||||||
panel_background: Some(rgba(0x2f343eff).into()),
|
panel_background: Some(rgba(0x2f343eff).into()),
|
||||||
element_background: Some(rgba(0x2f343eff).into()),
|
element_background: Some(rgba(0x2f343eff).into()),
|
||||||
element_hover: Some(rgba(0x464b5780).into()),
|
element_hover: Some(rgba(0x363c46ff).into()),
|
||||||
element_active: Some(rgba(0x454a56ff).into()),
|
element_active: Some(rgba(0x454a56ff).into()),
|
||||||
element_selected: Some(rgba(0x4f545e80).into()),
|
element_selected: Some(rgba(0x454a56ff).into()),
|
||||||
element_disabled: Some(rgba(0x2f343eff).into()),
|
element_disabled: Some(rgba(0x2f343eff).into()),
|
||||||
drop_target_background: Some(rgba(0x83899480).into()),
|
drop_target_background: Some(rgba(0x83899480).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x464b5780).into()),
|
ghost_element_hover: Some(rgba(0x363c46ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x454a56ff).into()),
|
ghost_element_active: Some(rgba(0x454a56ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x4f545e80).into()),
|
ghost_element_selected: Some(rgba(0x454a56ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x2f343eff).into()),
|
ghost_element_disabled: Some(rgba(0x2f343eff).into()),
|
||||||
text: Some(rgba(0xc8ccd4ff).into()),
|
text: Some(rgba(0xc8ccd4ff).into()),
|
||||||
text_muted: Some(rgba(0x838994ff).into()),
|
text_muted: Some(rgba(0x838994ff).into()),
|
||||||
text_placeholder: Some(rgba(0x545862ff).into()),
|
text_placeholder: Some(rgba(0x555a63ff).into()),
|
||||||
text_disabled: Some(rgba(0xc8ccd4ff).into()),
|
text_disabled: Some(rgba(0x555a63ff).into()),
|
||||||
text_accent: Some(rgba(0x74ade8ff).into()),
|
text_accent: Some(rgba(0x74ade8ff).into()),
|
||||||
icon: Some(rgba(0xc8ccd4ff).into()),
|
icon: Some(rgba(0xc8ccd4ff).into()),
|
||||||
icon_muted: Some(rgba(0x838994ff).into()),
|
icon_muted: Some(rgba(0x838994ff).into()),
|
||||||
@ -467,9 +467,9 @@ pub fn one() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x2f343eff).into()),
|
tab_bar_background: Some(rgba(0x2f343eff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x2f343eff).into()),
|
tab_inactive_background: Some(rgba(0x2f343eff).into()),
|
||||||
tab_active_background: Some(rgba(0x282c34ff).into()),
|
tab_active_background: Some(rgba(0x282c34ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xc8ccd44d).into()),
|
scrollbar_thumb_background: Some(rgba(0x2f343eff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xc8ccd44d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x363c46ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x2e333cff).into()),
|
scrollbar_thumb_border: Some(rgba(0x363c46ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x282c34ff).into()),
|
scrollbar_track_background: Some(rgba(0x282c34ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x2e333cff).into()),
|
scrollbar_track_border: Some(rgba(0x2e333cff).into()),
|
||||||
editor_foreground: Some(rgba(0xacb2beff).into()),
|
editor_foreground: Some(rgba(0xacb2beff).into()),
|
||||||
|
@ -31,20 +31,20 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xdcd8d8ff).into()),
|
background: Some(rgba(0xdcd8d8ff).into()),
|
||||||
panel_background: Some(rgba(0xfef9f2ff).into()),
|
panel_background: Some(rgba(0xfef9f2ff).into()),
|
||||||
element_background: Some(rgba(0xfef9f2ff).into()),
|
element_background: Some(rgba(0xfef9f2ff).into()),
|
||||||
element_hover: Some(rgba(0xdcd6d580).into()),
|
element_hover: Some(rgba(0xe5e0dfff).into()),
|
||||||
element_active: Some(rgba(0xdbd5d4ff).into()),
|
element_active: Some(rgba(0xdbd5d4ff).into()),
|
||||||
element_selected: Some(rgba(0xc1bac180).into()),
|
element_selected: Some(rgba(0xdbd5d4ff).into()),
|
||||||
element_disabled: Some(rgba(0xfef9f2ff).into()),
|
element_disabled: Some(rgba(0xfef9f2ff).into()),
|
||||||
drop_target_background: Some(rgba(0x706c8c80).into()),
|
drop_target_background: Some(rgba(0x706c8c80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0xdcd6d580).into()),
|
ghost_element_hover: Some(rgba(0xe5e0dfff).into()),
|
||||||
ghost_element_active: Some(rgba(0xdbd5d4ff).into()),
|
ghost_element_active: Some(rgba(0xdbd5d4ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0xc1bac180).into()),
|
ghost_element_selected: Some(rgba(0xdbd5d4ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xfef9f2ff).into()),
|
ghost_element_disabled: Some(rgba(0xfef9f2ff).into()),
|
||||||
text: Some(rgba(0x575279ff).into()),
|
text: Some(rgba(0x575279ff).into()),
|
||||||
text_muted: Some(rgba(0x706c8cff).into()),
|
text_muted: Some(rgba(0x706c8cff).into()),
|
||||||
text_placeholder: Some(rgba(0xb1abb5ff).into()),
|
text_placeholder: Some(rgba(0x938fa3ff).into()),
|
||||||
text_disabled: Some(rgba(0x575279ff).into()),
|
text_disabled: Some(rgba(0x938fa3ff).into()),
|
||||||
text_accent: Some(rgba(0x57949fff).into()),
|
text_accent: Some(rgba(0x57949fff).into()),
|
||||||
icon: Some(rgba(0x575279ff).into()),
|
icon: Some(rgba(0x575279ff).into()),
|
||||||
icon_muted: Some(rgba(0x706c8cff).into()),
|
icon_muted: Some(rgba(0x706c8cff).into()),
|
||||||
@ -57,9 +57,9 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xfef9f2ff).into()),
|
tab_bar_background: Some(rgba(0xfef9f2ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xfef9f2ff).into()),
|
tab_inactive_background: Some(rgba(0xfef9f2ff).into()),
|
||||||
tab_active_background: Some(rgba(0xfaf4edff).into()),
|
tab_active_background: Some(rgba(0xfaf4edff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x5752794d).into()),
|
scrollbar_thumb_background: Some(rgba(0xfef9f2ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x5752794d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xe5e0dfff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xfdf8f1ff).into()),
|
scrollbar_thumb_border: Some(rgba(0xe5e0dfff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xfaf4edff).into()),
|
scrollbar_track_background: Some(rgba(0xfaf4edff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xfdf8f1ff).into()),
|
scrollbar_track_border: Some(rgba(0xfdf8f1ff).into()),
|
||||||
editor_foreground: Some(rgba(0x575279ff).into()),
|
editor_foreground: Some(rgba(0x575279ff).into()),
|
||||||
@ -448,20 +448,20 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x38354eff).into()),
|
background: Some(rgba(0x38354eff).into()),
|
||||||
panel_background: Some(rgba(0x28253cff).into()),
|
panel_background: Some(rgba(0x28253cff).into()),
|
||||||
element_background: Some(rgba(0x28253cff).into()),
|
element_background: Some(rgba(0x28253cff).into()),
|
||||||
element_hover: Some(rgba(0x504c6880).into()),
|
element_hover: Some(rgba(0x322f48ff).into()),
|
||||||
element_active: Some(rgba(0x4f4b66ff).into()),
|
element_active: Some(rgba(0x4f4b66ff).into()),
|
||||||
element_selected: Some(rgba(0x45415d80).into()),
|
element_selected: Some(rgba(0x4f4b66ff).into()),
|
||||||
element_disabled: Some(rgba(0x28253cff).into()),
|
element_disabled: Some(rgba(0x28253cff).into()),
|
||||||
drop_target_background: Some(rgba(0x85819e80).into()),
|
drop_target_background: Some(rgba(0x85819e80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x504c6880).into()),
|
ghost_element_hover: Some(rgba(0x322f48ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x4f4b66ff).into()),
|
ghost_element_active: Some(rgba(0x4f4b66ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x45415d80).into()),
|
ghost_element_selected: Some(rgba(0x4f4b66ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x28253cff).into()),
|
ghost_element_disabled: Some(rgba(0x28253cff).into()),
|
||||||
text: Some(rgba(0xe0def4ff).into()),
|
text: Some(rgba(0xe0def4ff).into()),
|
||||||
text_muted: Some(rgba(0x85819eff).into()),
|
text_muted: Some(rgba(0x85819eff).into()),
|
||||||
text_placeholder: Some(rgba(0x3a3653ff).into()),
|
text_placeholder: Some(rgba(0x615d7aff).into()),
|
||||||
text_disabled: Some(rgba(0xe0def4ff).into()),
|
text_disabled: Some(rgba(0x615d7aff).into()),
|
||||||
text_accent: Some(rgba(0x9cced7ff).into()),
|
text_accent: Some(rgba(0x9cced7ff).into()),
|
||||||
icon: Some(rgba(0xe0def4ff).into()),
|
icon: Some(rgba(0xe0def4ff).into()),
|
||||||
icon_muted: Some(rgba(0x85819eff).into()),
|
icon_muted: Some(rgba(0x85819eff).into()),
|
||||||
@ -474,9 +474,9 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x28253cff).into()),
|
tab_bar_background: Some(rgba(0x28253cff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x28253cff).into()),
|
tab_inactive_background: Some(rgba(0x28253cff).into()),
|
||||||
tab_active_background: Some(rgba(0x232136ff).into()),
|
tab_active_background: Some(rgba(0x232136ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xe0def44d).into()),
|
scrollbar_thumb_background: Some(rgba(0x28253cff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xe0def44d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x322f48ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x27243bff).into()),
|
scrollbar_thumb_border: Some(rgba(0x322f48ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x232136ff).into()),
|
scrollbar_track_background: Some(rgba(0x232136ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x27243bff).into()),
|
scrollbar_track_border: Some(rgba(0x27243bff).into()),
|
||||||
editor_foreground: Some(rgba(0xe0def4ff).into()),
|
editor_foreground: Some(rgba(0xe0def4ff).into()),
|
||||||
@ -865,20 +865,20 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x292739ff).into()),
|
background: Some(rgba(0x292739ff).into()),
|
||||||
panel_background: Some(rgba(0x1d1b2aff).into()),
|
panel_background: Some(rgba(0x1d1b2aff).into()),
|
||||||
element_background: Some(rgba(0x1d1b2aff).into()),
|
element_background: Some(rgba(0x1d1b2aff).into()),
|
||||||
element_hover: Some(rgba(0x423f5580).into()),
|
element_hover: Some(rgba(0x232132ff).into()),
|
||||||
element_active: Some(rgba(0x403e53ff).into()),
|
element_active: Some(rgba(0x403e53ff).into()),
|
||||||
element_selected: Some(rgba(0x47445b80).into()),
|
element_selected: Some(rgba(0x403e53ff).into()),
|
||||||
element_disabled: Some(rgba(0x1d1b2aff).into()),
|
element_disabled: Some(rgba(0x1d1b2aff).into()),
|
||||||
drop_target_background: Some(rgba(0x75718e80).into()),
|
drop_target_background: Some(rgba(0x75718e80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x423f5580).into()),
|
ghost_element_hover: Some(rgba(0x232132ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x403e53ff).into()),
|
ghost_element_active: Some(rgba(0x403e53ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x47445b80).into()),
|
ghost_element_selected: Some(rgba(0x403e53ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x1d1b2aff).into()),
|
ghost_element_disabled: Some(rgba(0x1d1b2aff).into()),
|
||||||
text: Some(rgba(0xe0def4ff).into()),
|
text: Some(rgba(0xe0def4ff).into()),
|
||||||
text_muted: Some(rgba(0x75718eff).into()),
|
text_muted: Some(rgba(0x75718eff).into()),
|
||||||
text_placeholder: Some(rgba(0x3b384fff).into()),
|
text_placeholder: Some(rgba(0x2f2b43ff).into()),
|
||||||
text_disabled: Some(rgba(0xe0def4ff).into()),
|
text_disabled: Some(rgba(0x2f2b43ff).into()),
|
||||||
text_accent: Some(rgba(0x9cced7ff).into()),
|
text_accent: Some(rgba(0x9cced7ff).into()),
|
||||||
icon: Some(rgba(0xe0def4ff).into()),
|
icon: Some(rgba(0xe0def4ff).into()),
|
||||||
icon_muted: Some(rgba(0x75718eff).into()),
|
icon_muted: Some(rgba(0x75718eff).into()),
|
||||||
@ -891,9 +891,9 @@ pub fn rose_pine() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x1d1b2aff).into()),
|
tab_bar_background: Some(rgba(0x1d1b2aff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x1d1b2aff).into()),
|
tab_inactive_background: Some(rgba(0x1d1b2aff).into()),
|
||||||
tab_active_background: Some(rgba(0x191724ff).into()),
|
tab_active_background: Some(rgba(0x191724ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xe0def44d).into()),
|
scrollbar_thumb_background: Some(rgba(0x1d1b2aff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xe0def44d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x232132ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x1c1a29ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x232132ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x191724ff).into()),
|
scrollbar_track_background: Some(rgba(0x191724ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x1c1a29ff).into()),
|
scrollbar_track_border: Some(rgba(0x1c1a29ff).into()),
|
||||||
editor_foreground: Some(rgba(0xe0def4ff).into()),
|
editor_foreground: Some(rgba(0xe0def4ff).into()),
|
||||||
|
@ -30,20 +30,20 @@ pub fn sandcastle() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x333944ff).into()),
|
background: Some(rgba(0x333944ff).into()),
|
||||||
panel_background: Some(rgba(0x2b3039ff).into()),
|
panel_background: Some(rgba(0x2b3039ff).into()),
|
||||||
element_background: Some(rgba(0x2b3039ff).into()),
|
element_background: Some(rgba(0x2b3039ff).into()),
|
||||||
element_hover: Some(rgba(0x3d435080).into()),
|
element_hover: Some(rgba(0x313741ff).into()),
|
||||||
element_active: Some(rgba(0x3d4350ff).into()),
|
element_active: Some(rgba(0x3d4350ff).into()),
|
||||||
element_selected: Some(rgba(0x57535380).into()),
|
element_selected: Some(rgba(0x3d4350ff).into()),
|
||||||
element_disabled: Some(rgba(0x2b3039ff).into()),
|
element_disabled: Some(rgba(0x2b3039ff).into()),
|
||||||
drop_target_background: Some(rgba(0xa6978280).into()),
|
drop_target_background: Some(rgba(0xa6978280).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x3d435080).into()),
|
ghost_element_hover: Some(rgba(0x313741ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x3d4350ff).into()),
|
ghost_element_active: Some(rgba(0x3d4350ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x57535380).into()),
|
ghost_element_selected: Some(rgba(0x3d4350ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x2b3039ff).into()),
|
ghost_element_disabled: Some(rgba(0x2b3039ff).into()),
|
||||||
text: Some(rgba(0xfdf4c1ff).into()),
|
text: Some(rgba(0xfdf4c1ff).into()),
|
||||||
text_muted: Some(rgba(0xa69782ff).into()),
|
text_muted: Some(rgba(0xa69782ff).into()),
|
||||||
text_placeholder: Some(rgba(0x645b54ff).into()),
|
text_placeholder: Some(rgba(0x827568ff).into()),
|
||||||
text_disabled: Some(rgba(0xfdf4c1ff).into()),
|
text_disabled: Some(rgba(0x827568ff).into()),
|
||||||
text_accent: Some(rgba(0x528b8bff).into()),
|
text_accent: Some(rgba(0x528b8bff).into()),
|
||||||
icon: Some(rgba(0xfdf4c1ff).into()),
|
icon: Some(rgba(0xfdf4c1ff).into()),
|
||||||
icon_muted: Some(rgba(0xa69782ff).into()),
|
icon_muted: Some(rgba(0xa69782ff).into()),
|
||||||
@ -56,9 +56,9 @@ pub fn sandcastle() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x2b3039ff).into()),
|
tab_bar_background: Some(rgba(0x2b3039ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x2b3039ff).into()),
|
tab_inactive_background: Some(rgba(0x2b3039ff).into()),
|
||||||
tab_active_background: Some(rgba(0x282c34ff).into()),
|
tab_active_background: Some(rgba(0x282c34ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xfdf4c14d).into()),
|
scrollbar_thumb_background: Some(rgba(0x2b3039ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xfdf4c14d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x313741ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x2a2f38ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x313741ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x282c34ff).into()),
|
scrollbar_track_background: Some(rgba(0x282c34ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x2a2f38ff).into()),
|
scrollbar_track_border: Some(rgba(0x2a2f38ff).into()),
|
||||||
editor_foreground: Some(rgba(0xfdf4c1ff).into()),
|
editor_foreground: Some(rgba(0xfdf4c1ff).into()),
|
||||||
|
@ -31,20 +31,20 @@ pub fn solarized() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0xcfd0c4ff).into()),
|
background: Some(rgba(0xcfd0c4ff).into()),
|
||||||
panel_background: Some(rgba(0xf3eddaff).into()),
|
panel_background: Some(rgba(0xf3eddaff).into()),
|
||||||
element_background: Some(rgba(0xf3eddaff).into()),
|
element_background: Some(rgba(0xf3eddaff).into()),
|
||||||
element_hover: Some(rgba(0x9faaa880).into()),
|
element_hover: Some(rgba(0xdcdacbff).into()),
|
||||||
element_active: Some(rgba(0xa2aca9ff).into()),
|
element_active: Some(rgba(0xa2aca9ff).into()),
|
||||||
element_selected: Some(rgba(0x7f919480).into()),
|
element_selected: Some(rgba(0xa2aca9ff).into()),
|
||||||
element_disabled: Some(rgba(0xf3eddaff).into()),
|
element_disabled: Some(rgba(0xf3eddaff).into()),
|
||||||
drop_target_background: Some(rgba(0x34555e80).into()),
|
drop_target_background: Some(rgba(0x34555e80).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x9faaa880).into()),
|
ghost_element_hover: Some(rgba(0xdcdacbff).into()),
|
||||||
ghost_element_active: Some(rgba(0xa2aca9ff).into()),
|
ghost_element_active: Some(rgba(0xa2aca9ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x7f919480).into()),
|
ghost_element_selected: Some(rgba(0xa2aca9ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0xf3eddaff).into()),
|
ghost_element_disabled: Some(rgba(0xf3eddaff).into()),
|
||||||
text: Some(rgba(0x002b36ff).into()),
|
text: Some(rgba(0x002b36ff).into()),
|
||||||
text_muted: Some(rgba(0x34555eff).into()),
|
text_muted: Some(rgba(0x34555eff).into()),
|
||||||
text_placeholder: Some(rgba(0x788b8fff).into()),
|
text_placeholder: Some(rgba(0x6a7f86ff).into()),
|
||||||
text_disabled: Some(rgba(0x002b36ff).into()),
|
text_disabled: Some(rgba(0x6a7f86ff).into()),
|
||||||
text_accent: Some(rgba(0x298bd1ff).into()),
|
text_accent: Some(rgba(0x298bd1ff).into()),
|
||||||
icon: Some(rgba(0x002b36ff).into()),
|
icon: Some(rgba(0x002b36ff).into()),
|
||||||
icon_muted: Some(rgba(0x34555eff).into()),
|
icon_muted: Some(rgba(0x34555eff).into()),
|
||||||
@ -57,9 +57,9 @@ pub fn solarized() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0xf3eddaff).into()),
|
tab_bar_background: Some(rgba(0xf3eddaff).into()),
|
||||||
tab_inactive_background: Some(rgba(0xf3eddaff).into()),
|
tab_inactive_background: Some(rgba(0xf3eddaff).into()),
|
||||||
tab_active_background: Some(rgba(0xfdf6e3ff).into()),
|
tab_active_background: Some(rgba(0xfdf6e3ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0x002b364d).into()),
|
scrollbar_thumb_background: Some(rgba(0xf3eddaff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0x002b364d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0xdcdacbff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0xf5eedbff).into()),
|
scrollbar_thumb_border: Some(rgba(0xdcdacbff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0xfdf6e3ff).into()),
|
scrollbar_track_background: Some(rgba(0xfdf6e3ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0xf5eedbff).into()),
|
scrollbar_track_border: Some(rgba(0xf5eedbff).into()),
|
||||||
editor_foreground: Some(rgba(0x002b36ff).into()),
|
editor_foreground: Some(rgba(0x002b36ff).into()),
|
||||||
@ -434,20 +434,20 @@ pub fn solarized() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x083743ff).into()),
|
background: Some(rgba(0x083743ff).into()),
|
||||||
panel_background: Some(rgba(0x04313cff).into()),
|
panel_background: Some(rgba(0x04313cff).into()),
|
||||||
element_background: Some(rgba(0x04313cff).into()),
|
element_background: Some(rgba(0x04313cff).into()),
|
||||||
element_hover: Some(rgba(0x2b4f5880).into()),
|
element_hover: Some(rgba(0x063541ff).into()),
|
||||||
element_active: Some(rgba(0x294e58ff).into()),
|
element_active: Some(rgba(0x294e58ff).into()),
|
||||||
element_selected: Some(rgba(0x566d7480).into()),
|
element_selected: Some(rgba(0x294e58ff).into()),
|
||||||
element_disabled: Some(rgba(0x04313cff).into()),
|
element_disabled: Some(rgba(0x04313cff).into()),
|
||||||
drop_target_background: Some(rgba(0x93a1a180).into()),
|
drop_target_background: Some(rgba(0x93a1a180).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x2b4f5880).into()),
|
ghost_element_hover: Some(rgba(0x063541ff).into()),
|
||||||
ghost_element_active: Some(rgba(0x294e58ff).into()),
|
ghost_element_active: Some(rgba(0x294e58ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x566d7480).into()),
|
ghost_element_selected: Some(rgba(0x294e58ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x04313cff).into()),
|
ghost_element_disabled: Some(rgba(0x04313cff).into()),
|
||||||
text: Some(rgba(0xfdf6e3ff).into()),
|
text: Some(rgba(0xfdf6e3ff).into()),
|
||||||
text_muted: Some(rgba(0x93a1a1ff).into()),
|
text_muted: Some(rgba(0x93a1a1ff).into()),
|
||||||
text_placeholder: Some(rgba(0x5f757dff).into()),
|
text_placeholder: Some(rgba(0x6f8389ff).into()),
|
||||||
text_disabled: Some(rgba(0xfdf6e3ff).into()),
|
text_disabled: Some(rgba(0x6f8389ff).into()),
|
||||||
text_accent: Some(rgba(0x288bd1ff).into()),
|
text_accent: Some(rgba(0x288bd1ff).into()),
|
||||||
icon: Some(rgba(0xfdf6e3ff).into()),
|
icon: Some(rgba(0xfdf6e3ff).into()),
|
||||||
icon_muted: Some(rgba(0x93a1a1ff).into()),
|
icon_muted: Some(rgba(0x93a1a1ff).into()),
|
||||||
@ -460,9 +460,9 @@ pub fn solarized() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x04313cff).into()),
|
tab_bar_background: Some(rgba(0x04313cff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x04313cff).into()),
|
tab_inactive_background: Some(rgba(0x04313cff).into()),
|
||||||
tab_active_background: Some(rgba(0x002b36ff).into()),
|
tab_active_background: Some(rgba(0x002b36ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xfdf6e34d).into()),
|
scrollbar_thumb_background: Some(rgba(0x04313cff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xfdf6e34d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x063541ff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x032f3bff).into()),
|
scrollbar_thumb_border: Some(rgba(0x063541ff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x002b36ff).into()),
|
scrollbar_track_background: Some(rgba(0x002b36ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x032f3bff).into()),
|
scrollbar_track_border: Some(rgba(0x032f3bff).into()),
|
||||||
editor_foreground: Some(rgba(0xfdf6e3ff).into()),
|
editor_foreground: Some(rgba(0xfdf6e3ff).into()),
|
||||||
|
@ -30,20 +30,20 @@ pub fn summercamp() -> UserThemeFamily {
|
|||||||
background: Some(rgba(0x2a261cff).into()),
|
background: Some(rgba(0x2a261cff).into()),
|
||||||
panel_background: Some(rgba(0x231f16ff).into()),
|
panel_background: Some(rgba(0x231f16ff).into()),
|
||||||
element_background: Some(rgba(0x231f16ff).into()),
|
element_background: Some(rgba(0x231f16ff).into()),
|
||||||
element_hover: Some(rgba(0x312d2180).into()),
|
element_hover: Some(rgba(0x29251bff).into()),
|
||||||
element_active: Some(rgba(0x302c20ff).into()),
|
element_active: Some(rgba(0x302c20ff).into()),
|
||||||
element_selected: Some(rgba(0x39342780).into()),
|
element_selected: Some(rgba(0x302c20ff).into()),
|
||||||
element_disabled: Some(rgba(0x231f16ff).into()),
|
element_disabled: Some(rgba(0x231f16ff).into()),
|
||||||
drop_target_background: Some(rgba(0x736e5580).into()),
|
drop_target_background: Some(rgba(0x736e5580).into()),
|
||||||
ghost_element_background: Some(rgba(0x00000000).into()),
|
ghost_element_background: Some(rgba(0x00000000).into()),
|
||||||
ghost_element_hover: Some(rgba(0x312d2180).into()),
|
ghost_element_hover: Some(rgba(0x29251bff).into()),
|
||||||
ghost_element_active: Some(rgba(0x302c20ff).into()),
|
ghost_element_active: Some(rgba(0x302c20ff).into()),
|
||||||
ghost_element_selected: Some(rgba(0x39342780).into()),
|
ghost_element_selected: Some(rgba(0x302c20ff).into()),
|
||||||
ghost_element_disabled: Some(rgba(0x231f16ff).into()),
|
ghost_element_disabled: Some(rgba(0x231f16ff).into()),
|
||||||
text: Some(rgba(0xf8f5deff).into()),
|
text: Some(rgba(0xf8f5deff).into()),
|
||||||
text_muted: Some(rgba(0x736e55ff).into()),
|
text_muted: Some(rgba(0x736e55ff).into()),
|
||||||
text_placeholder: Some(rgba(0x3d382aff).into()),
|
text_placeholder: Some(rgba(0x4c4735ff).into()),
|
||||||
text_disabled: Some(rgba(0xf8f5deff).into()),
|
text_disabled: Some(rgba(0x4c4735ff).into()),
|
||||||
text_accent: Some(rgba(0x499befff).into()),
|
text_accent: Some(rgba(0x499befff).into()),
|
||||||
icon: Some(rgba(0xf8f5deff).into()),
|
icon: Some(rgba(0xf8f5deff).into()),
|
||||||
icon_muted: Some(rgba(0x736e55ff).into()),
|
icon_muted: Some(rgba(0x736e55ff).into()),
|
||||||
@ -56,9 +56,9 @@ pub fn summercamp() -> UserThemeFamily {
|
|||||||
tab_bar_background: Some(rgba(0x231f16ff).into()),
|
tab_bar_background: Some(rgba(0x231f16ff).into()),
|
||||||
tab_inactive_background: Some(rgba(0x231f16ff).into()),
|
tab_inactive_background: Some(rgba(0x231f16ff).into()),
|
||||||
tab_active_background: Some(rgba(0x1c1810ff).into()),
|
tab_active_background: Some(rgba(0x1c1810ff).into()),
|
||||||
scrollbar_thumb_background: Some(rgba(0xf8f5de4d).into()),
|
scrollbar_thumb_background: Some(rgba(0x231f16ff).into()),
|
||||||
scrollbar_thumb_hover_background: Some(rgba(0xf8f5de4d).into()),
|
scrollbar_thumb_hover_background: Some(rgba(0x29251bff).into()),
|
||||||
scrollbar_thumb_border: Some(rgba(0x221e15ff).into()),
|
scrollbar_thumb_border: Some(rgba(0x29251bff).into()),
|
||||||
scrollbar_track_background: Some(rgba(0x1c1810ff).into()),
|
scrollbar_track_background: Some(rgba(0x1c1810ff).into()),
|
||||||
scrollbar_track_border: Some(rgba(0x221e15ff).into()),
|
scrollbar_track_border: Some(rgba(0x221e15ff).into()),
|
||||||
editor_foreground: Some(rgba(0xf8f5deff).into()),
|
editor_foreground: Some(rgba(0xf8f5deff).into()),
|
||||||
|
@ -125,16 +125,7 @@ impl Zed1ThemeConverter {
|
|||||||
let middle = &base_theme.middle;
|
let middle = &base_theme.middle;
|
||||||
let highest = &base_theme.highest;
|
let highest = &base_theme.highest;
|
||||||
|
|
||||||
let picker = &self.theme.picker;
|
|
||||||
let title_bar = &self.theme.titlebar;
|
|
||||||
let status_bar = &self.theme.workspace.status_bar;
|
|
||||||
let project_panel = &self.theme.project_panel;
|
|
||||||
let tab_bar = &self.theme.workspace.tab_bar;
|
|
||||||
let active_tab = &self.theme.workspace.tab_bar.tab_style(true, true);
|
|
||||||
let inactive_tab = &self.theme.workspace.tab_bar.tab_style(true, false);
|
|
||||||
let toolbar = &self.theme.workspace.toolbar;
|
|
||||||
let editor = &self.theme.editor;
|
let editor = &self.theme.editor;
|
||||||
let scrollbar = &self.theme.editor.scrollbar;
|
|
||||||
let terminal = &self.theme.terminal;
|
let terminal = &self.theme.terminal;
|
||||||
|
|
||||||
Ok(ThemeColorsRefinement {
|
Ok(ThemeColorsRefinement {
|
||||||
@ -144,87 +135,42 @@ impl Zed1ThemeConverter {
|
|||||||
border_selected: convert(lowest.accent.default.border),
|
border_selected: convert(lowest.accent.default.border),
|
||||||
border_transparent: Some(gpui::transparent_black()),
|
border_transparent: Some(gpui::transparent_black()),
|
||||||
border_disabled: convert(lowest.base.disabled.border),
|
border_disabled: convert(lowest.base.disabled.border),
|
||||||
elevated_surface_background: editor
|
elevated_surface_background: convert(middle.base.default.background),
|
||||||
.hover_popover
|
|
||||||
.container
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
surface_background: convert(middle.base.default.background),
|
surface_background: convert(middle.base.default.background),
|
||||||
background: convert(self.theme.workspace.background),
|
background: convert(lowest.base.default.background),
|
||||||
element_background: convert(lowest.on.default.background),
|
element_background: convert(lowest.on.default.background),
|
||||||
element_hover: picker
|
element_hover: convert(lowest.on.hovered.background),
|
||||||
.item
|
|
||||||
.hovered
|
|
||||||
.as_ref()
|
|
||||||
.and_then(|hovered| hovered.container.background_color)
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
element_active: convert(lowest.on.active.background),
|
element_active: convert(lowest.on.active.background),
|
||||||
element_selected: picker
|
element_selected: convert(lowest.on.active.background), // TODO: Check what this should be
|
||||||
.item
|
|
||||||
.active_state()
|
|
||||||
.container
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
element_disabled: convert(lowest.on.disabled.background),
|
element_disabled: convert(lowest.on.disabled.background),
|
||||||
drop_target_background: convert(self.theme.workspace.drop_target_overlay_color),
|
drop_target_background: convert(self.theme.workspace.drop_target_overlay_color),
|
||||||
ghost_element_background: Some(gpui::transparent_black()),
|
ghost_element_background: Some(gpui::transparent_black()),
|
||||||
ghost_element_hover: picker
|
ghost_element_hover: convert(lowest.on.hovered.background),
|
||||||
.item
|
|
||||||
.hovered
|
|
||||||
.as_ref()
|
|
||||||
.and_then(|hovered| hovered.container.background_color)
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
ghost_element_active: convert(lowest.on.active.background),
|
ghost_element_active: convert(lowest.on.active.background),
|
||||||
ghost_element_selected: picker
|
ghost_element_selected: convert(lowest.on.active.background), // TODO: Check what this should be
|
||||||
.item
|
|
||||||
.active_state()
|
|
||||||
.container
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
ghost_element_disabled: convert(lowest.on.disabled.background),
|
ghost_element_disabled: convert(lowest.on.disabled.background),
|
||||||
icon: convert(lowest.base.default.foreground),
|
icon: convert(lowest.base.default.foreground),
|
||||||
icon_muted: convert(lowest.variant.default.foreground),
|
icon_muted: convert(lowest.variant.default.foreground),
|
||||||
icon_placeholder: convert(lowest.variant.default.foreground), // TODO: What should placeholder be?
|
icon_placeholder: convert(lowest.variant.default.foreground), // TODO: What should placeholder be?
|
||||||
icon_disabled: convert(lowest.base.disabled.foreground),
|
icon_disabled: convert(lowest.base.disabled.foreground),
|
||||||
icon_accent: convert(lowest.accent.default.foreground),
|
icon_accent: convert(lowest.accent.default.foreground),
|
||||||
text: convert(self.theme.collab_panel.channel_name.text.color),
|
text: convert(lowest.base.default.foreground),
|
||||||
text_muted: convert(tab_bar.pane_button.default_style().color),
|
text_muted: convert(lowest.variant.default.foreground),
|
||||||
text_placeholder: picker
|
text_placeholder: convert(lowest.base.disabled.foreground),
|
||||||
.empty_input_editor
|
text_disabled: convert(lowest.base.disabled.foreground),
|
||||||
.placeholder_text
|
text_accent: convert(lowest.accent.default.foreground),
|
||||||
.as_ref()
|
status_bar_background: convert(lowest.base.default.background),
|
||||||
.map(|placeholder_text| placeholder_text.color)
|
title_bar_background: convert(lowest.base.default.background),
|
||||||
.map(zed1_color_to_hsla),
|
toolbar_background: convert(highest.base.default.background),
|
||||||
text_disabled: convert(status_bar.panel_buttons.button.disabled_style().icon_color),
|
tab_bar_background: convert(middle.base.default.background),
|
||||||
text_accent: convert(status_bar.panel_buttons.button.active_state().icon_color),
|
tab_inactive_background: convert(middle.base.default.background),
|
||||||
status_bar_background: status_bar
|
tab_active_background: convert(highest.base.default.background),
|
||||||
.container
|
panel_background: convert(middle.base.default.background),
|
||||||
.background_color
|
scrollbar_thumb_background: convert(middle.base.default.background),
|
||||||
.map(zed1_color_to_hsla)
|
scrollbar_thumb_hover_background: convert(middle.base.hovered.background),
|
||||||
.or_else(|| title_bar.container.background_color.map(zed1_color_to_hsla)),
|
scrollbar_thumb_border: convert(middle.base.default.border),
|
||||||
title_bar_background: title_bar.container.background_color.map(zed1_color_to_hsla),
|
|
||||||
toolbar_background: toolbar.container.background_color.map(zed1_color_to_hsla),
|
|
||||||
tab_bar_background: tab_bar.container.background_color.map(zed1_color_to_hsla),
|
|
||||||
tab_inactive_background: inactive_tab
|
|
||||||
.container
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
tab_active_background: active_tab
|
|
||||||
.container
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
panel_background: project_panel
|
|
||||||
.container
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
scrollbar_thumb_background: scrollbar.thumb.background_color.map(zed1_color_to_hsla),
|
|
||||||
scrollbar_thumb_hover_background: scrollbar
|
|
||||||
.thumb
|
|
||||||
.background_color
|
|
||||||
.map(zed1_color_to_hsla),
|
|
||||||
scrollbar_thumb_border: convert(scrollbar.thumb.border.color),
|
|
||||||
scrollbar_track_background: convert(highest.base.default.background),
|
scrollbar_track_background: convert(highest.base.default.background),
|
||||||
scrollbar_track_border: convert(scrollbar.track.border.color),
|
scrollbar_track_border: convert(highest.variant.default.border),
|
||||||
editor_foreground: convert(editor.text_color),
|
editor_foreground: convert(editor.text_color),
|
||||||
editor_background: convert(editor.background),
|
editor_background: convert(editor.background),
|
||||||
editor_gutter_background: convert(editor.gutter_background),
|
editor_gutter_background: convert(editor.gutter_background),
|
||||||
|
Loading…
Reference in New Issue
Block a user