Adjust color used for text

Marshall Bowers created

Change summary

crates/theme2/src/themes/andromeda.rs       |  2 
crates/theme2/src/themes/atelier.rs         | 40 +++++++++++-----------
crates/theme2/src/themes/ayu.rs             |  6 +-
crates/theme2/src/themes/gruvbox.rs         | 12 +++---
crates/theme2/src/themes/one.rs             |  4 +-
crates/theme2/src/themes/rose_pine.rs       |  6 +-
crates/theme2/src/themes/sandcastle.rs      |  2 
crates/theme2/src/themes/solarized.rs       |  4 +-
crates/theme2/src/themes/summercamp.rs      |  2 
crates/theme_importer/src/zed1/converter.rs |  2 
10 files changed, 40 insertions(+), 40 deletions(-)

Detailed changes

crates/theme2/src/themes/andromeda.rs 🔗

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

crates/theme2/src/themes/atelier.rs 🔗

@@ -26,7 +26,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xebeae3ff).into()),
                         element_hover: Some(rgba(0x96958580).into()),
                         element_selected: Some(rgba(0x8b8a7880).into()),
-                        text: Some(rgba(0x61604fff).into()),
+                        text: Some(rgba(0x22221bff).into()),
                         text_muted: Some(rgba(0x878573ff).into()),
                         text_placeholder: Some(rgba(0x878573ff).into()),
                         text_disabled: Some(rgba(0x22221bff).into()),
@@ -386,7 +386,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x27211eff).into()),
                         element_hover: Some(rgba(0x665f5c80).into()),
                         element_selected: Some(rgba(0x71696680).into()),
-                        text: Some(rgba(0xa79f9dff).into()),
+                        text: Some(rgba(0xf1efeeff).into()),
                         text_muted: Some(rgba(0x766e6bff).into()),
                         text_placeholder: Some(rgba(0x766e6bff).into()),
                         text_disabled: Some(rgba(0xf1efeeff).into()),
@@ -746,7 +746,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xe3ebe6ff).into()),
                         element_hover: Some(rgba(0x8b968e80).into()),
                         element_selected: Some(rgba(0x7e8b8280).into()),
-                        text: Some(rgba(0x546259ff).into()),
+                        text: Some(rgba(0x171c19ff).into()),
                         text_muted: Some(rgba(0x79877dff).into()),
                         text_placeholder: Some(rgba(0x79877dff).into()),
                         text_disabled: Some(rgba(0x171c19ff).into()),
@@ -1106,7 +1106,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x221f26ff).into()),
                         element_hover: Some(rgba(0x56505e80).into()),
                         element_selected: Some(rgba(0x605a6880).into()),
-                        text: Some(rgba(0x898591ff).into()),
+                        text: Some(rgba(0xefecf4ff).into()),
                         text_muted: Some(rgba(0x655f6dff).into()),
                         text_placeholder: Some(rgba(0x655f6dff).into()),
                         text_disabled: Some(rgba(0xefecf4ff).into()),
@@ -1466,7 +1466,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x2c2b23ff).into()),
                         element_hover: Some(rgba(0x5d5c4c80).into()),
                         element_selected: Some(rgba(0x67665580).into()),
-                        text: Some(rgba(0x91907fff).into()),
+                        text: Some(rgba(0xf4f3ecff).into()),
                         text_muted: Some(rgba(0x6c6b5aff).into()),
                         text_placeholder: Some(rgba(0x6c6b5aff).into()),
                         text_disabled: Some(rgba(0xf4f3ecff).into()),
@@ -1826,7 +1826,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x262f51ff).into()),
                         element_hover: Some(rgba(0x5c648580).into()),
                         element_selected: Some(rgba(0x666e8f80).into()),
-                        text: Some(rgba(0x959bb2ff).into()),
+                        text: Some(rgba(0xf5f7ffff).into()),
                         text_muted: Some(rgba(0x6b7394ff).into()),
                         text_placeholder: Some(rgba(0x6b7394ff).into()),
                         text_disabled: Some(rgba(0xf5f7ffff).into()),
@@ -2186,7 +2186,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xe5e8f5ff).into()),
                         element_hover: Some(rgba(0x9a9fb680).into()),
                         element_selected: Some(rgba(0x8e94aa80).into()),
-                        text: Some(rgba(0x606889ff).into()),
+                        text: Some(rgba(0x202746ff).into()),
                         text_muted: Some(rgba(0x898fa5ff).into()),
                         text_placeholder: Some(rgba(0x898fa5ff).into()),
                         text_disabled: Some(rgba(0x202746ff).into()),
