We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29454fa commit aaa9203Copy full SHA for aaa9203
view/less/solarized-dark.less
@@ -3,11 +3,11 @@
3
@default-font: Consolas, "Courier New", monospace;
4
@spacing : 5;
5
6
-@main-background: #073642; // base 02
7
-@secondary-background : #002b36; // base 03
+@main-background: #002b36; // base 03
+@secondary-background : #073642; // base 02
8
9
-@text-color: #93a1a1; // base 1
10
-@variable-name-color: #eee8d5; // base 2
+@text-color: #839496; // base 0
+@variable-name-color: #93a1a1; // base 1
11
@variable-type-color: #268bd2; // blue
12
@variable-type-color-hover: #2aa198; // cyan
13
0 commit comments