about summary refs log tree commit diff
path: root/.config/nvim/lua/manager.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/manager.lua')
-rw-r--r--.config/nvim/lua/manager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/manager.lua b/.config/nvim/lua/manager.lua
index da5a221..f450d31 100644
--- a/.config/nvim/lua/manager.lua
+++ b/.config/nvim/lua/manager.lua
@@ -21,6 +21,6 @@ require("lazy").setup({
   spec = {
     { import = "plugins" },
   },
-  install = { colorscheme = { "habamax" } },
+  install = { colorscheme = { "modus" } },
   checker = { enabled = true, notify = false },
 })