local M = {} function M.setup_colors(colors) local theme = require("astrobox").theme colors.buffer_active_bg = colors.tab_active_bg colors.buffer_fg = theme.statusbar.inactive.fg return colors end return M