Skip to content

Commit

Permalink
Merge pull request #950 from Spartan322/correct/minimal-preset-contra…
Browse files Browse the repository at this point in the history
…st-config

Change default theme to use config.default_contrast
  • Loading branch information
Spartan322 authored Jan 24, 2025
2 parents 46ff1e1 + 7347c43 commit 7f6ba60
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 7f6ba60

Please sign in to comment.