Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 8be7003

Browse files
committed
Apply color scheme
1 parent 8de06f6 commit 8be7003

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

View/Styling/Main.xaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
xmlns:local="clr-namespace:View"
44
xmlns:stylingHelperTools="clr-namespace:View.StylingHelperTools">
55

6-
<SolidColorBrush x:Key="BackgroundPrimary" Color="LightGray"/>
7-
<SolidColorBrush x:Key="BackgroundSecundary" Color="Bisque"/>
8-
<SolidColorBrush x:Key="BackgroundTertiary" Color="Orange"/>
6+
<SolidColorBrush x:Key="BackgroundPrimary" Color="#94d2e6"/>
7+
<SolidColorBrush x:Key="BackgroundSecundary" Color="#c1224f"/>
8+
<SolidColorBrush x:Key="BackgroundTertiary" Color="#f16f6f"/>
9+
<SolidColorBrush x:Key="BackgroundQuaternary" Color="#fff78f"/>
910

1011
<Style TargetType="local:MainWindowNavigationItem" BasedOn="{StaticResource {x:Type ToggleButton}}">
1112
<Style.Triggers>

0 commit comments

Comments
 (0)