|
|
|
@ -12,6 +12,8 @@
@@ -12,6 +12,8 @@
|
|
|
|
|
<SolidColorBrush x:Key="{x:Static themes:ResourceKeys.LineNumbersForegroundBrush}" Color="Gray" /> |
|
|
|
|
<SolidColorBrush x:Key="{x:Static themes:ResourceKeys.CurrentLineBackgroundBrush}" Color="#1614DCE0" /> |
|
|
|
|
<Pen x:Key="{x:Static themes:ResourceKeys.CurrentLineBorderPen}" Brush="#3400FF6E" Thickness="1" /> |
|
|
|
|
<SolidColorBrush x:Key="{x:Static themes:ResourceKeys.BracketHighlightBackgroundBrush}" Color="#443399FF" /> |
|
|
|
|
<Pen x:Key="{x:Static themes:ResourceKeys.BracketHighlightBorderPen}" Brush="#883399FF" Thickness="1" /> |
|
|
|
|
|
|
|
|
|
<Color x:Key="{x:Static SystemColors.ControlLightLightColorKey}">#333337</Color> |
|
|
|
|
<Color x:Key="{x:Static SystemColors.ControlLightColorKey}">#464646</Color> |
|
|
|
@ -36,9 +38,6 @@
@@ -36,9 +38,6 @@
|
|
|
|
|
<Color x:Key="{x:Static SystemColors.InactiveBorderColorKey}">#434346</Color> |
|
|
|
|
<Color x:Key="{x:Static SystemColors.InactiveCaptionTextColorKey}">#808080</Color> |
|
|
|
|
|
|
|
|
|
<SolidColorBrush x:Key="{x:Static themes:ResourceKeys.BracketHighlightBackgroundBrush}" Color="#443399FF" /> |
|
|
|
|
<Pen x:Key="{x:Static themes:ResourceKeys.BracketHighlightBorderPen}" Brush="#883399FF" Thickness="1" /> |
|
|
|
|
|
|
|
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.ControlLightLightBrushKey}" Color="#333337" /> |
|
|
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.ControlLightBrushKey}" Color="#464646" /> |
|
|
|
|
<SolidColorBrush x:Key="{x:Static SystemColors.ControlBrushKey}" Color="#252526" /> |
|
|
|
|