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

Commit

Permalink
Dark mode is now a bit darker
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Jun 27, 2020
1 parent 5c38f4c commit c90ba3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions UWPX_UI/Resources/MyBrushes.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
<Color x:Key="DropShadowColor">#FF000000</Color>
<media:AcrylicBrush x:Key="AppBackgroundAcrylicWindowBrush"
BackgroundSource="HostBackdrop"
FallbackColor="#FF2E2E2E"
TintColor="#FF2E2E2E"
FallbackColor="#FF1E1E1E"
TintColor="#FF1E1E1E"
TintOpacity="0.8"/>
<media:AcrylicBrush x:Key="AppBackgroundAcrylicElementBrush"
BackgroundSource="Backdrop"
FallbackColor="#FF2A2A2A"
TintColor="#FF2A2A2A"
FallbackColor="#FF1A1A1A"
TintColor="#FF1A1A1A"
TintOpacity="0.6"/>
<media:AcrylicBrush x:Key="AppBackgroundAcrylicElementLightBrush"
BackgroundSource="Backdrop"
FallbackColor="#FF2A2A2A"
FallbackColor="#FF1A1A1A"
Opacity="0.8"
TintColor="#FF2A2A2A"
TintColor="#FF1A1A1A"
TintOpacity="0.6"/>
<SolidColorBrush x:Key="CaptionTextBrush"
Color="#99FFFFFF"/>
Expand Down

0 comments on commit c90ba3a

Please sign in to comment.