C
C
copal2016-07-18 16:18:55
Sublime Text
copal, 2016-07-18 16:18:55

How to change the color of the row number column?

I downloaded the theme for sublime text 3but after installation it does not look like in the picture, the background of the column with line numbers is different from the main one. How to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sasha Chernykh, 2016-07-18
@copal

The line number column in Sublime Text 3 is called gutter .
Go to your color scheme file with .tmTheme extension . If you don't know how to do this, see here in the first two paragraphs after Easy Solution . Then somewhere at the beginning between <array><dict><key>settings</key<dict>and </dict></dict>find 2 lines (you will not have red ), if they are not there, enter it yourself:

<key>gutter</key>    
<string>red</string>

Instead of red , substitute the color you want. Better in HEX , not X11 colors , since Sublime Text 3 may not display correctly at least the colors aqua , fuchsia and lime .
We are waiting, sometimes it takes several minutes for the changes to take effect. Sometimes reloading files or Sublime Text 3 helps. The result is when, for example, the darkslategray color is set .
Thank you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question