Skip to content

Commit aaa9203

Browse files
committed
Adjusted color pairs to standard in Solarized Dark.
1 parent 29454fa commit aaa9203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

view/less/solarized-dark.less

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
@default-font: Consolas, "Courier New", monospace;
44
@spacing : 5;
55

6-
@main-background: #073642; // base 02
7-
@secondary-background : #002b36; // base 03
6+
@main-background: #002b36; // base 03
7+
@secondary-background : #073642; // base 02
88

9-
@text-color: #93a1a1; // base 1
10-
@variable-name-color: #eee8d5; // base 2
9+
@text-color: #839496; // base 0
10+
@variable-name-color: #93a1a1; // base 1
1111
@variable-type-color: #268bd2; // blue
1212
@variable-type-color-hover: #2aa198; // cyan
1313

0 commit comments

Comments
 (0)