jupyterlab-contrib / jupyterlab-vim

Vim notebook cell bindings for JupyterLab
https://jupyterlab-contrib.github.io/jupyterlab-vim.html
MIT License
661 stars 43 forks source link

blinking cursor color #71

Closed g-i-o-r-g-i-o closed 9 months ago

g-i-o-r-g-i-o commented 1 year ago

Is your feature request related to a problem? Please describe.

blinking cursor color is not very nice

Describe the solution you'd like

change blinking cursor color

Jac-Zac commented 1 year ago

Is there any way to do it ? Can I help somehow to add it in case it is not available?

krassowski commented 10 months ago

In v4 the cursor colour can be customised via CSS using --jp-vim-cursor-color variable. By default it is set to #7e7:

https://github.com/jupyterlab-contrib/jupyterlab-vim/blob/2078dc0ad8be24225da67cac8bf954a8e31e66fc/style/base.css#L20-L22