Use the same axis colors consistently in the 2D and 3D editors
This commit is contained in:
@ -367,6 +367,10 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
||||
theme->set_color("box_selection_fill_color", "Editor", accent_color * Color(1, 1, 1, 0.3));
|
||||
theme->set_color("box_selection_stroke_color", "Editor", accent_color * Color(1, 1, 1, 0.8));
|
||||
|
||||
theme->set_color("axis_x_color", "Editor", Color(0.96, 0.20, 0.32));
|
||||
theme->set_color("axis_y_color", "Editor", Color(0.53, 0.84, 0.01));
|
||||
theme->set_color("axis_z_color", "Editor", Color(0.16, 0.55, 0.96));
|
||||
|
||||
theme->set_color("font_color", "Editor", font_color);
|
||||
theme->set_color("highlighted_font_color", "Editor", font_color_hl);
|
||||
theme->set_color("disabled_font_color", "Editor", font_color_disabled);
|
||||
|
||||
Reference in New Issue
Block a user