Skip to content

Added color to the new blockCaret setting

Latest
Compare
Choose a tag to compare
@avivace avivace released this 26 Jun 13:38
· 1 commit to master since this release
8e8c15a

Added the new blockCaret setting, which became available since Sublime Text build 3190 (feb 2019).

The blockCaret setting is especially important for those who use some sort of Vim plugin (like NeoVintageous or ActualVim). Without this setting, block carets on the normal mode are displayed with the same color as selected text, which doesn't contrast very well with the background color.

So, for the new block caret color, I picked the same color as line caret, but with some alpha blending for better contrast.

Credits to @marcovirtual