feat(heirline): higher contrast inactive buffers

This commit is contained in:
2024-03-16 12:30:22 +01:00
parent db179859cc
commit 84ec08a97b

View File

@@ -1,7 +1,9 @@
local M = {} local M = {}
function M.setup_colors(colors) function M.setup_colors(colors)
local theme = require("astrobox").theme
colors.buffer_active_bg = colors.tab_active_bg colors.buffer_active_bg = colors.tab_active_bg
colors.buffer_fg = theme.statusbar.inactive.fg
return colors return colors
end end