From 6c22cab856318e0431862efd315fffd184c1c8d9 Mon Sep 17 00:00:00 2001 From: Ralf Hölzemer Date: Thu, 4 Aug 2016 16:43:55 +0200 Subject: Move hardcoded theme colors from editor_node into editor_themes (cherry picked from commit 991a433cb30c8f1ca085db655648b8971c61c9bf) --- tools/editor/editor_node.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/editor/editor_node.cpp') diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 758b6f606..ea39b0313 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -6524,11 +6524,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; -- cgit v1.3.1