nvim: colors: yolokai: Change WhichKeySeperator color

This commit is contained in:
Sanchayan Maity 2021-04-30 14:12:21 +05:30
parent 3c3558b3d0
commit 32fba27008

View file

@ -648,7 +648,7 @@ local highlight_groups = {
--[[ 4.4.11 Which key ]]
WhichKey = 'Function' ,
WhichKeySeperator = 'DiffAdded',
WhichKeySeperator = {bg=black, fg=green, style=NONE },
WhichKeyGroup = 'Keyword' ,
WhichKeyDesc = {bg=black, fg=orange, style=NONE },
WhichKeyFloating = 'Pmenu' ,