Skip to content

Commit b93a07b

Browse files
committed
Lighter Gutter Foreground Color
Gutter foreground color (line numbers) was completely white which is iritant and sometimes can distract from coding.
1 parent 317e1f1 commit b93a07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brogrammer.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<key>gutter</key>
3333
<string>#222222</string>
3434
<key>gutterForeground</key>
35-
<string>#ffffff</string>
35+
<string>#555555</string>
3636
<key>guide</key>
3737
<string>#222222</string>
3838
<key>activeGuide</key>

0 commit comments

Comments
 (0)