nvim: colors/yolokai: Add highlights for mini.nvim

This commit is contained in:
Sanchayan Maity 2023-06-02 18:48:20 +05:30
parent 29c657b395
commit 3fd01ac9e6
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 8 additions and 0 deletions

View File

@ -695,6 +695,14 @@ local highlight_groups = {
HopNextKey2 = { bg=black, fg=purple , style='bold' },
HopUnmatched = { bg=black, fg=lightgrey, style='bold' },
HopCursor = { bg=black, fg=aqua , style='bold' },
--[[ 4.4.15 Mini ]]
MiniTrailspace = { fg = red , style={ 'bold' , 'inverse' }},
MiniJump = { fg = red , style={ 'underline', 'nocombine' }},
MiniJump2dDim = 'NonText' ,
MiniJump2dSpot = { fg = red , style={ 'underline', 'nocombine' }},
MiniJump2dSpotUnique = { fg = red , style={ 'bold' , 'nocombine' }},
MiniJump2dSpotAhead = { fg = white, style={ 'nocombine' }},
}
-- We do not care about terminals which do not support 256 colors