Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit bd4fd26

Browse files
rschmuklerrobertmesserle
authored andcommitted
fix(themes): bring blue, red, and green colors up to latest spec
1 parent e1f2255 commit bd4fd26

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

src/core/style/color-palette.scss

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
$color-red: (
2-
'50': #fde0dc,
3-
'100': #f9bdbb,
4-
'200': #f69988,
5-
'300': #f36c60,
6-
'400': #e84e40,
7-
'500': #e51c23,
8-
'600': #dd191d,
9-
'700': #d01716,
10-
'800': #c41411,
11-
'900': #b0120a,
12-
'A100': #ff7997,
13-
'A200': #ff5177,
14-
'A400': #ff2d6f,
15-
'A700': #e00032
2+
'50': #ffebee,
3+
'100': #ffcdd2,
4+
'200': #ef9a9a,
5+
'300': #e57373,
6+
'400': #ef5350,
7+
'500': #f44336,
8+
'600': #e53935,
9+
'700': #d32f2f,
10+
'800': #c62828,
11+
'900': #b71c1c,
12+
'A100': #ff8a80,
13+
'A200': #ff5252,
14+
'A400': #ff1744,
15+
'A700': #d50000
1616
);
1717

1818
// Pink
@@ -28,7 +28,7 @@ $color-pink: (
2828
'600': #d81b60,
2929
'700': #c2185b,
3030
'800': #ad1457,
31-
'900': #880e4f,
31+
'900': #88ae4f,
3232
'A100': #ff80ab,
3333
'A200': #ff4081,
3434
'A400': #f50057,
@@ -101,20 +101,20 @@ $color-indigo: (
101101
// ----------------------------
102102

103103
$color-blue: (
104-
'50': #e7e9fd,
105-
'100': #d0d9ff,
106-
'200': #afbfff,
107-
'300': #91a7ff,
108-
'400': #738ffe,
109-
'500': #5677fc,
110-
'600': #4e6cef,
111-
'700': #455ede,
112-
'800': #3b50ce,
113-
'900': #2a36b1,
114-
'A100': #a6baff,
115-
'A200': #6889ff,
116-
'A400': #4d73ff,
117-
'A700': #4d69ff
104+
'50': #e3f2fd,
105+
'100': #bbdefb,
106+
'200': #90caf9,
107+
'300': #64b5f6,
108+
'400': #42a5f5,
109+
'500': #2196f3,
110+
'600': #1e88e5,
111+
'700': #1976d2,
112+
'800': #1565c0,
113+
'900': #0d47a1,
114+
'A100': #82b1ff,
115+
'A200': #448aff,
116+
'A400': #2979ff,
117+
'A700': #2962ff
118118
);
119119

120120

@@ -185,20 +185,20 @@ $color-teal: (
185185
// ----------------------------
186186

187187
$color-green: (
188-
'50': #d0f8ce,
189-
'100': #a3e9a4,
190-
'200': #72d572,
191-
'300': #42bd41,
192-
'400': #2baf2b,
193-
'500': #259b24,
194-
'600': #0a8f08,
195-
'700': #0a7e07,
196-
'800': #056f00,
197-
'900': #0d5302,
198-
'A100': #a2f78d,
199-
'A200': #5af158,
200-
'A400': #14e715,
201-
'A700': #12c700
188+
'50': #e8f5e9,
189+
'100': #c8e6c9,
190+
'200': #a5d6a7,
191+
'300': #81c784,
192+
'400': #66bb6a,
193+
'500': #4caf50,
194+
'600': #43a047,
195+
'700': #388e3c,
196+
'800': #2e7d32,
197+
'900': #1b5e20,
198+
'A100': #b9f6ca,
199+
'A200': #69f0ae,
200+
'A400': #00e676,
201+
'A700': #00c853
202202
);
203203

204204

0 commit comments

Comments
 (0)