neovim/kitty: try light theme for a bit

This commit is contained in:
2023-12-06 12:35:36 +03:00
parent d76402afdd
commit 89bd68e76c
3 changed files with 5 additions and 3 deletions

View File

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