Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the default highlight color in Sublime Text 2? [closed]

Tags:

sublimetext2

I found the file for each theme, but I don't know which line to edit.

like image 710
willthefirst Avatar asked Jul 02 '12 19:07

willthefirst


People also ask

How do I change the Color Scheme in Sublime Text?

Sublime Text 3 has a number of pre-installed themes that can be enabled by clicking on “Preferences” in the top bar, then clicking “Color Scheme”. Click on “Preferences” in the top bar, then click “Color Scheme”.

How do you highlight in Sublime Text?

🖍 Text Marker (Highlighter) Simply use Alt + Space to mark selected text.

What are sublime colors?

Sublime Text will create 256 different colors that are linear interpolations(lerp) between the colors provided. The interpolation is done in HSL space. As Sublime Text highlights the tokens in a file, it will create a hashed value of the token, and use that to pick one of the 256 linear interpolations.


1 Answers

Ctrl+F - <key>lineHighlight</key> right the next one after it. If you mean the selection color - <key>selection</key>, or if you mean searched text highlight - <key>findHighlight</key>

Also note the comment by Himanshu P below.

like image 168
Sergey Telshevsky Avatar answered Oct 19 '22 03:10

Sergey Telshevsky