From d0257e5b13b6d30a3a74a183d08a766540b62a74 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 4 Mar 2025 20:51:17 -0600 Subject: theming --- fnl/settings-ui.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/settings-ui.fnl') diff --git a/fnl/settings-ui.fnl b/fnl/settings-ui.fnl index 1f74868..1a748f9 100644 --- a/fnl/settings-ui.fnl +++ b/fnl/settings-ui.fnl @@ -3,7 +3,7 @@ (when (and (not= new "") (not= new "none")) ((. (require (.. :layouts. new)) :enable)))) (local options { - :colorscheme {:array false :options [:oxocarbon :monochrome :doom-one] :update (fn [color] (vim.cmd (.. "colorscheme " color)))} + :colorscheme {:array false :options [:oxocarbon :monochrome :doom-one :dayfox :nightfox :carbonfox :duskfox] :update (fn [color] (vim.cmd (.. "colorscheme " color)))} :lsp {:array true} :layout {:array false :options [:ide :quiet] :update (fn [layout] (update-layout layout _G.settings.layout))} :trans {:array false :options [:enable :disable] :update (fn [en] ((. _G.opt (.. :trans- en))))}}) -- cgit v1.2.3