[PT Run] Updated themes (dark/light/highcontrast) (#4119)

* Updated themes (dark/light/highcontrast)

* Updated semi-transparent colors to opague colors (for ClearType)

* Added theme brushes (light/dark/high contrast) for scrollbar.
This commit is contained in:
Niels Laute
2020-06-10 20:15:15 +02:00
committed by GitHub
parent 6fdfd3b9e7
commit d76234c112
9 changed files with 81 additions and 68 deletions

View File

@@ -55,10 +55,10 @@
x:Name="SearchBoxBorder"
Grid.Row="0"
Margin="24,24,24,8"
BorderThickness="0"
BorderThickness="1"
CornerRadius="4"
Background="{DynamicResource SystemChromeLow}"
BorderBrush="{DynamicResource SystemChromeLow}">
BorderBrush="{DynamicResource BorderBrush}">
<Border.Effect>
<DropShadowEffect BlurRadius="12" Opacity="0.3" ShadowDepth="0" />
</Border.Effect>
@@ -76,11 +76,11 @@
x:Name="ListBoxBorder"
Grid.Row="1"
Margin="24,8,24,24"
BorderThickness="0"
BorderThickness="1"
CornerRadius="4"
Visibility="{Binding Results.Visibility}"
Background="{DynamicResource SystemChromeLow}"
BorderBrush="{DynamicResource SystemChromeLow}">
BorderBrush="{DynamicResource BorderBrush}">
<!--<Border.RenderTransform>
<TranslateTransform />
</Border.RenderTransform>-->