Skip to content

Commit

Permalink
⚡ update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wesamdev committed Oct 7, 2024
1 parent 2ff5d63 commit 852766d
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 852766d

Please sign in to comment.