nvim: colors: yolokai: Change WhichKeySeperator color
This commit is contained in:
parent
3c3558b3d0
commit
32fba27008
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.4.11 Which key ]]
|
--[[ 4.4.11 Which key ]]
|
||||||
WhichKey = 'Function' ,
|
WhichKey = 'Function' ,
|
||||||
WhichKeySeperator = 'DiffAdded',
|
WhichKeySeperator = {bg=black, fg=green, style=NONE },
|
||||||
WhichKeyGroup = 'Keyword' ,
|
WhichKeyGroup = 'Keyword' ,
|
||||||
WhichKeyDesc = {bg=black, fg=orange, style=NONE },
|
WhichKeyDesc = {bg=black, fg=orange, style=NONE },
|
||||||
WhichKeyFloating = 'Pmenu' ,
|
WhichKeyFloating = 'Pmenu' ,
|
||||||
|
|
Loading…
Reference in a new issue