E
E
Evangelist2015-01-01 23:19:09
css
Evangelist, 2015-01-01 23:19:09

Sublime Text 3: how to change active line highlight contrast intensity?

There is an option: "highlight_line": true,
but the contrast in the color theme is very poor and barely noticeable.
Is there a way to significantly increase the contrast of the active line against the background of the rest?
Changing the color theme to another is not an option.
updated:
Changing config

<key>lineHighlight</key>
<string>#FFFFFF</string>

the hight-a color changes, but it has default transparency and so the dark color theme drowns out any lineHighlight color and makes it dark. So, is it possible to somehow change the opacity for lineHighlight ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan, 2015-01-02
@rOOse

you go

C:\Program Files\Sublime Text 3\Packages\Color Scheme - Default.sublime-package
pull out the file with your scheme, there you change the color in:
<key>lineHighlight</key>
<string>#3A312C</string>

and throw the file back into the archive,
I really didn’t change the color until I opened the ThemeName.tmTheme file of the current theme, which is located approximately somewhere
C:\Users\YouUserName\AppData\Roaming\Sublime Text 3\Packages\YouThemeName

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question