Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Dec 9, 2023
1 parent 9d4d714 commit 8e8aafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModernWpf/ThemeResources/Dark.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@

<Color x:Key="SmokeFillColorDefault">#332C2C2C</Color>

<Color x:Key="LayerFillColorDefault">#09FFFFFF</Color>
<Color x:Key="LayerFillColorDefault">#4C3A3A3A</Color>
<Color x:Key="LayerFillColorAlt">#0DFFFFFF</Color>
<Color x:Key="LayerOnAcrylicFillColorDefault">#09FFFFFF</Color>
<Color x:Key="LayerOnAccentAcrylicFillColorDefault">#09FFFFFF</Color>
Expand Down
2 changes: 1 addition & 1 deletion ModernWpf/ThemeResources/Light.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<!-- Colors -->

<Color x:Key="TextFillColorPrimary">#E4000000</Color>
<Color x:Key="TextFillColorSecondary">#93000000</Color>
<Color x:Key="TextFillColorSecondary">#9E000000</Color>
<Color x:Key="TextFillColorTertiary">#72000000</Color>
<Color x:Key="TextFillColorDisabled">#5C000000</Color>
<Color x:Key="TextFillColorInverse">#FFFFFF</Color>
Expand Down

0 comments on commit 8e8aafe

Please sign in to comment.