From 2c1d7144a0c5ffe4fae25f0be2fdaf40bd41973c Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Fri, 2 Apr 2021 21:34:59 +0200 Subject: [PATCH] Update high contrast colors (#4635) * Add changes * Update a few brushes * Fix brushes * More fixes * Port changes back * Update brushes * Update dev/CommonStyles/Button_themeresources.xaml Co-authored-by: Yulia Klein * Update dev/CommonStyles/CheckBox_themeresources.xaml Co-authored-by: Yulia Klein * Fixes/improvements * Marks CR feedback * Switch to brushes * CR feedback Co-authored-by: Yulia Klein --- dev/CommonStyles/Button_themeresources.xaml | 10 +++--- .../Button_themeresources_v1.xaml | 8 ++--- dev/CommonStyles/CheckBox_themeresources.xaml | 33 +++++++++--------- .../CheckBox_themeresources_v1.xaml | 34 +++++++++---------- dev/CommonStyles/Common_themeresources.xaml | 12 +++---- .../RadioButton_themeresources.xaml | 26 +++++++------- .../RadioButton_themeresources_v1.xaml | 26 +++++++------- .../ToggleButton_themeresources.xaml | 18 +++++----- .../ToggleButton_themeresources_v1.xaml | 18 +++++----- .../ToggleSwitch_themeresources.xaml | 18 +++++----- .../ToggleSwitch_themeresources_v1.xaml | 18 +++++----- dev/SplitButton/SplitButton.xaml | 3 ++ .../SplitButton_themeresources.xaml | 26 +++++++------- .../SplitButton_themeresources_v1.xaml | 22 ++++++------ 14 files changed, 137 insertions(+), 135 deletions(-) mode change 100755 => 100644 dev/SplitButton/SplitButton.xaml diff --git a/dev/CommonStyles/Button_themeresources.xaml b/dev/CommonStyles/Button_themeresources.xaml index ab4bd0596c..96b8d88fef 100755 --- a/dev/CommonStyles/Button_themeresources.xaml +++ b/dev/CommonStyles/Button_themeresources.xaml @@ -62,16 +62,16 @@ - - + + - + - - + + 1 diff --git a/dev/CommonStyles/Button_themeresources_v1.xaml b/dev/CommonStyles/Button_themeresources_v1.xaml index 0c1de2ca44..d6178d7ce7 100644 --- a/dev/CommonStyles/Button_themeresources_v1.xaml +++ b/dev/CommonStyles/Button_themeresources_v1.xaml @@ -56,16 +56,16 @@ - - + + - + - + 1 diff --git a/dev/CommonStyles/CheckBox_themeresources.xaml b/dev/CommonStyles/CheckBox_themeresources.xaml index 86d9952040..36558bae10 100644 --- a/dev/CommonStyles/CheckBox_themeresources.xaml +++ b/dev/CommonStyles/CheckBox_themeresources.xaml @@ -129,14 +129,14 @@ - - - + + + - - - + + + @@ -176,14 +176,14 @@ - + - - + + @@ -193,14 +193,14 @@ - - + + - - + + @@ -210,14 +210,14 @@ - + - - + + @@ -817,4 +817,3 @@ - diff --git a/dev/CommonStyles/CheckBox_themeresources_v1.xaml b/dev/CommonStyles/CheckBox_themeresources_v1.xaml index 53d98f88f6..fba1b1aab4 100644 --- a/dev/CommonStyles/CheckBox_themeresources_v1.xaml +++ b/dev/CommonStyles/CheckBox_themeresources_v1.xaml @@ -96,13 +96,13 @@ - - - + + + - - - + + + @@ -132,37 +132,37 @@ - + - + - - + + - - + + - - + + - + - - + + diff --git a/dev/CommonStyles/Common_themeresources.xaml b/dev/CommonStyles/Common_themeresources.xaml index 687744080a..33d67d8fee 100644 --- a/dev/CommonStyles/Common_themeresources.xaml +++ b/dev/CommonStyles/Common_themeresources.xaml @@ -18,8 +18,8 @@ 10,5,6,6 - - + + @@ -32,8 +32,8 @@ 10,5,6,6 - - + + @@ -46,8 +46,8 @@ 10,5,6,6 - - + + diff --git a/dev/CommonStyles/RadioButton_themeresources.xaml b/dev/CommonStyles/RadioButton_themeresources.xaml index cb576da86c..280048ba0a 100755 --- a/dev/CommonStyles/RadioButton_themeresources.xaml +++ b/dev/CommonStyles/RadioButton_themeresources.xaml @@ -82,21 +82,21 @@ - - + + - - - - + + + + - - + + - - - + + + @@ -106,8 +106,8 @@ - - + + diff --git a/dev/CommonStyles/RadioButton_themeresources_v1.xaml b/dev/CommonStyles/RadioButton_themeresources_v1.xaml index 4fdb325853..065bad0285 100644 --- a/dev/CommonStyles/RadioButton_themeresources_v1.xaml +++ b/dev/CommonStyles/RadioButton_themeresources_v1.xaml @@ -73,28 +73,28 @@ - - + + - - - - + + + + - - + + - - - + + + - - + + diff --git a/dev/CommonStyles/ToggleButton_themeresources.xaml b/dev/CommonStyles/ToggleButton_themeresources.xaml index 3686e5fc6f..1600d1697b 100755 --- a/dev/CommonStyles/ToggleButton_themeresources.xaml +++ b/dev/CommonStyles/ToggleButton_themeresources.xaml @@ -68,12 +68,12 @@ 1 OuterBorderEdge - - + + - - + + @@ -84,8 +84,8 @@ - - + + @@ -93,11 +93,11 @@ - + - - + + diff --git a/dev/CommonStyles/ToggleButton_themeresources_v1.xaml b/dev/CommonStyles/ToggleButton_themeresources_v1.xaml index ba4b351be5..c6561768d4 100644 --- a/dev/CommonStyles/ToggleButton_themeresources_v1.xaml +++ b/dev/CommonStyles/ToggleButton_themeresources_v1.xaml @@ -64,12 +64,12 @@ - - + + - - + + @@ -80,8 +80,8 @@ - - + + @@ -89,11 +89,11 @@ - + - - + + diff --git a/dev/CommonStyles/ToggleSwitch_themeresources.xaml b/dev/CommonStyles/ToggleSwitch_themeresources.xaml index 14429ff702..3fe27e55b2 100644 --- a/dev/CommonStyles/ToggleSwitch_themeresources.xaml +++ b/dev/CommonStyles/ToggleSwitch_themeresources.xaml @@ -80,28 +80,28 @@ - - - - + + + + - + - + - - + + - + diff --git a/dev/CommonStyles/ToggleSwitch_themeresources_v1.xaml b/dev/CommonStyles/ToggleSwitch_themeresources_v1.xaml index 27e8ad8639..204abcfb78 100644 --- a/dev/CommonStyles/ToggleSwitch_themeresources_v1.xaml +++ b/dev/CommonStyles/ToggleSwitch_themeresources_v1.xaml @@ -75,28 +75,28 @@ - - - - + + + + - + - + - - + + - + diff --git a/dev/SplitButton/SplitButton.xaml b/dev/SplitButton/SplitButton.xaml old mode 100755 new mode 100644 index eb068595d0..333e98bd1e --- a/dev/SplitButton/SplitButton.xaml +++ b/dev/SplitButton/SplitButton.xaml @@ -132,6 +132,9 @@ + + + diff --git a/dev/SplitButton/SplitButton_themeresources.xaml b/dev/SplitButton/SplitButton_themeresources.xaml index 35d0f9dce1..9a37d67d51 100755 --- a/dev/SplitButton/SplitButton_themeresources.xaml +++ b/dev/SplitButton/SplitButton_themeresources.xaml @@ -74,31 +74,31 @@ - - + + - - + + - - + + - - + + - - + + - + - - + + 1 diff --git a/dev/SplitButton/SplitButton_themeresources_v1.xaml b/dev/SplitButton/SplitButton_themeresources_v1.xaml index 80ec387f20..35b64a1735 100644 --- a/dev/SplitButton/SplitButton_themeresources_v1.xaml +++ b/dev/SplitButton/SplitButton_themeresources_v1.xaml @@ -66,28 +66,28 @@ - - + + - - + + - - + + - - + + - + - - + + 1