Skip to content

Commit b41e35d

Browse files
committed
Change primary colors
1 parent eda7dcd commit b41e35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_sass/_variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ $red-color-dark: #b71c1c !default;
1111
$orange-color: #f29105 !default;
1212
$blue-color: #0076df !default;
1313
$blue-color-dark: #00369f !default;
14-
$cyan-color: #2698ba !default;
14+
$cyan-color: #bb86fc !default;
1515
$light-cyan-color: color.adjust($cyan-color, $lightness: 25%);
1616
$green-color: #00ab37 !default;
1717
$green-color-lime: #b7d12a !default;
1818
$green-color-dark: #009f06 !default;
1919
$green-color-light: #ddffdd !default;
2020
$green-color-bright: #11d68b !default;
21-
$purple-color: #b509ac !default;
21+
$purple-color: #3700b3 !default;
2222
$light-purple-color: color.adjust($purple-color, $lightness: 25%);
2323
$pink-color: #f92080 !default;
2424
$pink-color-light: #ffdddd !default;
@@ -29,8 +29,8 @@ $grey-color-light: color.adjust($grey-color, $lightness: 40%);
2929
$grey-color-dark: #1c1c1d;
3030
$grey-900: #212529;
3131

32-
$white-color: #ffffff !default;
33-
$black-color: #000000 !default;
32+
$white-color: #f5f5f5 !default;
33+
$black-color: #121212 !default;
3434

3535
// Theme colors
3636

0 commit comments

Comments
 (0)