Add global 'block_caret' to improve the nord experience in Vintage mode #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sublime's block cursor is barely visible with the current
develop
version of Nord. The block cursor is present when sublime is in command mode, e.g. by using the Vintage package (Vim-style keybindings).I'm not sure about the exact color value to use and I'm happy to adjust. Here's a comparison between
develop
and this PR.BEFORE
![nord_block_caret_BEFORE](https://user-images.githubusercontent.com/5539930/62761205-4f47cb80-ba86-11e9-96b2-cb39d8fa3a23.png)
AFTER
![nord_block_caret_AFTER](https://user-images.githubusercontent.com/5539930/62761206-5078f880-ba86-11e9-9aef-431e952299d0.png)