aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_themes.cpp
diff options
context:
space:
mode:
authortoger52017-09-05 01:10:04 +0200
committertoger52017-09-05 01:10:04 +0200
commit18917ad1d642a3fd7d187b9e90af92cdb829285a (patch)
tree7de08b3deba96f556b2ab81166d92a68dc942fc0 /editor/editor_themes.cpp
parent27feafbe126cbc39fbb1a44a70b62bbfa8b8fa73 (diff)
downloadgodot-18917ad1d642a3fd7d187b9e90af92cdb829285a.tar.gz
godot-18917ad1d642a3fd7d187b9e90af92cdb829285a.tar.zst
godot-18917ad1d642a3fd7d187b9e90af92cdb829285a.zip
fixed log colors
Diffstat (limited to '')
-rw-r--r--editor/editor_themes.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp
index 1a7ee0e97..19356aad3 100644
--- a/editor/editor_themes.cpp
+++ b/editor/editor_themes.cpp
@@ -466,8 +466,6 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
theme->set_color("prop_category", "Editor", prop_category_color);
theme->set_color("prop_section", "Editor", prop_section_color);
theme->set_color("prop_subsection", "Editor", prop_subsection_color);
- theme->set_color("fg_selected", "Editor", HIGHLIGHT_COLOR_BG);
- theme->set_color("fg_error", "Editor", error_color);
theme->set_color("drop_position_color", "Tree", highlight_color);
// ItemList