This commit is contained in:
2026-03-12 08:46:45 +07:00
parent 9075aa626f
commit b7197453c5
9 changed files with 15 additions and 17 deletions

View File

@@ -129,7 +129,7 @@ impl ThemeColors {
text_placeholder: neutral().light().step_10(),
text_accent: brand().light().step_9(),
text_danger: danger().light().step_9(),
text_warning: warning().light().step_10(),
text_warning: warning().light().step_9(),
icon: neutral().light().step_11(),
icon_muted: neutral().light().step_10(),
@@ -196,7 +196,7 @@ impl ThemeColors {
background: neutral().dark().step_1(),
surface_background: neutral().dark().step_2(),
elevated_surface_background: neutral().dark().step_3(),
panel_background: gpui::black(),
panel_background: neutral().dark().step_1(),
overlay: neutral().dark_alpha().step_3(),
title_bar: neutral().dark().step_3(),
title_bar_inactive: neutral().dark().step_1(),