summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 4bd6c17..2374ee0 100644
--- a/init.lua
+++ b/init.lua
@@ -37,7 +37,7 @@ require("lazy").setup({
},
-- colorscheme that will be used when installing plugins.
- install = { colorscheme = { "gruvbox" } },
+ install = { colorscheme = { "monochrome" } },
-- automatically check for plugin updates, but don't tell me
checker = { enabled = true, notify = false },
})
@@ -46,4 +46,4 @@ vim.keymap.set('n', '<leader>ff', FzfLua.files)
vim.keymap.set('n', '<leader>b', FzfLua.buffers)
vim.keymap.set('n', '<leader>s', FzfLua.lsp_workspace_symbols)
-vim.cmd[[colorscheme gruvbox]]
+vim.cmd[[colorscheme monochrome]]