Reverted cchnage

This commit is contained in:
2025-05-04 15:13:49 +02:00
parent df5be31636
commit eacf078cf8

View File

@@ -14,7 +14,7 @@ function M.themeselector(opts)
local themes = themefuncs.get_all_themes() local themes = themefuncs.get_all_themes()
local change_theme = themefuncs.change_theme local change_theme = themefuncs.change_theme
local current_theme = prefs.colorscheme local current_theme = vim.g.colors_name
opts = opts or {} opts = opts or {}
local combined = vim.tbl_extend("force", ivytheme, { local combined = vim.tbl_extend("force", ivytheme, {