Skip to content

Commit

Permalink
Fix Itemlist font color in Light editor themes
Browse files Browse the repository at this point in the history
  • Loading branch information
havi05 committed Jan 24, 2025
1 parent b0655dc commit f65df7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/themes/editor_theme_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ void EditorThemeManager::_populate_standard_styles(const Ref<EditorTheme> &p_the
p_theme->set_stylebox("hovered_selected_focus", "ItemList", style_itemlist_hover_selected);
p_theme->set_color(SceneStringName(font_color), "ItemList", p_config.font_color);
p_theme->set_color("font_hovered_color", "ItemList", p_config.mono_color);
p_theme->set_color("font_hovered_selected_color", "ItemList", p_config.mono_color);
p_theme->set_color("font_selected_color", "ItemList", p_config.mono_color);
p_theme->set_color("font_outline_color", "ItemList", p_config.font_outline_color);
p_theme->set_color("guide_color", "ItemList", Color(1, 1, 1, 0));
Expand Down

0 comments on commit f65df7e

Please sign in to comment.