color adjusted

This commit is contained in:
2025-05-06 15:37:44 +02:00
parent b64d8a0553
commit 0cc481ac2e

View File

@ -10,6 +10,8 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2 vim.opt.shiftwidth = 2
vim.opt.expandtab = true vim.opt.expandtab = true
vim.cmd('colorscheme industry') vim.o.background = "light"
vim.cmd("colorscheme morning")
-- vim.cmd('colorscheme industry')