local M = {} function M.setup_colors(colors) colors.buffer_active_bg = colors.tab_active_bg return colors end return M