summaryrefslogtreecommitdiffstats
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorRalf Hölzemer <r.hoelzemer@posteo.de>2014-09-16 02:16:26 +0200
committermarynate <mary.w.nate@gmail.com>2015-01-15 13:29:53 +0800
commit7b9f5e65c9ebb187cf4b7e3ca639ca256915d3d1 (patch)
tree5d36a7baab3f247be21f2c08ee8c6903708b0d7c /tools/editor/editor_node.cpp
parent04af74596d070f062bd917b0364d87c57544f8d5 (diff)
downloadredot-engine-7b9f5e65c9ebb187cf4b7e3ca639ca256915d3d1.tar.gz
New neutral default theme
- desaturated UI elements to grey - desaturated all near-white icons to grey - changed some hardcoded colors
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index f859d19504..36b9dd3cdb 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(0x3f3945ff));
- theme->set_color("prop_section","Editor",Color::hex(0x38323dff));
- theme->set_color("prop_subsection","Editor",Color::hex(0x342e39ff));
+ 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("fg_selected","Editor",Color::html("ffbd8e8e"));
theme->set_color("fg_error","Editor",Color::html("ffbd8e8e"));