@@ -2546,7 +2546,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x262622ff).into()),
                         element_hover: Some(rgba(0x6c695c80).into()),
                         element_selected: Some(rgba(0x77746480).into()),
-                        text: Some(rgba(0xa4a08bff).into()),
+                        text: Some(rgba(0xfefbecff).into()),
                         text_muted: Some(rgba(0x7c7968ff).into()),
                         text_placeholder: Some(rgba(0x7c7968ff).into()),
                         text_disabled: Some(rgba(0xfefbecff).into()),
@@ -2906,7 +2906,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x1f231fff).into()),
                         element_hover: Some(rgba(0x5c6c5c80).into()),
                         element_selected: Some(rgba(0x64776480).into()),
-                        text: Some(rgba(0x8ba48bff).into()),
+                        text: Some(rgba(0xf4fbf4ff).into()),
                         text_muted: Some(rgba(0x687c68ff).into()),
                         text_placeholder: Some(rgba(0x687c68ff).into()),
                         text_disabled: Some(rgba(0xf4fbf4ff).into()),
@@ -3266,7 +3266,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xe6e3ebff).into()),
                         element_hover: Some(rgba(0x8f8b9680).into()),
                         element_selected: Some(rgba(0x837e8b80).into()),
-                        text: Some(rgba(0x5a5462ff).into()),
+                        text: Some(rgba(0x19171cff).into()),
                         text_muted: Some(rgba(0x7e7987ff).into()),
                         text_placeholder: Some(rgba(0x7e7987ff).into()),
                         text_disabled: Some(rgba(0x19171cff).into()),
@@ -3626,7 +3626,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x252020ff).into()),
                         element_hover: Some(rgba(0x564e4e80).into()),
                         element_selected: Some(rgba(0x60585880).into()),
-                        text: Some(rgba(0x898383ff).into()),
+                        text: Some(rgba(0xf4ececff).into()),
                         text_muted: Some(rgba(0x655d5dff).into()),
                         text_placeholder: Some(rgba(0x655d5dff).into()),
                         text_disabled: Some(rgba(0xf4ececff).into()),
@@ -3986,7 +3986,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x252025ff).into()),
                         element_hover: Some(rgba(0x675b6780).into()),
                         element_selected: Some(rgba(0x72647280).into()),
-                        text: Some(rgba(0xa99aa9ff).into()),
+                        text: Some(rgba(0xf7f3f7ff).into()),
                         text_muted: Some(rgba(0x776977ff).into()),
                         text_placeholder: Some(rgba(0x776977ff).into()),
                         text_disabled: Some(rgba(0xf7f3f7ff).into()),
@@ -4346,7 +4346,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x1c2529ff).into()),
                         element_hover: Some(rgba(0x4f6b7880).into()),
                         element_selected: Some(rgba(0x57768580).into()),
-                        text: Some(rgba(0x7ca0b3ff).into()),
+                        text: Some(rgba(0xebf8ffff).into()),
                         text_muted: Some(rgba(0x5a7b8bff).into()),
                         text_placeholder: Some(rgba(0x5a7b8bff).into()),
                         text_disabled: Some(rgba(0xebf8ffff).into()),
@@ -4706,7 +4706,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xe9e6e4ff).into()),
                         element_hover: Some(rgba(0xaaa3a180).into()),
                         element_selected: Some(rgba(0xa1999680).into()),
-                        text: Some(rgba(0x6a6360ff).into()),
+                        text: Some(rgba(0x1b1918ff).into()),
                         text_muted: Some(rgba(0x9c9491ff).into()),
                         text_placeholder: Some(rgba(0x9c9491ff).into()),
                         text_disabled: Some(rgba(0x1b1918ff).into()),
@@ -5066,7 +5066,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xeeebd7ff).into()),
                         element_hover: Some(rgba(0xa8a48e80).into()),
                         element_selected: Some(rgba(0x9e9a8580).into()),
-                        text: Some(rgba(0x706d5fff).into()),
+                        text: Some(rgba(0x20201dff).into()),
                         text_muted: Some(rgba(0x999580ff).into()),
                         text_placeholder: Some(rgba(0x999580ff).into()),
                         text_disabled: Some(rgba(0x20201dff).into()),
@@ -5426,7 +5426,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xebe3e3ff).into()),
                         element_hover: Some(rgba(0x8e898980).into()),
                         element_selected: Some(rgba(0x837c7c80).into()),
