Skip to content

Commit a1dc1d3

Browse files
Theme colors
Better explanation for adding to the variables. Added theme colors
1 parent 8a24b7f commit a1dc1d3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

sass/base/variables.scss

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
/*========== VARIABLES ==========*/
1+
/* Variables
2+
* Add or replace variables in your OWN variables file
3+
*/
24

35
/*
4-
* Base colors
5-
* Color 01 and 02 reservered for white and black
6+
* Base colors
7+
* Color 01 and 02 reservered for white and black
68
*/
79
$color01: #fff;
810
$color02: #000;
911

12+
/* Theme colors */
13+
$theme01: #1B94BF; // Knight blue
14+
$theme02: #093142; // Royal blue
15+
$theme03: #12637F; // Falcon blue
16+
$theme04: #FFC200; // Royal yellow
17+
$theme05: #FFFFFF; // Destroyer white
18+
1019
$alert: #FFD700;
1120
$negative: #FF7878;
1221
$positive: #29C85D;

0 commit comments

Comments
 (0)