summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Themes/Dark.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Themes/Dark.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Themes/Dark.xaml11
1 files changed, 4 insertions, 7 deletions
diff --git a/win/CS/HandBrakeWPF/Themes/Dark.xaml b/win/CS/HandBrakeWPF/Themes/Dark.xaml
index 7c52c8fb3..b8865e34d 100644
--- a/win/CS/HandBrakeWPF/Themes/Dark.xaml
+++ b/win/CS/HandBrakeWPF/Themes/Dark.xaml
@@ -1,5 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
+
<!--
#252525 - Dark
#363636 - Mid
@@ -22,7 +23,6 @@
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="WhiteSmoke" />
<SolidColorBrush x:Key="{x:Static SystemColors.MenuTextBrushKey}" Color="WhiteSmoke" />
<SolidColorBrush x:Key="{x:Static SystemColors.ControlDarkBrushKey}" Color="WhiteSmoke" />
-
<!-- Listbox -->
<Style TargetType="ListBox">
@@ -36,12 +36,6 @@
<Setter Property="HasDropShadow" Value="True" />
</Style>
- <!-- Toolbar -->
- <Style TargetType="ToolBar">
- <Setter Property="Background" Value="Black" />
- <Setter Property="Foreground" Value="White" />
- </Style>
-
<!-- StatusBar -->
<Style TargetType="StatusBar">
<Setter Property="Background" Value="{DynamicResource Ui.Mid}" />
@@ -55,6 +49,7 @@
<Style TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="White"/>
+ <Setter Property="VerticalAlignment" Value="Center"/>
</Style>
<!-- Tab Control -->
@@ -107,6 +102,8 @@
<ResourceDictionary Source="Controls/ComboBoxDark.xaml" />
<ResourceDictionary Source="Controls/ButtonDark.xaml" />
<ResourceDictionary Source="Controls/ContextMenuDark.xaml" />
+ <ResourceDictionary Source="Controls/ToolbarDark.xaml" />
+ <ResourceDictionary Source="Controls/GroupBoxDark.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary> \ No newline at end of file