Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With 3.2 update caret in normal mode is no longer visible #243

Open
nikitavoloboev opened this issue Mar 13, 2019 · 5 comments
Open

With 3.2 update caret in normal mode is no longer visible #243

nikitavoloboev opened this issue Mar 13, 2019 · 5 comments

Comments

@nikitavoloboev
Copy link

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
Copy link
Author

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

@guillermooo
Copy link
Owner

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.

@PatTheMav
Copy link

PatTheMav commented Mar 29, 2019

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.

@guillermooo
Copy link
Owner

@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?)

@PatTheMav
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants