We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758af95 commit d63a4d1Copy full SHA for d63a4d1
themes/DarkKnight.xaml
@@ -12,11 +12,11 @@
12
13
<!-- Buttons and Highlights -->
14
<SolidColorBrush x:Key="PrimaryButtonBackground" Color="#0366d6"/>
15
- <SolidColorBrush x:Key="ButtonHighlightColor" Color="#218bff"/>
+ <SolidColorBrush x:Key="ButtonHighlightColor" Color="#0366d6"/>
16
<SolidColorBrush x:Key="ButtonBorderColor" Color="#ff0000"/>
17
18
<!-- Borders and Labels -->
19
- <SolidColorBrush x:Key="BorderBrushColor" Color="#1c1c1c"/>
+ <SolidColorBrush x:Key="BorderBrushColor" Color="#444c56"/>
20
<SolidColorBrush x:Key="LabelColor" Color="#2a2a2a"/>
21
22
<!-- Toggle Switch -->
0 commit comments