[Run] Fixing UI issues (#8681)

* UI fixes

* Added dlls to installer

* Accent color tweaks + sync

* Added cornerradius to selection highlight border

* Increase icon's radius

Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
This commit is contained in:
Niels Laute
2021-01-06 19:00:36 +01:00
committed by GitHub
parent 3a87c4909c
commit 17b40aa10a
13 changed files with 37 additions and 522 deletions

View File

@@ -29,22 +29,4 @@
<SolidColorBrush x:Key="SecondaryTextForeground" Color="#FF434343" />
<SolidColorBrush x:Key="InactiveSelectionHighlightBrushKey" Color="Black" />
<SolidColorBrush x:Key="DialogBorderBrush" Color="#FFf7f7f7" />
<SolidColorBrush x:Key="ScrollBarThumbBackground" Color="#FF7a7a7a" />
<Color x:Key="ScrollBarThumbPointerOver">#FFa0a0a0</Color>
<Color x:Key="ScrollBarThumbPointerPressed">#FF747474</Color>
<Color x:Key="ScrollBarBackgroundPointerOver">#FFf0f0f0</Color>
<SolidColorBrush x:Key="ScrollBarLineButtonForeground" Color="#FF1d1d1d" />
<Color x:Key="ScrollBarLineButtonForegroundPointerOver">#FF1d1d1d</Color>
<Color x:Key="ScrollBarLineButtonForegroundPointerPressed">#FFf3f3f3</Color>
<SolidColorBrush x:Key="ScrollBarLineButtonBackground" Color="Transparent"/>
<Color x:Key="ScrollBarLineButtonBackgroundPointerOver">#FFd2d2d2</Color>
<Color x:Key="ScrollBarLineButtonBackgroundPointerPressed">#FF5d5d5d</Color>
<SolidColorBrush x:Key="ToolTipBorderBrushKey" Color="#FFD0D0D0" />
<SolidColorBrush x:Key="ToolTipForegroundBrushKey" Color="#FF000000" />
<SolidColorBrush x:Key="ToolTipBackgroundBrushKey" Color="#FFFBFBFB" />
</ResourceDictionary>