-                        text: Some(rgba(0x5a5252ff).into()),
+                        text: Some(rgba(0x1b1818ff).into()),
                         text_muted: Some(rgba(0x7e7777ff).into()),
                         text_placeholder: Some(rgba(0x7e7777ff).into()),
                         text_disabled: Some(rgba(0x1b1818ff).into()),
@@ -5786,7 +5786,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xdaeedaff).into()),
                         element_hover: Some(rgba(0x8ea88e80).into()),
                         element_selected: Some(rgba(0x859e8580).into()),
-                        text: Some(rgba(0x5f705fff).into()),
+                        text: Some(rgba(0x131513ff).into()),
                         text_muted: Some(rgba(0x809980ff).into()),
                         text_placeholder: Some(rgba(0x809980ff).into()),
                         text_disabled: Some(rgba(0x131513ff).into()),
@@ -6146,7 +6146,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0x1f2621ff).into()),
                         element_hover: Some(rgba(0x505e5580).into()),
                         element_selected: Some(rgba(0x5a685f80).into()),
-                        text: Some(rgba(0x859188ff).into()),
+                        text: Some(rgba(0xecf4eeff).into()),
                         text_muted: Some(rgba(0x5f6d64ff).into()),
                         text_placeholder: Some(rgba(0x5f6d64ff).into()),
                         text_disabled: Some(rgba(0xecf4eeff).into()),
@@ -6506,7 +6506,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xe1d6e1ff).into()),
                         element_hover: Some(rgba(0xad9dad80).into()),
                         element_selected: Some(rgba(0xa394a380).into()),
-                        text: Some(rgba(0x6b5e6bff).into()),
+                        text: Some(rgba(0x1b181bff).into()),
                         text_muted: Some(rgba(0x9e8f9eff).into()),
                         text_placeholder: Some(rgba(0x9e8f9eff).into()),
                         text_disabled: Some(rgba(0x1b181bff).into()),
