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 a9f549a commit 7b2023eCopy full SHA for 7b2023e
sass/styles/applications/coding-blocks/_settings.scss
sass/styles/applications/coding-blocks/app.scss
@@ -14,5 +14,6 @@
14
//TODO: OPTION TO SELECT THEME AND INSERT THAT THEME HERE
15
@import "../../themes";
16
@import "application";
17
+@import "settings";
18
@import "components";
19
@import "../../trumps";
sass/styles/applications/coding-blocks/settings/colors.scss
@@ -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
+$dark-blue: #1C40DE;
+$med-blue: #2167E3;
+$blue: #258EE8;
+$light-blue: #2AB5ED;
0 commit comments