Added heirline setup_colors support
Match active tab with winbar background
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return function()
|
||||
return function(theme)
|
||||
return {
|
||||
HeirlineInactive = { link = "StatusInactive" },
|
||||
HeirlineInactive = theme.error,
|
||||
HeirlineNormal = { link = "StatusNormal" },
|
||||
HeirlineInsert = { link = "StatusInsert" },
|
||||
HeirlineVisual = { link = "StatusVisual" },
|
||||
|
||||
Reference in New Issue
Block a user