@@ -6866,7 +6866,7 @@ pub fn atelier() -> UserThemeFamily {
                         panel_background: Some(rgba(0xcdeaf9ff).into()),
                         element_hover: Some(rgba(0x80a4b680).into()),
                         element_selected: Some(rgba(0x769aad80).into()),
-                        text: Some(rgba(0x526f7dff).into()),
+                        text: Some(rgba(0x161b1dff).into()),
                         text_muted: Some(rgba(0x7195a8ff).into()),
                         text_placeholder: Some(rgba(0x7195a8ff).into()),
                         text_disabled: Some(rgba(0x161b1dff).into()),

crates/theme2/src/themes/ayu.rs 🔗

@@ -26,7 +26,7 @@ pub fn ayu() -> UserThemeFamily {
                         panel_background: Some(rgba(0x1f2127ff).into()),
                         element_hover: Some(rgba(0x3f404380).into()),
                         element_selected: Some(rgba(0x50515280).into()),
-                        text: Some(rgba(0x8a8986ff).into()),
+                        text: Some(rgba(0xbfbdb6ff).into()),
                         text_muted: Some(rgba(0x58595aff).into()),
                         text_placeholder: Some(rgba(0x58595aff).into()),
                         text_disabled: Some(rgba(0xbfbdb6ff).into()),
@@ -365,7 +365,7 @@ pub fn ayu() -> UserThemeFamily {
                         panel_background: Some(rgba(0xececedff).into()),
                         element_hover: Some(rgba(0xcfd1d280).into()),
                         element_selected: Some(rgba(0xc0c2c480).into()),
-                        text: Some(rgba(0x8c8f93ff).into()),
+                        text: Some(rgba(0x5c6166ff).into()),
                         text_muted: Some(rgba(0xb9bbbdff).into()),
                         text_placeholder: Some(rgba(0xb9bbbdff).into()),
                         text_disabled: Some(rgba(0x5c6166ff).into()),
@@ -704,7 +704,7 @@ pub fn ayu() -> UserThemeFamily {
                         panel_background: Some(rgba(0x353944ff).into()),
                         element_hover: Some(rgba(0x53565d80).into()),
                         element_selected: Some(rgba(0x63656a80).into()),
-                        text: Some(rgba(0x9a9a98ff).into()),
+                        text: Some(rgba(0xcccac2ff).into()),
                         text_muted: Some(rgba(0x6b6d71ff).into()),
                         text_placeholder: Some(rgba(0x6b6d71ff).into()),
                         text_disabled: Some(rgba(0xcccac2ff).into()),

crates/theme2/src/themes/gruvbox.rs 🔗

@@ -26,7 +26,7 @@ pub fn gruvbox() -> UserThemeFamily {
                         panel_background: Some(rgba(0xecddb5ff).into()),
                         element_hover: Some(rgba(0xc9b99a80).into()),
                         element_selected: Some(rgba(0xb5a68e80).into()),
-                        text: Some(rgba(0x5f5650ff).into()),
+                        text: Some(rgba(0x282828ff).into()),
                         text_muted: Some(rgba(0xad9e87ff).into()),
                         text_placeholder: Some(rgba(0xad9e87ff).into()),
                         text_disabled: Some(rgba(0x282828ff).into()),
@@ -372,7 +372,7 @@ pub fn gruvbox() -> UserThemeFamily {
                         panel_background: Some(rgba(0x3b3735ff).into()),
                         element_hover: Some(rgba(0x5b534d80).into()),
                         element_selected: Some(rgba(0x6e635a80).into()),
-                        text: Some(rgba(0xc5b597ff).into()),
+                        text: Some(rgba(0xfbf1c7ff).into()),
                         text_muted: Some(rgba(0x776b61ff).into()),
                         text_placeholder: Some(rgba(0x776b61ff).into()),
                         text_disabled: Some(rgba(0xfbf1c7ff).into()),
@@ -718,7 +718,7 @@ pub fn gruvbox() -> UserThemeFamily {
                         panel_background: Some(rgba(0xecddb4ff).into()),
                         element_hover: Some(rgba(0xc9b99a80).into()),
                         element_selected: Some(rgba(0xb5a68e80).into()),
-                        text: Some(rgba(0x5f5650ff).into()),
+                        text: Some(rgba(0x282828ff).into()),
                         text_muted: Some(rgba(0xad9e87ff).into()),
                         text_placeholder: Some(rgba(0xad9e87ff).into()),
                         text_disabled: Some(rgba(0x282828ff).into()),
@@ -1064,7 +1064,7 @@ pub fn gruvbox() -> UserThemeFamily {
                         panel_background: Some(rgba(0x3a3735ff).into()),
                         element_hover: Some(rgba(0x5b534d80).into()),
                         element_selected: Some(rgba(0x6e635a80).into()),
-                        text: Some(rgba(0xc5b597ff).into()),
+                        text: Some(rgba(0xfbf1c7ff).into()),
                         text_muted: Some(rgba(0x776b61ff).into()),
                         text_placeholder: Some(rgba(0x776b61ff).into()),
                         text_disabled: Some(rgba(0xfbf1c7ff).into()),
@@ -1410,7 +1410,7 @@ pub fn gruvbox() -> UserThemeFamily {
                         panel_background: Some(rgba(0xecdcb3ff).into()),
                         element_hover: Some(rgba(0xc9b99a80).into()),
                         element_selected: Some(rgba(0xb5a68e80).into()),
-                        text: Some(rgba(0x5f5650ff).into()),
+                        text: Some(rgba(0x282828ff).into()),
                         text_muted: Some(rgba(0xad9e87ff).into()),
                         text_placeholder: Some(rgba(0xad9e87ff).into()),
                         text_disabled: Some(rgba(0x282828ff).into()),
@@ -1756,7 +1756,7 @@ pub fn gruvbox() -> UserThemeFamily {
                         panel_background: Some(rgba(0x393634ff).into()),
                         element_hover: Some(rgba(0x5b534d80).into()),
                         element_selected: Some(rgba(0x6e635a80).into()),
-                        text: Some(rgba(0xc5b597ff).into()),
+                        text: Some(rgba(0xfbf1c7ff).into()),
                         text_muted: Some(rgba(0x776b61ff).into()),
                         text_placeholder: Some(rgba(0x776b61ff).into()),
                         text_disabled: Some(rgba(0xfbf1c7ff).into()),

crates/theme2/src/themes/one.rs 🔗

@@ -26,7 +26,7 @@ pub fn one() -> UserThemeFamily {
                         panel_background: Some(rgba(0xebebecff).into()),
                         element_hover: Some(rgba(0xc9c9ca80).into()),
                         element_selected: Some(rgba(0xafafaf80).into()),
-                        text: Some(rgba(0x7f8188ff).into()),
+                        text: Some(rgba(0x383a41ff).into()),
                         text_muted: Some(rgba(0xa7a7a8ff).into()),
                         text_placeholder: Some(rgba(0xa7a7a8ff).into()),
                         text_disabled: Some(rgba(0x383a41ff).into()),
@@ -372,7 +372,7 @@ pub fn one() -> UserThemeFamily {
                         panel_background: Some(rgba(0x2f343eff).into()),
                         element_hover: Some(rgba(0x464b5780).into()),
                         element_selected: Some(rgba(0x4f545e80).into()),
-                        text: Some(rgba(0x838994ff).into()),
+                        text: Some(rgba(0xc8ccd4ff).into()),
                         text_muted: Some(rgba(0x545862ff).into()),
                         text_placeholder: Some(rgba(0x545862ff).into()),
                         text_disabled: Some(rgba(0xc8ccd4ff).into()),

crates/theme2/src/themes/rose_pine.rs 🔗

@@ -26,7 +26,7 @@ pub fn rose_pine() -> UserThemeFamily {
                         panel_background: Some(rgba(0xfef9f2ff).into()),
                         element_hover: Some(rgba(0xdcd6d580).into()),
                         element_selected: Some(rgba(0xc1bac180).into()),
-                        text: Some(rgba(0x706c8cff).into()),
+                        text: Some(rgba(0x575279ff).into()),
                         text_muted: Some(rgba(0xb1abb5ff).into()),
                         text_placeholder: Some(rgba(0xb1abb5ff).into()),
                         text_disabled: Some(rgba(0x575279ff).into()),
@@ -379,7 +379,7 @@ pub fn rose_pine() -> UserThemeFamily {
                         panel_background: Some(rgba(0x28253cff).into()),
                         element_hover: Some(rgba(0x504c6880).into()),
                         element_selected: Some(rgba(0x45415d80).into()),
-                        text: Some(rgba(0x85819eff).into()),
+                        text: Some(rgba(0xe0def4ff).into()),
                         text_muted: Some(rgba(0x3a3653ff).into()),
                         text_placeholder: Some(rgba(0x3a3653ff).into()),
                         text_disabled: Some(rgba(0xe0def4ff).into()),
@@ -732,7 +732,7 @@ pub fn rose_pine() -> UserThemeFamily {
                         panel_background: Some(rgba(0x1d1b2aff).into()),
                         element_hover: Some(rgba(0x423f5580).into()),
                         element_selected: Some(rgba(0x47445b80).into()),
-                        text: Some(rgba(0x75718eff).into()),
+                        text: Some(rgba(0xe0def4ff).into()),
                         text_muted: Some(rgba(0x3b384fff).into()),
                         text_placeholder: Some(rgba(0x3b384fff).into()),
                         text_disabled: Some(rgba(0xe0def4ff).into()),

crates/theme2/src/themes/sandcastle.rs 🔗

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

crates/theme2/src/themes/solarized.rs 🔗

@@ -26,7 +26,7 @@ pub fn solarized() -> UserThemeFamily {
                         panel_background: Some(rgba(0xf3eddaff).into()),
                         element_hover: Some(rgba(0x9faaa880).into()),
                         element_selected: Some(rgba(0x7f919480).into()),
-                        text: Some(rgba(0x34555eff).into()),
+                        text: Some(rgba(0x002b36ff).into()),
                         text_muted: Some(rgba(0x788b8fff).into()),
                         text_placeholder: Some(rgba(0x788b8fff).into()),
                         text_disabled: Some(rgba(0x002b36ff).into()),
@@ -365,7 +365,7 @@ pub fn solarized() -> UserThemeFamily {
                         panel_background: Some(rgba(0x04313cff).into()),
                         element_hover: Some(rgba(0x2b4f5880).into()),
                         element_selected: Some(rgba(0x566d7480).into()),
-                        text: Some(rgba(0x93a1a1ff).into()),
+                        text: Some(rgba(0xfdf6e3ff).into()),
                         text_muted: Some(rgba(0x5f757dff).into()),
                         text_placeholder: Some(rgba(0x5f757dff).into()),
                         text_disabled: Some(rgba(0xfdf6e3ff).into()),

crates/theme2/src/themes/summercamp.rs 🔗

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

crates/theme_importer/src/zed1/converter.rs 🔗

@@ -116,7 +116,7 @@ impl Zed1ThemeConverter {
                 .container
                 .background_color
                 .map(zed1_color_to_hsla),
-            text: convert(self.theme.project_panel.entry.default_style().text.color),
+            text: convert(self.theme.collab_panel.channel_name.text.color),
             text_muted: convert(active_tab.description.text.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),