mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 09:35:00 +00:00
style<Launcher>: remove ShadowEffect for tabs in titlebar;change color for light theme
This commit is contained in:
parent
bdd979eb58
commit
bb1c98917e
3 changed files with 6 additions and 18 deletions
|
@ -1,11 +1,11 @@
|
|||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="Brush.BG1" Color="#FFEEEEF2"/>
|
||||
<SolidColorBrush x:Key="Brush.BG1" Color="#FFDFDFDF"/>
|
||||
<SolidColorBrush x:Key="Brush.BG2" Color="White"/>
|
||||
<SolidColorBrush x:Key="Brush.BG3" Color="WhiteSmoke"/>
|
||||
<SolidColorBrush x:Key="Brush.BG4" Color="#FFE6E7E8"/>
|
||||
<SolidColorBrush x:Key="Brush.BG5" Color="#FFBDBDBD"/>
|
||||
<SolidColorBrush x:Key="Brush.BG6" Color="#FFCFCFCF"/>
|
||||
<SolidColorBrush x:Key="Brush.BG6" Color="#FFFFFFFF"/>
|
||||
<SolidColorBrush x:Key="Brush.BG7" Color="#FF836C2E"/>
|
||||
<SolidColorBrush x:Key="Brush.Border1" Color="#FF898989"/>
|
||||
<SolidColorBrush x:Key="Brush.Border2" Color="#FFCFCFCF"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue