From 2083263e4f2be44323503f27a1b713d8418aad93 Mon Sep 17 00:00:00 2001 From: toger5 Date: Sat, 2 Sep 2017 03:30:43 +0200 Subject: [PATCH] changed tree font color to be more saturated --- editor/editor_themes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 713e9753451..1a7ee0e9700 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -436,7 +436,7 @@ Ref create_editor_theme(const Ref p_theme) { theme->set_stylebox("custom_button_pressed", "Tree", make_empty_stylebox()); theme->set_stylebox("custom_button_hover", "Tree", style_button_type); theme->set_color("custom_button_font_highlight", "Tree", HIGHLIGHT_COLOR_FONT); - theme->set_color("font_color", "Tree", font_color_disabled); + theme->set_color("font_color", "Tree", font_color); theme->set_color("font_color_selected", "Tree", font_color); Ref style_tree_btn = make_flat_stylebox(contrast_color_1, 2, 4, 2, 4);