Skip to content

Commit 4ba8a64

Browse files
authored
Removed space in color foreground names (#3580)
1 parent 6a49c69 commit 4ba8a64

14 files changed

+146
-146
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="BlueGreyPrimary50">#eceff1</Color>
4-
<Color x:Key="Blue GreyPrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="BlueGreyPrimary50Foreground">#DD000000</Color>
55
<Color x:Key="BlueGreyPrimary100">#cfd8dc</Color>
6-
<Color x:Key="Blue GreyPrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="BlueGreyPrimary100Foreground">#DD000000</Color>
77
<Color x:Key="BlueGreyPrimary200">#b0bec5</Color>
8-
<Color x:Key="Blue GreyPrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="BlueGreyPrimary200Foreground">#DD000000</Color>
99
<Color x:Key="BlueGreyPrimary300">#90a4ae</Color>
10-
<Color x:Key="Blue GreyPrimary300Foreground">#DD000000</Color>
10+
<Color x:Key="BlueGreyPrimary300Foreground">#DD000000</Color>
1111
<Color x:Key="BlueGreyPrimary400">#78909c</Color>
12-
<Color x:Key="Blue GreyPrimary400Foreground">#FFFFFFFF</Color>
12+
<Color x:Key="BlueGreyPrimary400Foreground">#FFFFFFFF</Color>
1313
<Color x:Key="BlueGreyPrimary500">#607d8b</Color>
14-
<Color x:Key="Blue GreyPrimary500Foreground">#DDFFFFFF</Color>
14+
<Color x:Key="BlueGreyPrimary500Foreground">#DDFFFFFF</Color>
1515
<Color x:Key="BlueGreyPrimary600">#546e7a</Color>
16-
<Color x:Key="Blue GreyPrimary600Foreground">#DDFFFFFF</Color>
16+
<Color x:Key="BlueGreyPrimary600Foreground">#DDFFFFFF</Color>
1717
<Color x:Key="BlueGreyPrimary700">#455a64</Color>
18-
<Color x:Key="Blue GreyPrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="BlueGreyPrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="BlueGreyPrimary800">#37474f</Color>
20-
<Color x:Key="Blue GreyPrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="BlueGreyPrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="BlueGreyPrimary900">#263238</Color>
22-
<Color x:Key="Blue GreyPrimary900Foreground">#DDFFFFFF</Color>
23-
</ResourceDictionary>
22+
<Color x:Key="BlueGreyPrimary900Foreground">#DDFFFFFF</Color>
23+
</ResourceDictionary>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="BlueGreyPrimary50">#eceff1</Color>
4-
<Color x:Key="Blue GreyPrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="BlueGreyPrimary50Foreground">#DD000000</Color>
55
<Color x:Key="BlueGreyPrimary100">#cfd8dc</Color>
6-
<Color x:Key="Blue GreyPrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="BlueGreyPrimary100Foreground">#DD000000</Color>
77
<Color x:Key="BlueGreyPrimary200">#b0bec5</Color>
8-
<Color x:Key="Blue GreyPrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="BlueGreyPrimary200Foreground">#DD000000</Color>
99
<Color x:Key="BlueGreyPrimary300">#90a4ae</Color>
10-
<Color x:Key="Blue GreyPrimary300Foreground">#DD000000</Color>
10+
<Color x:Key="BlueGreyPrimary300Foreground">#DD000000</Color>
1111
<Color x:Key="BlueGreyPrimary400">#78909c</Color>
12-
<Color x:Key="Blue GreyPrimary400Foreground">#FFFFFFFF</Color>
12+
<Color x:Key="BlueGreyPrimary400Foreground">#FFFFFFFF</Color>
1313
<Color x:Key="BlueGreyPrimary500">#607d8b</Color>
14-
<Color x:Key="Blue GreyPrimary500Foreground">#DDFFFFFF</Color>
14+
<Color x:Key="BlueGreyPrimary500Foreground">#DDFFFFFF</Color>
1515
<Color x:Key="BlueGreyPrimary600">#546e7a</Color>
16-
<Color x:Key="Blue GreyPrimary600Foreground">#DDFFFFFF</Color>
16+
<Color x:Key="BlueGreyPrimary600Foreground">#DDFFFFFF</Color>
1717
<Color x:Key="BlueGreyPrimary700">#455a64</Color>
18-
<Color x:Key="Blue GreyPrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="BlueGreyPrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="BlueGreyPrimary800">#37474f</Color>
20-
<Color x:Key="Blue GreyPrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="BlueGreyPrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="BlueGreyPrimary900">#263238</Color>
22-
<Color x:Key="Blue GreyPrimary900Foreground">#DDFFFFFF</Color>
23-
</ResourceDictionary>
22+
<Color x:Key="BlueGreyPrimary900Foreground">#DDFFFFFF</Color>
23+
</ResourceDictionary>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="DeepOrangePrimary50">#fbe9e7</Color>
4-
<Color x:Key="Deep OrangePrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="DeepOrangePrimary50Foreground">#DD000000</Color>
55
<Color x:Key="DeepOrangePrimary100">#ffccbc</Color>
6-
<Color x:Key="Deep OrangePrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="DeepOrangePrimary100Foreground">#DD000000</Color>
77
<Color x:Key="DeepOrangePrimary200">#ffab91</Color>
8-
<Color x:Key="Deep OrangePrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="DeepOrangePrimary200Foreground">#DD000000</Color>
99
<Color x:Key="DeepOrangePrimary300">#ff8a65</Color>
10-
<Color x:Key="Deep OrangePrimary300Foreground">#DD000000</Color>
10+
<Color x:Key="DeepOrangePrimary300Foreground">#DD000000</Color>
1111
<Color x:Key="DeepOrangePrimary400">#ff7043</Color>
12-
<Color x:Key="Deep OrangePrimary400Foreground">#DD000000</Color>
12+
<Color x:Key="DeepOrangePrimary400Foreground">#DD000000</Color>
1313
<Color x:Key="DeepOrangePrimary500">#ff5722</Color>
14-
<Color x:Key="Deep OrangePrimary500Foreground">#FFFFFFFF</Color>
14+
<Color x:Key="DeepOrangePrimary500Foreground">#FFFFFFFF</Color>
1515
<Color x:Key="DeepOrangePrimary600">#f4511e</Color>
16-
<Color x:Key="Deep OrangePrimary600Foreground">#DDFFFFFF</Color>
16+
<Color x:Key="DeepOrangePrimary600Foreground">#DDFFFFFF</Color>
1717
<Color x:Key="DeepOrangePrimary700">#e64a19</Color>
18-
<Color x:Key="Deep OrangePrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="DeepOrangePrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="DeepOrangePrimary800">#d84315</Color>
20-
<Color x:Key="Deep OrangePrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="DeepOrangePrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="DeepOrangePrimary900">#bf360c</Color>
22-
<Color x:Key="Deep OrangePrimary900Foreground">#DDFFFFFF</Color>
23-
</ResourceDictionary>
22+
<Color x:Key="DeepOrangePrimary900Foreground">#DDFFFFFF</Color>
23+
</ResourceDictionary>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="DeepOrangeSecondary100">#ff9e80</Color>
4-
<Color x:Key="Deep OrangeSecondary100Foreground">#DD000000</Color>
4+
<Color x:Key="DeepOrangeSecondary100Foreground">#DD000000</Color>
55
<Color x:Key="DeepOrangeSecondary200">#ff6e40</Color>
6-
<Color x:Key="Deep OrangeSecondary200Foreground">#DD000000</Color>
6+
<Color x:Key="DeepOrangeSecondary200Foreground">#DD000000</Color>
77
<Color x:Key="DeepOrangeSecondary400">#ff3d00</Color>
8-
<Color x:Key="Deep OrangeSecondary400Foreground">#DDFFFFFF</Color>
8+
<Color x:Key="DeepOrangeSecondary400Foreground">#DDFFFFFF</Color>
99
<Color x:Key="DeepOrangeSecondary700">#dd2c00</Color>
10-
<Color x:Key="Deep OrangeSecondary700Foreground">#DDFFFFFF</Color>
11-
</ResourceDictionary>
10+
<Color x:Key="DeepOrangeSecondary700Foreground">#DDFFFFFF</Color>
11+
</ResourceDictionary>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="DeepOrangePrimary50">#fbe9e7</Color>
4-
<Color x:Key="Deep OrangePrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="DeepOrangePrimary50Foreground">#DD000000</Color>
55
<Color x:Key="DeepOrangePrimary100">#ffccbc</Color>
6-
<Color x:Key="Deep OrangePrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="DeepOrangePrimary100Foreground">#DD000000</Color>
77
<Color x:Key="DeepOrangePrimary200">#ffab91</Color>
8-
<Color x:Key="Deep OrangePrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="DeepOrangePrimary200Foreground">#DD000000</Color>
99
<Color x:Key="DeepOrangePrimary300">#ff8a65</Color>
10-
<Color x:Key="Deep OrangePrimary300Foreground">#DD000000</Color>
10+
<Color x:Key="DeepOrangePrimary300Foreground">#DD000000</Color>
1111
<Color x:Key="DeepOrangePrimary400">#ff7043</Color>
12-
<Color x:Key="Deep OrangePrimary400Foreground">#DD000000</Color>
12+
<Color x:Key="DeepOrangePrimary400Foreground">#DD000000</Color>
1313
<Color x:Key="DeepOrangePrimary500">#ff5722</Color>
14-
<Color x:Key="Deep OrangePrimary500Foreground">#FFFFFFFF</Color>
14+
<Color x:Key="DeepOrangePrimary500Foreground">#FFFFFFFF</Color>
1515
<Color x:Key="DeepOrangePrimary600">#f4511e</Color>
16-
<Color x:Key="Deep OrangePrimary600Foreground">#DDFFFFFF</Color>
16+
<Color x:Key="DeepOrangePrimary600Foreground">#DDFFFFFF</Color>
1717
<Color x:Key="DeepOrangePrimary700">#e64a19</Color>
18-
<Color x:Key="Deep OrangePrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="DeepOrangePrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="DeepOrangePrimary800">#d84315</Color>
20-
<Color x:Key="Deep OrangePrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="DeepOrangePrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="DeepOrangePrimary900">#bf360c</Color>
22-
<Color x:Key="Deep OrangePrimary900Foreground">#DDFFFFFF</Color>
22+
<Color x:Key="DeepOrangePrimary900Foreground">#DDFFFFFF</Color>
2323
<Color x:Key="DeepOrangeSecondary100">#ff9e80</Color>
24-
<Color x:Key="Deep OrangeSecondary100Foreground">#DD000000</Color>
24+
<Color x:Key="DeepOrangeSecondary100Foreground">#DD000000</Color>
2525
<Color x:Key="DeepOrangeSecondary200">#ff6e40</Color>
26-
<Color x:Key="Deep OrangeSecondary200Foreground">#DD000000</Color>
26+
<Color x:Key="DeepOrangeSecondary200Foreground">#DD000000</Color>
2727
<Color x:Key="DeepOrangeSecondary400">#ff3d00</Color>
28-
<Color x:Key="Deep OrangeSecondary400Foreground">#DDFFFFFF</Color>
28+
<Color x:Key="DeepOrangeSecondary400Foreground">#DDFFFFFF</Color>
2929
<Color x:Key="DeepOrangeSecondary700">#dd2c00</Color>
30-
<Color x:Key="Deep OrangeSecondary700Foreground">#DDFFFFFF</Color>
31-
</ResourceDictionary>
30+
<Color x:Key="DeepOrangeSecondary700Foreground">#DDFFFFFF</Color>
31+
</ResourceDictionary>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="DeepPurplePrimary50">#ede7f6</Color>
4-
<Color x:Key="Deep PurplePrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="DeepPurplePrimary50Foreground">#DD000000</Color>
55
<Color x:Key="DeepPurplePrimary100">#d1c4e9</Color>
6-
<Color x:Key="Deep PurplePrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="DeepPurplePrimary100Foreground">#DD000000</Color>
77
<Color x:Key="DeepPurplePrimary200">#b39ddb</Color>
8-
<Color x:Key="Deep PurplePrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="DeepPurplePrimary200Foreground">#DD000000</Color>
99
<Color x:Key="DeepPurplePrimary300">#9575cd</Color>
10-
<Color x:Key="Deep PurplePrimary300Foreground">#DDFFFFFF</Color>
10+
<Color x:Key="DeepPurplePrimary300Foreground">#DDFFFFFF</Color>
1111
<Color x:Key="DeepPurplePrimary400">#7e57c2</Color>
12-
<Color x:Key="Deep PurplePrimary400Foreground">#DDFFFFFF</Color>
12+
<Color x:Key="DeepPurplePrimary400Foreground">#DDFFFFFF</Color>
1313
<Color x:Key="DeepPurplePrimary500">#673ab7</Color>
14-
<Color x:Key="Deep PurplePrimary500Foreground">#DDFFFFFF</Color>
14+
<Color x:Key="DeepPurplePrimary500Foreground">#DDFFFFFF</Color>
1515
<Color x:Key="DeepPurplePrimary600">#5e35b1</Color>
16-
<Color x:Key="Deep PurplePrimary600Foreground">#DDFFFFFF</Color>
16+
<Color x:Key="DeepPurplePrimary600Foreground">#DDFFFFFF</Color>
1717
<Color x:Key="DeepPurplePrimary700">#512da8</Color>
18-
<Color x:Key="Deep PurplePrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="DeepPurplePrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="DeepPurplePrimary800">#4527a0</Color>
20-
<Color x:Key="Deep PurplePrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="DeepPurplePrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="DeepPurplePrimary900">#311b92</Color>
22-
<Color x:Key="Deep PurplePrimary900Foreground">#DDFFFFFF</Color>
23-
</ResourceDictionary>
22+
<Color x:Key="DeepPurplePrimary900Foreground">#DDFFFFFF</Color>
23+
</ResourceDictionary>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="DeepPurpleSecondary100">#b388ff</Color>
4-
<Color x:Key="Deep PurpleSecondary100Foreground">#DD000000</Color>
4+
<Color x:Key="DeepPurpleSecondary100Foreground">#DD000000</Color>
55
<Color x:Key="DeepPurpleSecondary200">#7c4dff</Color>
6-
<Color x:Key="Deep PurpleSecondary200Foreground">#FFFFFFFF</Color>
6+
<Color x:Key="DeepPurpleSecondary200Foreground">#FFFFFFFF</Color>
77
<Color x:Key="DeepPurpleSecondary400">#651fff</Color>
8-
<Color x:Key="Deep PurpleSecondary400Foreground">#DDFFFFFF</Color>
8+
<Color x:Key="DeepPurpleSecondary400Foreground">#DDFFFFFF</Color>
99
<Color x:Key="DeepPurpleSecondary700">#6200ea</Color>
10-
<Color x:Key="Deep PurpleSecondary700Foreground">#DDFFFFFF</Color>
11-
</ResourceDictionary>
10+
<Color x:Key="DeepPurpleSecondary700Foreground">#DDFFFFFF</Color>
11+
</ResourceDictionary>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="DeepPurplePrimary50">#ede7f6</Color>
4-
<Color x:Key="Deep PurplePrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="DeepPurplePrimary50Foreground">#DD000000</Color>
55
<Color x:Key="DeepPurplePrimary100">#d1c4e9</Color>
6-
<Color x:Key="Deep PurplePrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="DeepPurplePrimary100Foreground">#DD000000</Color>
77
<Color x:Key="DeepPurplePrimary200">#b39ddb</Color>
8-
<Color x:Key="Deep PurplePrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="DeepPurplePrimary200Foreground">#DD000000</Color>
99
<Color x:Key="DeepPurplePrimary300">#9575cd</Color>
10-
<Color x:Key="Deep PurplePrimary300Foreground">#DDFFFFFF</Color>
10+
<Color x:Key="DeepPurplePrimary300Foreground">#DDFFFFFF</Color>
1111
<Color x:Key="DeepPurplePrimary400">#7e57c2</Color>
12-
<Color x:Key="Deep PurplePrimary400Foreground">#DDFFFFFF</Color>
12+
<Color x:Key="DeepPurplePrimary400Foreground">#DDFFFFFF</Color>
1313
<Color x:Key="DeepPurplePrimary500">#673ab7</Color>
14-
<Color x:Key="Deep PurplePrimary500Foreground">#DDFFFFFF</Color>
14+
<Color x:Key="DeepPurplePrimary500Foreground">#DDFFFFFF</Color>
1515
<Color x:Key="DeepPurplePrimary600">#5e35b1</Color>
16-
<Color x:Key="Deep PurplePrimary600Foreground">#DDFFFFFF</Color>
16+
<Color x:Key="DeepPurplePrimary600Foreground">#DDFFFFFF</Color>
1717
<Color x:Key="DeepPurplePrimary700">#512da8</Color>
18-
<Color x:Key="Deep PurplePrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="DeepPurplePrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="DeepPurplePrimary800">#4527a0</Color>
20-
<Color x:Key="Deep PurplePrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="DeepPurplePrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="DeepPurplePrimary900">#311b92</Color>
22-
<Color x:Key="Deep PurplePrimary900Foreground">#DDFFFFFF</Color>
22+
<Color x:Key="DeepPurplePrimary900Foreground">#DDFFFFFF</Color>
2323
<Color x:Key="DeepPurpleSecondary100">#b388ff</Color>
24-
<Color x:Key="Deep PurpleSecondary100Foreground">#DD000000</Color>
24+
<Color x:Key="DeepPurpleSecondary100Foreground">#DD000000</Color>
2525
<Color x:Key="DeepPurpleSecondary200">#7c4dff</Color>
26-
<Color x:Key="Deep PurpleSecondary200Foreground">#FFFFFFFF</Color>
26+
<Color x:Key="DeepPurpleSecondary200Foreground">#FFFFFFFF</Color>
2727
<Color x:Key="DeepPurpleSecondary400">#651fff</Color>
28-
<Color x:Key="Deep PurpleSecondary400Foreground">#DDFFFFFF</Color>
28+
<Color x:Key="DeepPurpleSecondary400Foreground">#DDFFFFFF</Color>
2929
<Color x:Key="DeepPurpleSecondary700">#6200ea</Color>
30-
<Color x:Key="Deep PurpleSecondary700Foreground">#DDFFFFFF</Color>
31-
</ResourceDictionary>
30+
<Color x:Key="DeepPurpleSecondary700Foreground">#DDFFFFFF</Color>
31+
</ResourceDictionary>
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="LightBluePrimary50">#e1f5fe</Color>
4-
<Color x:Key="Light BluePrimary50Foreground">#DD000000</Color>
4+
<Color x:Key="LightBluePrimary50Foreground">#DD000000</Color>
55
<Color x:Key="LightBluePrimary100">#b3e5fc</Color>
6-
<Color x:Key="Light BluePrimary100Foreground">#DD000000</Color>
6+
<Color x:Key="LightBluePrimary100Foreground">#DD000000</Color>
77
<Color x:Key="LightBluePrimary200">#81d4fa</Color>
8-
<Color x:Key="Light BluePrimary200Foreground">#DD000000</Color>
8+
<Color x:Key="LightBluePrimary200Foreground">#DD000000</Color>
99
<Color x:Key="LightBluePrimary300">#4fc3f7</Color>
10-
<Color x:Key="Light BluePrimary300Foreground">#DD000000</Color>
10+
<Color x:Key="LightBluePrimary300Foreground">#DD000000</Color>
1111
<Color x:Key="LightBluePrimary400">#29b6f6</Color>
12-
<Color x:Key="Light BluePrimary400Foreground">#DD000000</Color>
12+
<Color x:Key="LightBluePrimary400Foreground">#DD000000</Color>
1313
<Color x:Key="LightBluePrimary500">#03a9f4</Color>
14-
<Color x:Key="Light BluePrimary500Foreground">#DD000000</Color>
14+
<Color x:Key="LightBluePrimary500Foreground">#DD000000</Color>
1515
<Color x:Key="LightBluePrimary600">#039be5</Color>
16-
<Color x:Key="Light BluePrimary600Foreground">#FFFFFFFF</Color>
16+
<Color x:Key="LightBluePrimary600Foreground">#FFFFFFFF</Color>
1717
<Color x:Key="LightBluePrimary700">#0288d1</Color>
18-
<Color x:Key="Light BluePrimary700Foreground">#DDFFFFFF</Color>
18+
<Color x:Key="LightBluePrimary700Foreground">#DDFFFFFF</Color>
1919
<Color x:Key="LightBluePrimary800">#0277bd</Color>
20-
<Color x:Key="Light BluePrimary800Foreground">#DDFFFFFF</Color>
20+
<Color x:Key="LightBluePrimary800Foreground">#DDFFFFFF</Color>
2121
<Color x:Key="LightBluePrimary900">#01579b</Color>
22-
<Color x:Key="Light BluePrimary900Foreground">#DDFFFFFF</Color>
23-
</ResourceDictionary>
22+
<Color x:Key="LightBluePrimary900Foreground">#DDFFFFFF</Color>
23+
</ResourceDictionary>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
33
<Color x:Key="LightBlueSecondary100">#80d8ff</Color>
4-
<Color x:Key="Light BlueSecondary100Foreground">#DD000000</Color>
4+
<Color x:Key="LightBlueSecondary100Foreground">#DD000000</Color>
55
<Color x:Key="LightBlueSecondary200">#40c4ff</Color>
6-
<Color x:Key="Light BlueSecondary200Foreground">#DD000000</Color>
6+
<Color x:Key="LightBlueSecondary200Foreground">#DD000000</Color>
77
<Color x:Key="LightBlueSecondary400">#00b0ff</Color>
8-
<Color x:Key="Light BlueSecondary400Foreground">#DD000000</Color>
8+
<Color x:Key="LightBlueSecondary400Foreground">#DD000000</Color>
99
<Color x:Key="LightBlueSecondary700">#0091ea</Color>
10-
<Color x:Key="Light BlueSecondary700Foreground">#FFFFFFFF</Color>
11-
</ResourceDictionary>
10+
<Color x:Key="LightBlueSecondary700Foreground">#FFFFFFFF</Color>
11+
</ResourceDictionary>

0 commit comments

Comments
 (0)