Six icon indicating copy to clipboard operation
Six copied to clipboard

With 3.2 update caret in normal mode is no longer visible

Open nikitavoloboev opened this issue 5 years ago • 5 comments

After updating Sublime Text to 3.2 version. My caret in normal mode started to look like this:

2019-03-13 at 11 29

It is barely seen. In insert mode it is working good:

2019-03-13 at 11 30

As you see I set "caret_style": "solid", as setting if that makes a difference. Would love to receive a fix for this. 🧡

nikitavoloboev avatar Mar 13 '19 10:03 nikitavoloboev

Also I am not sure if I had this but I wish I could make the cursor underline when in normal mode like I can in vim with this setting:

set guicursor=n-v-c:hor20,i-ci:ver20 " Make cursor block in insert mode and underline in normal mode

2019-03-13 at 11 32

normal mode

2019-03-13 at 11 33

insert mode

nikitavoloboev avatar Mar 13 '19 10:03 nikitavoloboev

The cursor appearance can only be controlled via ST native settings and themes. Six doesn't really do anything about it... I'll take a look, but I don't think there's much Six can do.

guillermooo avatar Mar 15 '19 04:03 guillermooo

I did some tests with the color schemes available by Sublime Text:

Colorscheme Normal Mode Insert Mode Visual Mode Color
Monokai Block Bar Underscore Light Grey
Breakers None Bar Underscore Dark Cyan
Celeste Block Bar Underscore Light Magenta
Mariana None Bar Underscore Orange
Sixteen None Bar Underscore Dark Grey

None in this case means that the cursor is not visible (not even as a faint shade).

As reported this started happening with Sublime 3.2 and makes normal mode more or less a guessing game of where the cursor currently might be.

PatTheMav avatar Mar 29 '19 21:03 PatTheMav

@PatTheMav Thanks for that! Isn't this something that could be reported to the maintainers of the color schemes? (Even though I seem to remember that the new block caret appearance is controlled via theme settings?)

guillermooo avatar Apr 06 '19 18:04 guillermooo

@guillermooo Yeah it looks like affected themes have their block-caret colour not set, so it falls back to the line-Highlight colour, hence the appearance of invisibility.

It’s weird how this new feature in ST3 doesn’t seem to have been fully tested with all built-in themes, but those are the cards we’ve been dealt.

PatTheMav avatar Apr 08 '19 09:04 PatTheMav