I can’t find an xml key in any tmTheme file for the line number color. I’d like to change the default, can that be controlled in the tmTheme file?
Color scheme question - line number color?
handycam
#3
[quote=“iamntz”]This is in monokai:
<key>lineHighlight</key>
<string>#3E3D32</string>
[/quote]
Thanks, but that’s the color of the line highlight, the background color of current line where the cursor is
0 Likes
RiverLeaf
#6
NOT SOLVED
Sublime does not highlight active line number.
I am correcting this thread, because the forum is full of misleading flagged solutions that are technically wrong.
<key>gutter</key> <!-- add key, gutter background -->
<string>#1C1C1F</string>
<key>gutterForeground</key> <!-- add key, all gutter numbers -->
<string>#505024</string>
<key>lineHighlight</key> <!-- Seth 383838, gutter background active line -->
<string>#121314</string>
0 Likes