Skip to content

Commit b91e82f

Browse files
committed
Update sass/custom/_colors.scss
Change codeblock color
1 parent 722357b commit b91e82f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

sass/custom/_colors.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616

1717

1818
/* To use the light Solarized highlighting theme uncomment the following line */
19-
//$solarized: light;
19+
$solarized: light;
2020

2121
/* If you want to tweak the Solarized colors you can do that here */
22-
//$base03: #002b36; //darkest blue
23-
//$base02: #073642; //dark blue
24-
//$base01: #586e75; //darkest gray
25-
//$base00: #657b83; //dark gray
26-
//$base0: #839496; //medium gray
27-
//$base1: #93a1a1; //medium light gray
28-
//$base2: #eee8d5; //cream
29-
//$base3: #fdf6e3; //white
30-
//$solar-yellow: #b58900;
31-
//$solar-orange: #cb4b16;
32-
//$solar-red: #dc322f;
33-
//$solar-magenta: #d33682;
34-
//$solar-violet: #6c71c4;
35-
//$solar-blue: #268bd2;
36-
//$solar-cyan: #2aa198;
37-
//$solar-green: #859900;
22+
$base03: #002b36; //darkest blue
23+
$base02: #073642; //dark blue
24+
$base01: #586e75; //darkest gray
25+
$base00: #657b83; //dark gray
26+
$base0: #839496; //medium gray
27+
$base1: #93a1a1; //medium light gray
28+
$base2: #eee8d5; //cream
29+
$base3: #fdf6e3; //white
30+
$solar-yellow: #b58900;
31+
$solar-orange: #cb4b16;
32+
$solar-red: #dc322f;
33+
$solar-magenta: #d33682;
34+
$solar-violet: #6c71c4;
35+
$solar-blue: #268bd2;
36+
$solar-cyan: #2aa198;
37+
$solar-green: #859900;
3838

3939

4040
/* Non highlighted code colors */

0 commit comments

Comments
 (0)