Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(themes): bring blue, red, and green colors up to latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Nov 15, 2014
1 parent d94ba07 commit de3ff4b
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions src/core/style/color-palette.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
$color-red: (
'50': #fde0dc,
'100': #f9bdbb,
'200': #f69988,
'300': #f36c60,
'400': #e84e40,
'500': #e51c23,
'600': #dd191d,
'700': #d01716,
'800': #c41411,
'900': #b0120a,
'A100': #ff7997,
'A200': #ff5177,
'A400': #ff2d6f,
'A700': #e00032
'50': #ffebee,
'100': #ffcdd2,
'200': #ef9a9a,
'300': #e57373,
'400': #ef5350,
'500': #f44336,
'600': #e53935,
'700': #d32f2f,
'800': #c62828,
'900': #b71c1c,
'A100': #ff8a80,
'A200': #ff5252,
'A400': #ff1744,
'A700': #d50000
);

// Pink
Expand All @@ -28,7 +28,7 @@ $color-pink: (
'600': #d81b60,
'700': #c2185b,
'800': #ad1457,
'900': #880e4f,
'900': #88ae4f,
'A100': #ff80ab,
'A200': #ff4081,
'A400': #f50057,
Expand Down Expand Up @@ -101,20 +101,20 @@ $color-indigo: (
// ----------------------------

$color-blue: (
'50': #e7e9fd,
'100': #d0d9ff,
'200': #afbfff,
'300': #91a7ff,
'400': #738ffe,
'500': #5677fc,
'600': #4e6cef,
'700': #455ede,
'800': #3b50ce,
'900': #2a36b1,
'A100': #a6baff,
'A200': #6889ff,
'A400': #4d73ff,
'A700': #4d69ff
'50': #e3f2fd,
'100': #bbdefb,
'200': #90caf9,
'300': #64b5f6,
'400': #42a5f5,
'500': #2196f3,
'600': #1e88e5,
'700': #1976d2,
'800': #1565c0,
'900': #0d47a1,
'A100': #82b1ff,
'A200': #448aff,
'A400': #2979ff,
'A700': #2962ff
);


Expand Down Expand Up @@ -185,20 +185,20 @@ $color-teal: (
// ----------------------------

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


Expand Down

0 comments on commit de3ff4b

Please sign in to comment.