diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-06 14:40:46 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-06 14:40:46 +0100 |
commit | df65a9ccbe5d3c9c46126626a4d91ad74e7ab179 (patch) | |
tree | 1a4d1b14f4fa38b37ccc8fdc41b0e217224a20d7 /.config/nvim/color-tweaks.vim | |
parent | 144b05883a830821474ab5f06a9aed6d209f288f (diff) |
more color tweaks
Diffstat (limited to '.config/nvim/color-tweaks.vim')
-rw-r--r-- | .config/nvim/color-tweaks.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/color-tweaks.vim b/.config/nvim/color-tweaks.vim index b59a67e..b36d02b 100644 --- a/.config/nvim/color-tweaks.vim +++ b/.config/nvim/color-tweaks.vim @@ -5,6 +5,10 @@ hi! link CocFloating SneakScope hi! SneakLabel gui=reverse hi! SneakLabelMask gui=reverse +" consistent cursor colors +hi! Cursor gui=NONE guifg=bg guibg=fg +hi! link iCursor Cursor + " fix terminal color hi! link TermCursor Cursor hi! link TermCursorNC Cursor |