Skip to content

Commit

Permalink
Merge pull request #820 from niels9001/development
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski authored Nov 16, 2023
2 parents 5471719 + b7c003f commit b3649e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Wpf.Ui/Resources/Theme/HC1.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Color x:Key="SystemColorGrayTextColor">#A6A6A6</Color>


<Color x:Key="ApplicationBackgroundColor">#FFFAEF</Color>
<Color x:Key="ApplicationBackgroundColor">#2D3236</Color>
<!-- Same as SystemColorWindowColor -->
<SolidColorBrush x:Key="ApplicationBackgroundBrush" Color="{StaticResource ApplicationBackgroundColor}" />

Expand Down
2 changes: 1 addition & 1 deletion src/Wpf.Ui/Resources/Theme/HC2.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Color x:Key="SystemColorHotlightColor">#8080FF</Color>
<Color x:Key="SystemColorGrayTextColor">#A6A6A6</Color>

<Color x:Key="ApplicationBackgroundColor">#FFFAEF</Color>
<Color x:Key="ApplicationBackgroundColor">#000000</Color>
<!-- Same as SystemColorWindowColor -->
<SolidColorBrush x:Key="ApplicationBackgroundBrush" Color="{StaticResource ApplicationBackgroundColor}" />

Expand Down
2 changes: 1 addition & 1 deletion src/Wpf.Ui/Resources/Theme/HCBlack.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Color x:Key="SystemColorHotlightColor">#75E9FC</Color>
<Color x:Key="SystemColorGrayTextColor">#A6A6A6</Color>

<Color x:Key="ApplicationBackgroundColor">#FFFAEF</Color>
<Color x:Key="ApplicationBackgroundColor">#202020</Color>
<!-- Same as SystemColorWindowColor -->
<SolidColorBrush x:Key="ApplicationBackgroundBrush" Color="{StaticResource ApplicationBackgroundColor}" />

Expand Down

0 comments on commit b3649e9

Please sign in to comment.