Removed most of the custom colors from the interface.
This commit is contained in:
parent
f577efd47e
commit
b622c92fad
12 changed files with 50 additions and 36 deletions
|
|
@ -3468,7 +3468,7 @@ void EditorNode::_dock_select_draw() {
|
|||
|
||||
Color used = Color(0.6, 0.6, 0.6, 0.8);
|
||||
Color used_selected = Color(0.8, 0.8, 0.8, 0.8);
|
||||
Color tab_selected = Color(1, 1, 1, 1);
|
||||
Color tab_selected = theme_base->get_color("mono_color", "Editor");
|
||||
Color unused = used;
|
||||
unused.a = 0.4;
|
||||
Color unusable = unused;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue