Updated theme selector

This commit is contained in:
2025-05-04 14:49:59 +02:00
parent 12648eef7d
commit df5be31636
2 changed files with 8 additions and 8 deletions

View File

@@ -9,11 +9,12 @@ function M.themeselector(opts)
local action_state = require("telescope.actions.state")
local action_set = require("telescope.actions.set")
local ivytheme = require("telescope.themes").get_ivy()
local prefs = require("taken.prefs")
local themes = themefuncs.get_all_themes()
local change_theme = themefuncs.change_theme
local current_theme = vim.g.colors_name
local current_theme = prefs.colorscheme
opts = opts or {}
local combined = vim.tbl_extend("force", ivytheme, {