Skip to content

Commit

Permalink
(mini.base16) Fix MiniNotifyBorder to link to NormalFloat.
Browse files Browse the repository at this point in the history
Details:
- This allows to actually show border in floating windows and is more
  aligned with other 'mini.nvim' modules.
  • Loading branch information
echasnovski committed Jan 6, 2024
1 parent a118a96 commit e578f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mini/base16.lua
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ H.apply_palette = function(palette, use_cterm)
hi('MiniMapSymbolLine', {fg=p.base0D, bg=nil, attr=nil, sp=nil})
hi('MiniMapSymbolView', {fg=p.base0F, bg=nil, attr=nil, sp=nil})

hi('MiniNotifyBorder', {link='FloatBorder'})
hi('MiniNotifyBorder', {link='NormalFloat'})
hi('MiniNotifyNormal', {link='NormalFloat'})
hi('MiniNotifyTitle', {link='FloatTitle'})

Expand Down

0 comments on commit e578f35

Please sign in to comment.