Updated theme selector
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user