Skip to content

Commit e1cea20

Browse files
committed
Added some bw colors.
1 parent a81cf5c commit e1cea20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

sass/_settings.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
// Required global settings and mixins for Foundation
22
@import "foundation/foundation-global";
33

4+
// Standard grays (slightly tinted)
5+
// bw(i) = bw(i-1) - 10% B + 2% S
6+
7+
$bw_10: #f5f6f7; // almost white
8+
$bw_9d5: #e5e6e7;
9+
$bw_9: #d7dbde;
10+
$bw_8: #bbbfc4;
11+
$bw_7: #9fa5ab;
12+
$bw_6: #848b91;
13+
$bw_5: #6b7178;
14+
$bw_4: #52585e;
15+
$bw_3d5: #4b4d50;
16+
$bw_3: #3b4045;
17+
$bw_2: #24282b;
18+
$bw_1: #0e1012; // almost black
19+
20+
$white: #fff;
21+
422
// Settings file to override Foundation variables
523

624
// You can find the variables for each component at the bottom of their

0 commit comments

Comments
 (0)