nvim: colors/yolokai: Add highlights for mini.nvim
This commit is contained in:
parent
29c657b395
commit
3fd01ac9e6
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue