Skip to content

Commit ae48991

Browse files
committed
Add new Swatches & Recommended colors
1 parent c92deb6 commit ae48991

File tree

166 files changed

+1935
-433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+1935
-433
lines changed

MaterialDesignColors.Wpf/MaterialDesignColors.Wpf.csproj

Lines changed: 367 additions & 116 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3+
<Color x:Key="Accent100">#ffe57f</Color>
4+
<Color x:Key="Accent100Foreground">#DD000000</Color>
5+
<Color x:Key="Accent200">#ffd740</Color>
6+
<Color x:Key="Accent200Foreground">#DD000000</Color>
7+
<Color x:Key="Accent400">#ffc400</Color>
8+
<Color x:Key="Accent400Foreground">#DD000000</Color>
9+
<Color x:Key="Accent700">#ffab00</Color>
10+
<Color x:Key="Accent700Foreground">#DD000000</Color>
11+
</ResourceDictionary>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3+
<Color x:Key="AmberAccent100">#ffe57f</Color>
4+
<Color x:Key="AmberAccent100Foreground">#DD000000</Color>
5+
<Color x:Key="AmberAccent200">#ffd740</Color>
6+
<Color x:Key="AmberAccent200Foreground">#DD000000</Color>
7+
<Color x:Key="AmberAccent400">#ffc400</Color>
8+
<Color x:Key="AmberAccent400Foreground">#DD000000</Color>
9+
<Color x:Key="AmberAccent700">#ffab00</Color>
10+
<Color x:Key="AmberAccent700Foreground">#DD000000</Color>
11+
</ResourceDictionary>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3+
<Color x:Key="AmberPrimary50">#fff8e1</Color>
4+
<Color x:Key="AmberPrimary50Foreground">#DD000000</Color>
5+
<Color x:Key="AmberPrimary100">#ffecb3</Color>
6+
<Color x:Key="AmberPrimary100Foreground">#DD000000</Color>
7+
<Color x:Key="AmberPrimary200">#ffe082</Color>
8+
<Color x:Key="AmberPrimary200Foreground">#DD000000</Color>
9+
<Color x:Key="AmberPrimary300">#ffd54f</Color>
10+
<Color x:Key="AmberPrimary300Foreground">#DD000000</Color>
11+
<Color x:Key="AmberPrimary400">#ffca28</Color>
12+
<Color x:Key="AmberPrimary400Foreground">#DD000000</Color>
13+
<Color x:Key="AmberPrimary500">#ffc107</Color>
14+
<Color x:Key="AmberPrimary500Foreground">#DD000000</Color>
15+
<Color x:Key="AmberPrimary600">#ffb300</Color>
16+
<Color x:Key="AmberPrimary600Foreground">#DD000000</Color>
17+
<Color x:Key="AmberPrimary700">#ffa000</Color>
18+
<Color x:Key="AmberPrimary700Foreground">#FF000000</Color>
19+
<Color x:Key="AmberPrimary800">#ff8f00</Color>
20+
<Color x:Key="AmberPrimary800Foreground">#FF000000</Color>
21+
<Color x:Key="AmberPrimary900">#ff6f00</Color>
22+
<Color x:Key="AmberPrimary900Foreground">#FF000000</Color>
23+
</ResourceDictionary>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3+
<Color x:Key="Primary50">#fff8e1</Color>
4+
<Color x:Key="Primary50Foreground">#DD000000</Color>
5+
<Color x:Key="Primary100">#ffecb3</Color>
6+
<Color x:Key="Primary100Foreground">#DD000000</Color>
7+
<Color x:Key="Primary200">#ffe082</Color>
8+
<Color x:Key="Primary200Foreground">#DD000000</Color>
9+
<Color x:Key="Primary300">#ffd54f</Color>
10+
<Color x:Key="Primary300Foreground">#DD000000</Color>
11+
<Color x:Key="Primary400">#ffca28</Color>
12+
<Color x:Key="Primary400Foreground">#DD000000</Color>
13+
<Color x:Key="Primary500">#ffc107</Color>
14+
<Color x:Key="Primary500Foreground">#DD000000</Color>
15+
<Color x:Key="Primary600">#ffb300</Color>
16+
<Color x:Key="Primary600Foreground">#DD000000</Color>
17+
<Color x:Key="Primary700">#ffa000</Color>
18+
<Color x:Key="Primary700Foreground">#FF000000</Color>
19+
<Color x:Key="Primary800">#ff8f00</Color>
20+
<Color x:Key="Primary800Foreground">#FF000000</Color>
21+
<Color x:Key="Primary900">#ff6f00</Color>
22+
<Color x:Key="Primary900Foreground">#FF000000</Color>
23+
</ResourceDictionary>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
3+
<Color x:Key="BlackPrimaryWhite">#ffffff</Color>
4+
<Color x:Key="BlackPrimaryWhiteForeground">#DD000000</Color>
5+
</ResourceDictionary>

0 commit comments

Comments
 (0)