summaryrefslogtreecommitdiff
path: root/utils/installer/config.example.lua
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2022-11-04 12:57:24 -0400
committerGitHub <[email protected]>2022-11-04 12:57:24 -0400
commit5ba80b10cf5b413d993435432d8c43a83511ce30 (patch)
treeb316b50127be0620497bbad597f900a570e5d3b7 /utils/installer/config.example.lua
parente10a8cca56e19692cf89498811bc89393fdb68e1 (diff)
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r--utils/installer/config.example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua
index 68b19d5c..292c3b6b 100644
--- a/utils/installer/config.example.lua
+++ b/utils/installer/config.example.lua
@@ -11,7 +11,7 @@ an executable
-- general
lvim.log.level = "warn"
lvim.format_on_save = false
-lvim.colorscheme = "tokyonight"
+lvim.colorscheme = "lunar"
-- to disable icons and use a minimalist setup, uncomment the following
-- lvim.use_icons = false