Modified config

This commit is contained in:
2023-08-22 15:06:00 +02:00
parent ce905b45fb
commit cbf8ed3cc7
7 changed files with 15 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
local M = {}
local M = {
colorscheme = "catppuccin-mocha"
}
M.colorscheme = "onedark_vivid"
return M
vim.cmd("colorscheme " .. M.colorscheme)