We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b4633 commit 1ca32b9Copy full SHA for 1ca32b9
lua/mini/hues.lua
@@ -668,7 +668,7 @@ H.apply_colorscheme = function(config)
668
hi('EndOfBuffer', { fg=p.bg_mid2, bg=nil })
669
hi('ErrorMsg', { fg=p.red, bg=nil })
670
hi('FloatBorder', { fg=p.accent, bg=p.bg_edge })
671
- hi('FloatTitle', { link='Title' })
+ hi('FloatTitle', { fg=p.accent, bg=nil, bold = true })
672
hi('FoldColumn', { fg=p.bg_mid2, bg=nil })
673
hi('Folded', { fg=p.fg_mid2, bg=p.bg_mid })
674
hi('IncSearch', { fg=p.bg, bg=p.yellow })
0 commit comments