Skip to content

Commit 7b2023e

Browse files
committed
new color system 1
1 parent a9f549a commit 7b2023e

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

sass/styles/applications/coding-blocks/_settings.scss

Whitespace-only changes.

sass/styles/applications/coding-blocks/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
//TODO: OPTION TO SELECT THEME AND INSERT THAT THEME HERE
1515
@import "../../themes";
1616
@import "application";
17+
@import "settings";
1718
@import "components";
1819
@import "../../trumps";
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
$black: #08090C;
2+
$dark-grey: #191D24;
3+
$med-grey: #2A2F3C;
4+
$grey: #3B4254;
5+
$light-grey: #CCCCCC;
6+
$lighter-grey: #E0E0E0;
7+
$lightest-grey: #F5F5F5;
8+
9+
$dark-green: #26A87C;
10+
$med-green: #55C25C;
11+
$green: #6CCE4B;
12+
$light-green: #83DB3B;
13+
14+
$dark-blue: #1C40DE;
15+
$med-blue: #2167E3;
16+
$blue: #258EE8;
17+
$light-blue: #2AB5ED;

0 commit comments

Comments
 (0)