diff options
author | Ralf Hölzemer <r.hoelzemer@posteo.de> | 2014-09-18 03:11:49 +0200 |
---|---|---|
committer | marynate <mary.w.nate@gmail.com> | 2015-01-15 13:29:54 +0800 |
commit | ae7010888363d6fb9648ef069264328b78ae9047 (patch) | |
tree | cd14407ce6aae0f84503b25dda9ea51d8b1eacd1 /tools/editor/editor_node.cpp | |
parent | 7b9f5e65c9ebb187cf4b7e3ca639ca256915d3d1 (diff) | |
download | redot-engine-ae7010888363d6fb9648ef069264328b78ae9047.tar.gz |
New iteration of the theme
- try to implement ndee's mockup from the forum
- new color palette
- get rid of most gradients
probably needs some more tweaks
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r-- | tools/editor/editor_node.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 36b9dd3cdb..005bb0958f 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -4088,9 +4088,9 @@ 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(0x454545ff)); - theme->set_color("prop_section","Editor",Color::hex(0x3d3d3dff)); - theme->set_color("prop_subsection","Editor",Color::hex(0x393939ff)); + theme->set_color("prop_category","Editor",Color::hex(0x403d41ff)); + theme->set_color("prop_section","Editor",Color::hex(0x383539ff)); + theme->set_color("prop_subsection","Editor",Color::hex(0x343135ff)); theme->set_color("fg_selected","Editor",Color::html("ffbd8e8e")); theme->set_color("fg_error","Editor",Color::html("ffbd8e8e")); |