Updated themeselector function

This commit is contained in:
2023-09-15 17:48:46 +02:00
parent c41bb813fd
commit 3f564151bb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
local M = {}
function M.themeselector()
local configDir = vim.fn.stdpath("config")
local prefsFile = configDir .. "/lua/taken/prefs.lua"
local themes = {
"rose-pine-main",
"rose-pine-moon",