mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style<Launcher>: better titlebar background color for dark theme
This commit is contained in:
parent
8069f6eb28
commit
9ac37ccc09
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="Brush.Logo" Color="#FFF05133"/>
|
||||
|
||||
<SolidColorBrush x:Key="Brush.TitleBar" Color="#FF202020"/>
|
||||
<SolidColorBrush x:Key="Brush.TitleBar" Color="#FF1B1B1B"/>
|
||||
<SolidColorBrush x:Key="Brush.Window" Color="#FF252525"/>
|
||||
<SolidColorBrush x:Key="Brush.NewPageHover" Color="#FF404040"/>
|
||||
<SolidColorBrush x:Key="Brush.Popup" Color="#FF252525"/>
|
||||
|
|
Loading…
Reference in a new issue