We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947a374 commit 3e3098fCopy full SHA for 3e3098f
styles/settings/colors.styl
@@ -3,9 +3,15 @@
3
// ============================================================================
4
5
$black = rgb( 0, 0, 0); // #000
6
+$white = rgb(255, 255, 255); // #fff
7
+
8
$mineshaftGray = rgb( 51, 51, 51); // #333
9
+$gray = rgb(136, 136, 136); // #888
10
+$dustyGray = rgb(160, 156, 156); // #a09c9c
11
$nobelGray = rgb(180, 180, 180); // #b4b4b4
12
$galleryGray = rgb(234, 234, 234); // #eaeaea
13
14
$confettiYellow = rgb(237, 229, 93); // #ede55d
15
$schoolbusYellow = rgb(247, 218, 3); // #f7da03
16
$broomYellow = rgb(255, 229, 31); // #ffe51f
17
0 commit comments