aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/color-tweaks.vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/color-tweaks.vim')
-rw-r--r--.config/nvim/color-tweaks.vim38
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/nvim/color-tweaks.vim b/.config/nvim/color-tweaks.vim
new file mode 100644
index 0000000..b59a67e
--- /dev/null
+++ b/.config/nvim/color-tweaks.vim
@@ -0,0 +1,38 @@
+" vim sneak labels
+hi! link CocFloating SneakScope
+
+" change default vim-sneak colors to be more readable
+hi! SneakLabel gui=reverse
+hi! SneakLabelMask gui=reverse
+
+" fix terminal color
+hi! link TermCursor Cursor
+hi! link TermCursorNC Cursor
+
+" fix which key color
+hi! link WhichKeyFloating NormalFloat
+
+" line numbers / gutter colors
+hi! SignColumn guibg=NONE ctermbg=NONE
+hi GitGutterAdd guibg=NONE
+hi GitGutterChange guibg=NONE
+hi GitGutterDelete guibg=NONE
+hi GitGutterAddIntraLine guibg=NONE
+hi GitGutterAddInvisible guibg=NONE
+hi GitGutterChangeDelete guibg=NONE
+hi GitGutterChangeInvisible guibg=NONE
+hi GitGutterDeleteIntraLine guibg=NONE
+hi GitGutterDeleteInvisible guibg=NONE
+hi CocErrorSign guibg=NONE
+hi CocGitAddedSign guibg=NONE
+hi CocGitChangeRemovedSign guibg=NONE
+hi CocGitChangedSign guibg=NONE
+hi CocGitRemovedSign guibg=NONE
+hi CocGitTopRemovedSign guibg=NONE
+hi CocHintSign guibg=NONE
+hi CocInfoSign guibg=NONE
+hi CocWarningSign guibg=NONE
+
+" fix disappearing CocFadeOut
+hi! link Conceal Comment
+