atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 203 forks source link

add a `vim-mode-plus` modal cursor color override #455

Closed mareksuscak closed 6 years ago

mareksuscak commented 6 years ago

Description of the Change

When "Paint text editor's cursor" option is on, vim-mode-plus cursor will inherit the theme's primary color as it does in the insert mode.

Benefits

The cursor color in different modes will finally be consistent. It'll just work™

Insert Mode: image

Normal Mode: image

Pending Operator Mode: image

Surrounding Mode: image

Possible Drawbacks

Users who defined their own styles could potentially be impacted.

Applicable Issues

453