diff --git a/UndertaleModTool/App.xaml b/UndertaleModTool/App.xaml index 55bf3580b..4b7ae3cd1 100644 --- a/UndertaleModTool/App.xaml +++ b/UndertaleModTool/App.xaml @@ -9,7 +9,7 @@ - - + + diff --git a/UndertaleModTool/Controls/TransparencyGridBrush.xaml b/UndertaleModTool/Controls/TransparencyGridBrush.xaml index f9fb8a342..1023b6715 100644 --- a/UndertaleModTool/Controls/TransparencyGridBrush.xaml +++ b/UndertaleModTool/Controls/TransparencyGridBrush.xaml @@ -1,21 +1,21 @@  - + - - + + - - + + diff --git a/UndertaleModTool/Settings.cs b/UndertaleModTool/Settings.cs index 65c69d97d..342e42302 100644 --- a/UndertaleModTool/Settings.cs +++ b/UndertaleModTool/Settings.cs @@ -51,8 +51,8 @@ public class Settings public double GlobalGridThickness { get; set; } = 1; public bool GridThicknessEnabled { get; set; } = false; - public string TransparencyGridColor1 { get; set; } = "#ffd3d3d3"; - public string TransparencyGridColor2 { get; set; } = "#ffffffff"; + public string TransparencyGridColor1 { get; set; } = "#ff666666"; + public string TransparencyGridColor2 { get; set; } = "#ff999999"; public bool EnableDarkMode { get; set; } = false; public bool ShowDebuggerOption { get; set; } = false; diff --git a/UndertaleModTool/Windows/SettingsWindow.xaml b/UndertaleModTool/Windows/SettingsWindow.xaml index c38df37ff..82ce09685 100644 --- a/UndertaleModTool/Windows/SettingsWindow.xaml +++ b/UndertaleModTool/Windows/SettingsWindow.xaml @@ -79,7 +79,7 @@ - +