Adjust muted text colors

This commit is contained in:
Marshall Bowers 2023-12-22 21:25:45 -05:00
parent bdb89d4700
commit 04d26353d2
10 changed files with 40 additions and 40 deletions

View File

@ -26,7 +26,7 @@ pub fn andromeda() -> UserThemeFamily {
element_hover: Some(rgba(0x2b2f3980).into()),
element_selected: Some(rgba(0x383b4580).into()),
text: Some(rgba(0xf7f7f8ff).into()),
text_muted: Some(rgba(0x474a53ff).into()),
text_muted: Some(rgba(0xaca8aeff).into()),
text_placeholder: Some(rgba(0x474a53ff).into()),
text_disabled: Some(rgba(0xf7f7f8ff).into()),
text_accent: Some(rgba(0x11a793ff).into()),

View File

@ -27,7 +27,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x96958580).into()),
element_selected: Some(rgba(0x8b8a7880).into()),
text: Some(rgba(0x22221bff).into()),
text_muted: Some(rgba(0x878573ff).into()),
text_muted: Some(rgba(0x61604fff).into()),
text_placeholder: Some(rgba(0x878573ff).into()),
text_disabled: Some(rgba(0x22221bff).into()),
text_accent: Some(rgba(0x38a166ff).into()),
@ -387,7 +387,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x665f5c80).into()),
element_selected: Some(rgba(0x71696680).into()),
text: Some(rgba(0xf1efeeff).into()),
text_muted: Some(rgba(0x766e6bff).into()),
text_muted: Some(rgba(0xa79f9dff).into()),
text_placeholder: Some(rgba(0x766e6bff).into()),
text_disabled: Some(rgba(0xf1efeeff).into()),
text_accent: Some(rgba(0x417ee6ff).into()),
@ -747,7 +747,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x8b968e80).into()),
element_selected: Some(rgba(0x7e8b8280).into()),
text: Some(rgba(0x171c19ff).into()),
text_muted: Some(rgba(0x79877dff).into()),
text_muted: Some(rgba(0x546259ff).into()),
text_placeholder: Some(rgba(0x79877dff).into()),
text_disabled: Some(rgba(0x171c19ff).into()),
text_accent: Some(rgba(0x488c90ff).into()),
@ -1107,7 +1107,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x56505e80).into()),
element_selected: Some(rgba(0x605a6880).into()),
text: Some(rgba(0xefecf4ff).into()),
text_muted: Some(rgba(0x655f6dff).into()),
text_muted: Some(rgba(0x898591ff).into()),
text_placeholder: Some(rgba(0x655f6dff).into()),
text_disabled: Some(rgba(0xefecf4ff).into()),
text_accent: Some(rgba(0x576ddaff).into()),
@ -1467,7 +1467,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x5d5c4c80).into()),
element_selected: Some(rgba(0x67665580).into()),
text: Some(rgba(0xf4f3ecff).into()),
text_muted: Some(rgba(0x6c6b5aff).into()),
text_muted: Some(rgba(0x91907fff).into()),
text_placeholder: Some(rgba(0x6c6b5aff).into()),
text_disabled: Some(rgba(0xf4f3ecff).into()),
text_accent: Some(rgba(0x37a166ff).into()),
@ -1827,7 +1827,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x5c648580).into()),
element_selected: Some(rgba(0x666e8f80).into()),
text: Some(rgba(0xf5f7ffff).into()),
text_muted: Some(rgba(0x6b7394ff).into()),
text_muted: Some(rgba(0x959bb2ff).into()),
text_placeholder: Some(rgba(0x6b7394ff).into()),
text_disabled: Some(rgba(0xf5f7ffff).into()),
text_accent: Some(rgba(0x3e8fd0ff).into()),
@ -2187,7 +2187,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x9a9fb680).into()),
element_selected: Some(rgba(0x8e94aa80).into()),
text: Some(rgba(0x202746ff).into()),
text_muted: Some(rgba(0x898fa5ff).into()),
text_muted: Some(rgba(0x606889ff).into()),
text_placeholder: Some(rgba(0x898fa5ff).into()),
text_disabled: Some(rgba(0x202746ff).into()),
text_accent: Some(rgba(0x3f8fd0ff).into()),
@ -2547,7 +2547,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x6c695c80).into()),
element_selected: Some(rgba(0x77746480).into()),
text: Some(rgba(0xfefbecff).into()),
text_muted: Some(rgba(0x7c7968ff).into()),
text_muted: Some(rgba(0xa4a08bff).into()),
text_placeholder: Some(rgba(0x7c7968ff).into()),
text_disabled: Some(rgba(0xfefbecff).into()),
text_accent: Some(rgba(0x6684e0ff).into()),
@ -2907,7 +2907,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x5c6c5c80).into()),
element_selected: Some(rgba(0x64776480).into()),
text: Some(rgba(0xf4fbf4ff).into()),
text_muted: Some(rgba(0x687c68ff).into()),
text_muted: Some(rgba(0x8ba48bff).into()),
text_placeholder: Some(rgba(0x687c68ff).into()),
text_disabled: Some(rgba(0xf4fbf4ff).into()),
text_accent: Some(rgba(0x3e62f4ff).into()),
@ -3267,7 +3267,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x8f8b9680).into()),
element_selected: Some(rgba(0x837e8b80).into()),
text: Some(rgba(0x19171cff).into()),
text_muted: Some(rgba(0x7e7987ff).into()),
text_muted: Some(rgba(0x5a5462ff).into()),
text_placeholder: Some(rgba(0x7e7987ff).into()),
text_disabled: Some(rgba(0x19171cff).into()),
text_accent: Some(rgba(0x586ddaff).into()),
@ -3627,7 +3627,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x564e4e80).into()),
element_selected: Some(rgba(0x60585880).into()),
text: Some(rgba(0xf4ececff).into()),
text_muted: Some(rgba(0x655d5dff).into()),
text_muted: Some(rgba(0x898383ff).into()),
text_placeholder: Some(rgba(0x655d5dff).into()),
text_disabled: Some(rgba(0xf4ececff).into()),
text_accent: Some(rgba(0x7272caff).into()),
@ -3987,7 +3987,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x675b6780).into()),
element_selected: Some(rgba(0x72647280).into()),
text: Some(rgba(0xf7f3f7ff).into()),
text_muted: Some(rgba(0x776977ff).into()),
text_muted: Some(rgba(0xa99aa9ff).into()),
text_placeholder: Some(rgba(0x776977ff).into()),
text_disabled: Some(rgba(0xf7f3f7ff).into()),
text_accent: Some(rgba(0x526aebff).into()),
@ -4347,7 +4347,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x4f6b7880).into()),
element_selected: Some(rgba(0x57768580).into()),
text: Some(rgba(0xebf8ffff).into()),
text_muted: Some(rgba(0x5a7b8bff).into()),
text_muted: Some(rgba(0x7ca0b3ff).into()),
text_placeholder: Some(rgba(0x5a7b8bff).into()),
text_disabled: Some(rgba(0xebf8ffff).into()),
text_accent: Some(rgba(0x277fadff).into()),
@ -4707,7 +4707,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0xaaa3a180).into()),
element_selected: Some(rgba(0xa1999680).into()),
text: Some(rgba(0x1b1918ff).into()),
text_muted: Some(rgba(0x9c9491ff).into()),
text_muted: Some(rgba(0x6a6360ff).into()),
text_placeholder: Some(rgba(0x9c9491ff).into()),
text_disabled: Some(rgba(0x1b1918ff).into()),
text_accent: Some(rgba(0x417ee6ff).into()),
@ -5067,7 +5067,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0xa8a48e80).into()),
element_selected: Some(rgba(0x9e9a8580).into()),
text: Some(rgba(0x20201dff).into()),
text_muted: Some(rgba(0x999580ff).into()),
text_muted: Some(rgba(0x706d5fff).into()),
text_placeholder: Some(rgba(0x999580ff).into()),
text_disabled: Some(rgba(0x20201dff).into()),
text_accent: Some(rgba(0x6784e0ff).into()),
@ -5427,7 +5427,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x8e898980).into()),
element_selected: Some(rgba(0x837c7c80).into()),
text: Some(rgba(0x1b1818ff).into()),
text_muted: Some(rgba(0x7e7777ff).into()),
text_muted: Some(rgba(0x5a5252ff).into()),
text_placeholder: Some(rgba(0x7e7777ff).into()),
text_disabled: Some(rgba(0x1b1818ff).into()),
text_accent: Some(rgba(0x7372caff).into()),
@ -5787,7 +5787,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x8ea88e80).into()),
element_selected: Some(rgba(0x859e8580).into()),
text: Some(rgba(0x131513ff).into()),
text_muted: Some(rgba(0x809980ff).into()),
text_muted: Some(rgba(0x5f705fff).into()),
text_placeholder: Some(rgba(0x809980ff).into()),
text_disabled: Some(rgba(0x131513ff).into()),
text_accent: Some(rgba(0x3f62f4ff).into()),
@ -6147,7 +6147,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x505e5580).into()),
element_selected: Some(rgba(0x5a685f80).into()),
text: Some(rgba(0xecf4eeff).into()),
text_muted: Some(rgba(0x5f6d64ff).into()),
text_muted: Some(rgba(0x859188ff).into()),
text_placeholder: Some(rgba(0x5f6d64ff).into()),
text_disabled: Some(rgba(0xecf4eeff).into()),
text_accent: Some(rgba(0x478c90ff).into()),
@ -6507,7 +6507,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0xad9dad80).into()),
element_selected: Some(rgba(0xa394a380).into()),
text: Some(rgba(0x1b181bff).into()),
text_muted: Some(rgba(0x9e8f9eff).into()),
text_muted: Some(rgba(0x6b5e6bff).into()),
text_placeholder: Some(rgba(0x9e8f9eff).into()),
text_disabled: Some(rgba(0x1b181bff).into()),
text_accent: Some(rgba(0x526aebff).into()),
@ -6867,7 +6867,7 @@ pub fn atelier() -> UserThemeFamily {
element_hover: Some(rgba(0x80a4b680).into()),
element_selected: Some(rgba(0x769aad80).into()),
text: Some(rgba(0x161b1dff).into()),
text_muted: Some(rgba(0x7195a8ff).into()),
text_muted: Some(rgba(0x526f7dff).into()),
text_placeholder: Some(rgba(0x7195a8ff).into()),
text_disabled: Some(rgba(0x161b1dff).into()),
text_accent: Some(rgba(0x277fadff).into()),

View File

@ -27,7 +27,7 @@ pub fn ayu() -> UserThemeFamily {
element_hover: Some(rgba(0x3f404380).into()),
element_selected: Some(rgba(0x50515280).into()),
text: Some(rgba(0xbfbdb6ff).into()),
text_muted: Some(rgba(0x58595aff).into()),
text_muted: Some(rgba(0x8a8986ff).into()),
text_placeholder: Some(rgba(0x58595aff).into()),
text_disabled: Some(rgba(0xbfbdb6ff).into()),
text_accent: Some(rgba(0x5ac2feff).into()),
@ -366,7 +366,7 @@ pub fn ayu() -> UserThemeFamily {
element_hover: Some(rgba(0xcfd1d280).into()),
element_selected: Some(rgba(0xc0c2c480).into()),
text: Some(rgba(0x5c6166ff).into()),
text_muted: Some(rgba(0xb9bbbdff).into()),
text_muted: Some(rgba(0x8c8f93ff).into()),
text_placeholder: Some(rgba(0xb9bbbdff).into()),
text_disabled: Some(rgba(0x5c6166ff).into()),
text_accent: Some(rgba(0x3b9ee5ff).into()),
@ -705,7 +705,7 @@ pub fn ayu() -> UserThemeFamily {
element_hover: Some(rgba(0x53565d80).into()),
element_selected: Some(rgba(0x63656a80).into()),
text: Some(rgba(0xcccac2ff).into()),
text_muted: Some(rgba(0x6b6d71ff).into()),
text_muted: Some(rgba(0x9a9a98ff).into()),
text_placeholder: Some(rgba(0x6b6d71ff).into()),
text_disabled: Some(rgba(0xcccac2ff).into()),
text_accent: Some(rgba(0x73cffeff).into()),

View File

@ -27,7 +27,7 @@ pub fn gruvbox() -> UserThemeFamily {
element_hover: Some(rgba(0xc9b99a80).into()),
element_selected: Some(rgba(0xb5a68e80).into()),
text: Some(rgba(0x282828ff).into()),
text_muted: Some(rgba(0xad9e87ff).into()),
text_muted: Some(rgba(0x5f5650ff).into()),
text_placeholder: Some(rgba(0xad9e87ff).into()),
text_disabled: Some(rgba(0x282828ff).into()),
text_accent: Some(rgba(0x0b6678ff).into()),
@ -373,7 +373,7 @@ pub fn gruvbox() -> UserThemeFamily {
element_hover: Some(rgba(0x5b534d80).into()),
element_selected: Some(rgba(0x6e635a80).into()),
text: Some(rgba(0xfbf1c7ff).into()),
text_muted: Some(rgba(0x776b61ff).into()),
text_muted: Some(rgba(0xc5b597ff).into()),
text_placeholder: Some(rgba(0x776b61ff).into()),
text_disabled: Some(rgba(0xfbf1c7ff).into()),
text_accent: Some(rgba(0x83a598ff).into()),
@ -719,7 +719,7 @@ pub fn gruvbox() -> UserThemeFamily {
element_hover: Some(rgba(0xc9b99a80).into()),
element_selected: Some(rgba(0xb5a68e80).into()),
text: Some(rgba(0x282828ff).into()),
text_muted: Some(rgba(0xad9e87ff).into()),
text_muted: Some(rgba(0x5f5650ff).into()),
text_placeholder: Some(rgba(0xad9e87ff).into()),
text_disabled: Some(rgba(0x282828ff).into()),
text_accent: Some(rgba(0x0b6678ff).into()),
@ -1065,7 +1065,7 @@ pub fn gruvbox() -> UserThemeFamily {
element_hover: Some(rgba(0x5b534d80).into()),
element_selected: Some(rgba(0x6e635a80).into()),
text: Some(rgba(0xfbf1c7ff).into()),
text_muted: Some(rgba(0x776b61ff).into()),
text_muted: Some(rgba(0xc5b597ff).into()),
text_placeholder: Some(rgba(0x776b61ff).into()),
text_disabled: Some(rgba(0xfbf1c7ff).into()),
text_accent: Some(rgba(0x83a598ff).into()),
@ -1411,7 +1411,7 @@ pub fn gruvbox() -> UserThemeFamily {
element_hover: Some(rgba(0xc9b99a80).into()),
element_selected: Some(rgba(0xb5a68e80).into()),
text: Some(rgba(0x282828ff).into()),
text_muted: Some(rgba(0xad9e87ff).into()),
text_muted: Some(rgba(0x5f5650ff).into()),
text_placeholder: Some(rgba(0xad9e87ff).into()),
text_disabled: Some(rgba(0x282828ff).into()),
text_accent: Some(rgba(0x0b6678ff).into()),
@ -1757,7 +1757,7 @@ pub fn gruvbox() -> UserThemeFamily {
element_hover: Some(rgba(0x5b534d80).into()),
element_selected: Some(rgba(0x6e635a80).into()),
text: Some(rgba(0xfbf1c7ff).into()),
text_muted: Some(rgba(0x776b61ff).into()),
text_muted: Some(rgba(0xc5b597ff).into()),
text_placeholder: Some(rgba(0x776b61ff).into()),
text_disabled: Some(rgba(0xfbf1c7ff).into()),
text_accent: Some(rgba(0x83a598ff).into()),

View File

@ -27,7 +27,7 @@ pub fn one() -> UserThemeFamily {
element_hover: Some(rgba(0xc9c9ca80).into()),
element_selected: Some(rgba(0xafafaf80).into()),
text: Some(rgba(0x383a41ff).into()),
text_muted: Some(rgba(0xa7a7a8ff).into()),
text_muted: Some(rgba(0x7f8188ff).into()),
text_placeholder: Some(rgba(0xa7a7a8ff).into()),
text_disabled: Some(rgba(0x383a41ff).into()),
text_accent: Some(rgba(0x5c79e2ff).into()),
@ -373,7 +373,7 @@ pub fn one() -> UserThemeFamily {
element_hover: Some(rgba(0x464b5780).into()),
element_selected: Some(rgba(0x4f545e80).into()),
text: Some(rgba(0xc8ccd4ff).into()),
text_muted: Some(rgba(0x545862ff).into()),
text_muted: Some(rgba(0x838994ff).into()),
text_placeholder: Some(rgba(0x545862ff).into()),
text_disabled: Some(rgba(0xc8ccd4ff).into()),
text_accent: Some(rgba(0x74ade8ff).into()),

View File

@ -27,7 +27,7 @@ pub fn rose_pine() -> UserThemeFamily {
element_hover: Some(rgba(0xdcd6d580).into()),
element_selected: Some(rgba(0xc1bac180).into()),
text: Some(rgba(0x575279ff).into()),
text_muted: Some(rgba(0xb1abb5ff).into()),
text_muted: Some(rgba(0x706c8cff).into()),
text_placeholder: Some(rgba(0xb1abb5ff).into()),
text_disabled: Some(rgba(0x575279ff).into()),
text_accent: Some(rgba(0x57949fff).into()),
@ -380,7 +380,7 @@ pub fn rose_pine() -> UserThemeFamily {
element_hover: Some(rgba(0x504c6880).into()),
element_selected: Some(rgba(0x45415d80).into()),
text: Some(rgba(0xe0def4ff).into()),
text_muted: Some(rgba(0x3a3653ff).into()),
text_muted: Some(rgba(0x85819eff).into()),
text_placeholder: Some(rgba(0x3a3653ff).into()),
text_disabled: Some(rgba(0xe0def4ff).into()),
text_accent: Some(rgba(0x9cced7ff).into()),
@ -733,7 +733,7 @@ pub fn rose_pine() -> UserThemeFamily {
element_hover: Some(rgba(0x423f5580).into()),
element_selected: Some(rgba(0x47445b80).into()),
text: Some(rgba(0xe0def4ff).into()),
text_muted: Some(rgba(0x3b384fff).into()),
text_muted: Some(rgba(0x75718eff).into()),
text_placeholder: Some(rgba(0x3b384fff).into()),
text_disabled: Some(rgba(0xe0def4ff).into()),
text_accent: Some(rgba(0x9cced7ff).into()),

View File

@ -26,7 +26,7 @@ pub fn sandcastle() -> UserThemeFamily {
element_hover: Some(rgba(0x3d435080).into()),
element_selected: Some(rgba(0x57535380).into()),
text: Some(rgba(0xfdf4c1ff).into()),
text_muted: Some(rgba(0x645b54ff).into()),
text_muted: Some(rgba(0xa69782ff).into()),
text_placeholder: Some(rgba(0x645b54ff).into()),
text_disabled: Some(rgba(0xfdf4c1ff).into()),
text_accent: Some(rgba(0x528b8bff).into()),

View File

@ -27,7 +27,7 @@ pub fn solarized() -> UserThemeFamily {
element_hover: Some(rgba(0x9faaa880).into()),
element_selected: Some(rgba(0x7f919480).into()),
text: Some(rgba(0x002b36ff).into()),
text_muted: Some(rgba(0x788b8fff).into()),
text_muted: Some(rgba(0x34555eff).into()),
text_placeholder: Some(rgba(0x788b8fff).into()),
text_disabled: Some(rgba(0x002b36ff).into()),
text_accent: Some(rgba(0x298bd1ff).into()),
@ -366,7 +366,7 @@ pub fn solarized() -> UserThemeFamily {
element_hover: Some(rgba(0x2b4f5880).into()),
element_selected: Some(rgba(0x566d7480).into()),
text: Some(rgba(0xfdf6e3ff).into()),
text_muted: Some(rgba(0x5f757dff).into()),
text_muted: Some(rgba(0x93a1a1ff).into()),
text_placeholder: Some(rgba(0x5f757dff).into()),
text_disabled: Some(rgba(0xfdf6e3ff).into()),
text_accent: Some(rgba(0x288bd1ff).into()),

View File

@ -26,7 +26,7 @@ pub fn summercamp() -> UserThemeFamily {
element_hover: Some(rgba(0x312d2180).into()),
element_selected: Some(rgba(0x39342780).into()),
text: Some(rgba(0xf8f5deff).into()),
text_muted: Some(rgba(0x3d382aff).into()),
text_muted: Some(rgba(0x736e55ff).into()),
text_placeholder: Some(rgba(0x3d382aff).into()),
text_disabled: Some(rgba(0xf8f5deff).into()),
text_accent: Some(rgba(0x499befff).into()),

View File

@ -115,7 +115,7 @@ impl Zed1ThemeConverter {
.background_color
.map(zed1_color_to_hsla),
text: convert(self.theme.collab_panel.channel_name.text.color),
text_muted: convert(active_tab.description.text.color),
text_muted: convert(tab_bar.pane_button.default_style().color),
text_accent: convert(status_bar.panel_buttons.button.active_state().icon_color),
text_disabled: convert(status_bar.panel_buttons.button.disabled_style().icon_color),
text_placeholder: picker