Skip to content

Commit 86b0ed8

Browse files
committed
Merge pull request #112242 from DeeJayLSP/rend-swap-fix
Modern style: switch to classic renderer name colors
2 parents cda419a + 768991f commit 86b0ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

editor/themes/theme_modern.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ void ThemeModern::populate_shared_styles(const Ref<EditorTheme> &p_theme, Editor
198198

199199
// Special colors for rendering methods.
200200

201-
p_theme->set_color("forward_plus_color", EditorStringName(Editor), Color(0.55, 0.75, 0.39));
202-
p_theme->set_color("mobile_color", EditorStringName(Editor), Color(0.45, 0.70, 0.89));
203-
p_theme->set_color("gl_compatibility_color", EditorStringName(Editor), Color(0.86, 0.48, 0.58));
201+
p_theme->set_color("forward_plus_color", EditorStringName(Editor), Color::hex(0x5d8c3fff));
202+
p_theme->set_color("mobile_color", EditorStringName(Editor), Color::hex(0xa5557dff));
203+
p_theme->set_color("gl_compatibility_color", EditorStringName(Editor), Color::hex(0x5586a4ff));
204204

205205
if (p_config.dark_theme) {
206206
p_theme->set_color("highend_color", EditorStringName(Editor), Color(1.0, 0.0, 0.0));

0 commit comments

Comments
 (0)