mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-12 22:25:00 +00:00
style<Theme>: new theme design
This commit is contained in:
parent
25971f9a56
commit
535e05a667
14 changed files with 221 additions and 183 deletions
|
@ -1,10 +1,13 @@
|
|||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Color x:Key="Colors.Shadow">Black</Color>
|
||||
|
||||
<SolidColorBrush x:Key="Brush.Logo" Color="#FFF05133"/>
|
||||
|
||||
<SolidColorBrush x:Key="Brush.Window" Color="#FFF0F5F9"/>
|
||||
<SolidColorBrush x:Key="Brush.TitleBar" Color="#FFCFDEEA"/>
|
||||
<SolidColorBrush x:Key="Brush.ToolBar" Color="#FFF0F5F9"/>
|
||||
<SolidColorBrush x:Key="Brush.TabButtonHover" Color="#1D000000"/>
|
||||
<SolidColorBrush x:Key="Brush.Popup" Color="#FFF8F8F8"/>
|
||||
<SolidColorBrush x:Key="Brush.Contents" Color="#FFFAFAFA"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue