style<*>: add border for main window; changed popup background for dark theme; use Consolas for changes in stashes view

This commit is contained in:
leo 2021-03-29 16:26:05 +08:00
parent 872eec85b7
commit e00271199a
3 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<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"/>
<SolidColorBrush x:Key="Brush.Popup" Color="#FF2B2B2B"/>
<SolidColorBrush x:Key="Brush.Contents" Color="#FF1B1B1B"/>
<SolidColorBrush x:Key="Brush.Badge" Color="#FF8F8F8F"/>
<SolidColorBrush x:Key="Brush.CommitViewer" Color="#FF222222"/>