Skip to content

Commit be1bb5c

Browse files
committed
Set background color to correct Solarize hex value. Fixes issue deplorableword#20
1 parent 7914d61 commit be1bb5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Solarized (dark).tmTheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
<key>settings</key>
1111
<dict>
1212
<key>background</key>
13-
<string>#042029</string>
13+
<string>#002B36</string>
1414
<key>caret</key>
1515
<string>#819090</string>
1616
<key>foreground</key>
1717
<string>#839496</string>
1818
<key>invisibles</key>
19-
<string>#0A2933</string>
19+
<string>#073642</string>
2020
<key>lineHighlight</key>
21-
<string>#0A2933</string>
21+
<string>#073642</string>
2222
<key>selection</key>
23-
<string>#0A2933</string>
23+
<string>#073642</string>
2424
</dict>
2525
</dict>
2626
<dict>

0 commit comments

Comments
 (0)