diff options
| author | Ralf Hölzemer | 2016-08-04 16:43:55 +0200 |
|---|---|---|
| committer | Ralf Hölzemer | 2016-09-09 20:16:13 +0200 |
| commit | 991a433cb30c8f1ca085db655648b8971c61c9bf (patch) | |
| tree | 30a7e76cd5f6165537efe82efd1830c528f10b05 /tools/editor/editor_node.cpp | |
| parent | 8af99ef1c6499ff485e81b0859cf3b123661d4ab (diff) | |
| download | godot-991a433cb30c8f1ca085db655648b8971c61c9bf.tar.gz godot-991a433cb30c8f1ca085db655648b8971c61c9bf.tar.zst godot-991a433cb30c8f1ca085db655648b8971c61c9bf.zip | |
Move hardcoded theme colors from editor_node into editor_themes
Diffstat (limited to 'tools/editor/editor_node.cpp')
| -rw-r--r-- | tools/editor/editor_node.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 8496530db..11c51991e 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -6543,11 +6543,6 @@ EditorNode::EditorNode() { Globals::get_singleton()->set("debug/indicators_enabled",true); Globals::get_singleton()->set("render/room_cull_enabled",false); - theme->set_color("prop_category","Editor",Color::hex(0x3f3a44ff)); - theme->set_color("prop_section","Editor",Color::hex(0x35313aff)); - theme->set_color("prop_subsection","Editor",Color::hex(0x312e37ff)); - theme->set_color("fg_selected","Editor",Color::html("ffbd8e8e")); - theme->set_color("fg_error","Editor",Color::html("ffbd8e8e")); reference_resource_mem=true; save_external_resources_mem=true; |
