Skip to content

Commit 4278d26

Browse files
committed
Add which-key.nvim support
1 parent 62aac29 commit 4278d26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

colors/sunbather.vim

+8
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,14 @@ call s:h("SyntasticWarning", {"bg": s:yellow, "fg": s:black, "gui": "bold
204204
call s:h("SyntasticErrorSign", {"fg": s:red})
205205
call s:h("SyntasticError", {"bg": s:red, "fg": s:white, "gui": "bold", "cterm": "bold"})
206206

207+
" which-key.nvim
208+
call s:h("WhichKey", {"bg": s:bg, "fg": s:pink, "gui": "bold", "cterm": "bold"})
209+
call s:h("WhichKeyDesc", {"bg": s:bg, "fg": s:norm_subtle, "gui": "bold", "cterm": "bold"})
210+
call s:h("WhichKeySeparator", {"bg": s:bg, "fg": s:norm, "gui": "bold", "cterm": "bold"})
211+
call s:h("WhichKeyFloat", {"bg": s:bg})
212+
213+
hi link WhichKeyGroup WhichKey
214+
207215
" Neomake
208216
hi link NeomakeWarningSign SyntasticWarningSign
209217
hi link NeomakeErrorSign SyntasticErrorSign

0 commit comments

Comments
 (0)