diff options
author | amelia squires <[email protected]> | 2025-03-04 20:51:17 -0600 |
---|---|---|
committer | amelia squires <[email protected]> | 2025-03-04 20:51:17 -0600 |
commit | d0257e5b13b6d30a3a74a183d08a766540b62a74 (patch) | |
tree | c230515e8c7c2f5bf89dd861107d0bd0023e6ff8 /fnl/settings-ui.fnl | |
parent | 7d915353bf59ab8f94420bcdd6a17858c9c3962d (diff) |
Diffstat (limited to 'fnl/settings-ui.fnl')
-rw-r--r-- | fnl/settings-ui.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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))))}}) |