diff options
author | toger5 <toger5@hotmail.de> | 2017-09-02 03:30:43 +0200 |
---|---|---|
committer | toger5 <toger5@hotmail.de> | 2017-09-04 18:06:41 +0200 |
commit | 2083263e4f2be44323503f27a1b713d8418aad93 (patch) | |
tree | 992fe137b36c3d58417d9fa03b6ad0954099686a /editor | |
parent | 45d57ccf288f1957bebdba428adc1090052f5522 (diff) |
changed tree font color to be more saturated
Diffstat (limited to 'editor')
-rw-r--r-- | editor/editor_themes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 713e975345..1a7ee0e970 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -436,7 +436,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> 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<StyleBox> style_tree_btn = make_flat_stylebox(contrast_color_1, 2, 4, 2, 4); |