Skip to content

Commit

Permalink
Change default theme to use config.default_contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan322 committed Jan 24, 2025
1 parent 46ff1e1 commit 7347c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/themes/editor_theme_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ EditorThemeManager::ThemeConfiguration EditorThemeManager::_create_theme_config(
} else { // Default
preset_accent_color = Color(0.99, 0.77, 0.76);
preset_base_color = Color(0.13, 0.13, 0.13);
preset_contrast = 0.3;
preset_contrast = config.default_contrast;
}

config.accent_color = preset_accent_color;
Expand Down

0 comments on commit 7347c43

Please sign in to comment.