colorscheme industry
This commit is contained in:
7
init.lua
7
init.lua
@ -8,8 +8,9 @@ vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
vim.o.background = "light"
|
||||
vim.cmd("colorscheme morning")
|
||||
-- vim.cmd('colorscheme industry')
|
||||
-- vim.o.background = "light"
|
||||
-- vim.cmd("colorscheme morning")
|
||||
vim.cmd('colorscheme industry')
|
||||
-- vim.cmd('colorscheme default')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user