Adjust muted text colors
This commit is contained in:
parent
bdb89d4700
commit
04d26353d2
10 changed files with 40 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue