File tree Expand file tree Collapse file tree
scss/abstracts/variables/color Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ $turquoise: #06f9f9;
99$purple : #8006f9 ;
1010$magenta : #f906e8 ;
1111$black : #101010 ;
12+ $gray : #7d7d7d ;
1213
1314// theme color
1415$colors : (
@@ -21,7 +22,8 @@ $colors: (
2122 ' turquoise' : $turquoise ,
2223 ' purple' : $purple ,
2324 ' magenta' : $magenta ,
24- ' black' : $black
25+ ' black' : $black ,
26+ ' gray' : $gray
2527);
2628
2729$fullcolors : (
@@ -134,7 +136,18 @@ $fullcolors: (
134136 ' black-7' : #656565 ,
135137 ' black-8' : #717171 ,
136138 ' black-9' : #7d7d7d ,
137- ' black-10' : #898989
139+ ' black-10' : #898989 ,
140+ ' gray' : $gray ,
141+ ' gray-1' : #898989 ,
142+ ' gray-2' : #959595 ,
143+ ' gray-3' : #a1a1a1 ,
144+ ' gray-4' : #adadad ,
145+ ' gray-5' : #bababa ,
146+ ' gray-6' : #c6c6c6 ,
147+ ' gray-7' : #d2d2d2 ,
148+ ' gray-8' : #dedede ,
149+ ' gray-9' : #eaeaea ,
150+ ' gray-10' : #f6f6f6
138151);
139152
140153$lightdark : (
You can’t perform that action at this time.
0 commit comments