diff --git a/src/SharpIDE.Godot/Features/Settings/SettingsWindow.cs b/src/SharpIDE.Godot/Features/Settings/SettingsWindow.cs index 5680014..8c2bf22 100644 --- a/src/SharpIDE.Godot/Features/Settings/SettingsWindow.cs +++ b/src/SharpIDE.Godot/Features/Settings/SettingsWindow.cs @@ -9,9 +9,9 @@ public partial class SettingsWindow : Window private CheckButton _debuggerUseSharpDbgCheckButton = null!; private OptionButton _themeOptionButton = null!; - private Theme _lightTheme = ResourceLoader.Load("uid://epmt8kq6efrs"); + private Theme _lightTheme = ResourceLoader.Load("uid://dc7l6bjhn61i5"); private Color _lightThemeClearColor = new Color("fdfdfd"); - private Theme _darkTheme = ResourceLoader.Load("uid://dc7l6bjhn61i5"); + private Theme _darkTheme = ResourceLoader.Load("uid://epmt8kq6efrs"); private Color _darkThemeClearColor = new Color("4d4d4d"); public override void _Ready()