diff --git a/config/themes.json b/config/themes.json index abf7f5759d..0a370715b6 100644 --- a/config/themes.json +++ b/config/themes.json @@ -46,6 +46,9 @@ "LabelBackgroundColor": "#F7F7F7", "LinkForegroundColor": "#232629", "LinkHoverForegroundColor": "#232629", + "ScrollBarBackgroundColor": "#4A4D52", + "ScrollBarHoverColor": "#5A5D62", + "ScrollBarDraggingColor": "#6A6D72", "ProgressBarForegroundColor": "#2e77ff", "ProgressBarBackgroundColor": "Transparent", @@ -77,6 +80,10 @@ "LabelBackgroundColor": "#121212", "LinkForegroundColor": "#add8e6", "LinkHoverForegroundColor": "#F7F7F7", + "ScrollBarBackgroundColor": "#2E3135", + "ScrollBarHoverColor": "#3B4252", + "ScrollBarDraggingColor": "#5E81AC", + "ProgressBarForegroundColor": "#222222", "ProgressBarBackgroundColor": "Transparent", "ProgressBarTextColor": "#cccccc", diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 2ab4441398..c40be1e03f 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -10,13 +10,32 @@ WindowStyle="None" Width="Auto" Height="Auto" - MaxWidth="1280" + MaxWidth="1380" MaxHeight="800" Title="Chris Titus Tech's Windows Utility"> + + + + + + + + @@ -697,7 +739,8 @@ Grid.Column="0" VerticalAlignment="Center" HorizontalAlignment="Left" FontFamily="Segoe MDL2 Assets" - FontSize="{DynamicResource DynamicResource IconFontSize}" + Foreground="{DynamicResource ButtonBackgroundSelectedColor}" + FontSize="{DynamicResource IconFontSize}" Margin="180,0,0,0">