Revert "neovim/kitty: try light theme for a bit"

This reverts commit 89bd68e76c.
This commit is contained in:
2023-12-08 17:25:44 +03:00
parent 89bd68e76c
commit b6f2b0f52d
3 changed files with 3 additions and 5 deletions

View File

@@ -37,5 +37,4 @@ vim.opt.ignorecase = true
vim.opt.list = true
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "" }
vim.opt.background = "light"
vim.cmd("colorscheme PaperColor")
vim.cmd("colorscheme gruvbox-material")