Skip to content

Commit e4c504a

Browse files
authored
Remove space in color palette and swatches (#3582)
1 parent 693ed7d commit e4c504a

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

src/MaterialDesignColors.Wpf/Recommended/BlueGreySwatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class BlueGreySwatch : ISwatch
1414
public static Color BlueGrey800 { get; } = (Color)ColorConverter.ConvertFromString("#37474F");
1515
public static Color BlueGrey900 { get; } = (Color)ColorConverter.ConvertFromString("#263238");
1616

17-
public string Name { get; } = "Blue Grey";
17+
public string Name { get; } = "BlueGrey";
1818

1919
public IDictionary<MaterialDesignColor, Color> Lookup { get; } = new Dictionary<MaterialDesignColor, Color>
2020
{

src/MaterialDesignColors.Wpf/Recommended/DeepOrangeSwatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class DeepOrangeSwatch : ISwatch
1818
public static Color DeepOrangeA400 { get; } = (Color)ColorConverter.ConvertFromString("#FF3D00");
1919
public static Color DeepOrangeA700 { get; } = (Color)ColorConverter.ConvertFromString("#DD2C00");
2020

21-
public string Name { get; } = "Deep Orange";
21+
public string Name { get; } = "DeepOrange";
2222

2323
public IDictionary<MaterialDesignColor, Color> Lookup { get; } = new Dictionary<MaterialDesignColor, Color>
2424
{

src/MaterialDesignColors.Wpf/Recommended/DeepPurpleSwatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class DeepPurpleSwatch : ISwatch
1818
public static Color DeepPurpleA400 { get; } = (Color)ColorConverter.ConvertFromString("#651FFF");
1919
public static Color DeepPurpleA700 { get; } = (Color)ColorConverter.ConvertFromString("#6200EA");
2020

21-
public string Name { get; } = "Deep Purple";
21+
public string Name { get; } = "DeepPurple";
2222

2323
public IDictionary<MaterialDesignColor, Color> Lookup { get; } = new Dictionary<MaterialDesignColor, Color>
2424
{

src/MaterialDesignColors.Wpf/Recommended/LightBlueSwatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class LightBlueSwatch : ISwatch
1818
public static Color LightBlueA400 { get; } = (Color)ColorConverter.ConvertFromString("#00B0FF");
1919
public static Color LightBlueA700 { get; } = (Color)ColorConverter.ConvertFromString("#0091EA");
2020

21-
public string Name { get; } = "Light Blue";
21+
public string Name { get; } = "LightBlue";
2222

2323
public IDictionary<MaterialDesignColor, Color> Lookup { get; } = new Dictionary<MaterialDesignColor, Color>
2424
{

src/MaterialDesignColors.Wpf/Recommended/LightGreenSwatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class LightGreenSwatch : ISwatch
1818
public static Color LightGreenA400 { get; } = (Color)ColorConverter.ConvertFromString("#76FF03");
1919
public static Color LightGreenA700 { get; } = (Color)ColorConverter.ConvertFromString("#64DD17");
2020

21-
public string Name { get; } = "Light Green";
21+
public string Name { get; } = "LightGreen";
2222

2323
public IDictionary<MaterialDesignColor, Color> Lookup { get; } = new Dictionary<MaterialDesignColor, Color>
2424
{

src/MaterialDesignToolkit.ResourceGeneration/MaterialColourSwatchesSnippet.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<section class="color-group">
204204
<ul>
205205
<li class="color main-color" style="background-color: #673ab7;">
206-
<span class="name">Deep Purple</span>
206+
<span class="name">DeepPurple</span>
207207
<span class="shade">500</span>
208208
<span class="hex">#673ab7</span>
209209
</li>
@@ -404,7 +404,7 @@
404404
<section class="color-group">
405405
<ul>
406406
<li class="color main-color" style="background-color: #03a9f4;">
407-
<span class="name dark">Light Blue</span>
407+
<span class="name dark">LightBlue</span>
408408
<span class="shade dark">500</span>
409409
<span class="hex dark">#03a9f4</span>
410410
</li>
@@ -672,7 +672,7 @@
672672
<section class="color-group">
673673
<ul>
674674
<li class="color main-color" style="background-color: #8bc34a;">
675-
<span class="name dark">Light Green</span>
675+
<span class="name dark">LightGreen</span>
676676
<span class="shade dark">500</span>
677677
<span class="hex dark">#8bc34a</span>
678678
</li>
@@ -1007,7 +1007,7 @@
10071007
<section class="color-group">
10081008
<ul>
10091009
<li class="color main-color" style="background-color: #ff5722;">
1010-
<span class="name light-strong">Deep Orange</span>
1010+
<span class="name light-strong">DeepOrange</span>
10111011
<span class="shade light-strong">500</span>
10121012
<span class="hex light-strong">#ff5722</span>
10131013
</li>
@@ -1176,7 +1176,7 @@
11761176
<section class="color-group">
11771177
<ul>
11781178
<li class="color main-color" style="background-color: #607d8b;">
1179-
<span class="name light-strong">Blue Grey</span>
1179+
<span class="name light-strong">BlueGrey</span>
11801180
<span class="shade light-strong">500</span>
11811181
<span class="hex light-strong">#607d8b</span>
11821182
</li>

src/MaterialDesignToolkit.ResourceGeneration/Palette.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"hexes": [ "#F3E5F5", "#E1BEE7", "#CE93D8", "#BA68C8", "#AB47BC", "#9C27B0", "#8E24AA", "#7B1FA2", "#6A1B9A", "#4A148C", "#EA80FC", "#E040FB", "#D500F9", "#AA00FF" ]
1515
},
1616
{
17-
"name": "Deep Purple",
17+
"name": "DeepPurple",
1818
"hexes": [ "#EDE7F6", "#D1C4E9", "#B39DDB", "#9575CD", "#7E57C2", "#673AB7", "#5E35B1", "#512DA8", "#4527A0", "#311B92", "#B388FF", "#7C4DFF", "#651FFF", "#6200EA" ]
1919
},
2020
{
@@ -26,7 +26,7 @@
2626
"hexes": [ "#E3F2FD", "#BBDEFB", "#90CAF9", "#64B5F6", "#42A5F5", "#2196F3", "#1E88E5", "#1976D2", "#1565C0", "#0D47A1", "#82B1FF", "#448AFF", "#2979FF", "#2962FF" ]
2727
},
2828
{
29-
"name": "Light Blue",
29+
"name": "LightBlue",
3030
"hexes": [ "#E1F5FE", "#B3E5FC", "#81D4FA", "#4FC3F7", "#29B6F6", "#03A9F4", "#039BE5", "#0288D1", "#0277BD", "#01579B", "#80D8FF", "#40C4FF", "#00B0FF", "#0091EA" ]
3131
},
3232
{
@@ -42,7 +42,7 @@
4242
"hexes": [ "#E8F5E9", "#C8E6C9", "#A5D6A7", "#81C784", "#66BB6A", "#4CAF50", "#43A047", "#388E3C", "#2E7D32", "#1B5E20", "#B9F6CA", "#69F0AE", "#00E676", "#00C853" ]
4343
},
4444
{
45-
"name": "Light Green",
45+
"name": "LightGreen",
4646
"hexes": [ "#F1F8E9", "#DCEDC8", "#C5E1A5", "#AED581", "#9CCC65", "#8BC34A", "#7CB342", "#689F38", "#558B2F", "#33691E", "#CCFF90", "#B2FF59", "#76FF03", "#64DD17" ]
4747
},
4848
{
@@ -62,7 +62,7 @@
6262
"hexes": [ "#FFF3E0", "#FFE0B2", "#FFCC80", "#FFB74D", "#FFA726", "#FF9800", "#FB8C00", "#F57C00", "#EF6C00", "#E65100", "#FFD180", "#FFAB40", "#FF9100", "#FF6D00" ]
6363
},
6464
{
65-
"name": "Deep Orange",
65+
"name": "DeepOrange",
6666
"hexes": [ "#FBE9E7", "#FFCCBC", "#FFAB91", "#FF8A65", "#FF7043", "#FF5722", "#F4511E", "#E64A19", "#D84315", "#BF360C", "#FF9E80", "#FF6E40", "#FF3D00", "#DD2C00" ]
6767
},
6868
{
@@ -74,8 +74,8 @@
7474
"hexes": [ "#FAFAFA", "#F5F5F5", "#EEEEEE", "#E0E0E0", "#BDBDBD", "#9E9E9E", "#757575", "#616161", "#424242", "#212121" ]
7575
},
7676
{
77-
"name": "Blue Grey",
77+
"name": "BlueGrey",
7878
"hexes": [ "#ECEFF1", "#CFD8DC", "#B0BEC5", "#90A4AE", "#78909C", "#607D8B", "#546E7A", "#455A64", "#37474F", "#263238" ]
7979
}
8080
]
81-
}
81+
}

0 commit comments

Comments
 (0)