I found the file for each theme, but I don't know which line to edit.
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”.
🖍 Text Marker (Highlighter) Simply use Alt + Space to mark selected text.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With