Skip to content

Commit

Permalink
Merge branch 'CorrectThemeHeaders' of https://github.com/Redot-Engine…
Browse files Browse the repository at this point in the history
…/redot-engine into redot-merge-code
  • Loading branch information
Bioblaze committed Oct 8, 2024
2 parents da5ccc4 + 852766d commit b725390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/themes/editor_theme_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ EditorThemeManager::ThemeConfiguration EditorThemeManager::_create_theme_config(
preset_contrast = 0.0;
preset_draw_extra_borders = true;
} else { // Default
preset_accent_color = Color(0.44, 0.73, 0.98);
preset_base_color = Color(0.21, 0.24, 0.29);
preset_accent_color = Color(0.87, 0.22, 0.29);
preset_base_color = Color(0.14, 0.12, 0.12);
preset_contrast = config.default_contrast;
}

Expand Down

0 comments on commit b725390

Please sign in to comment.