colorscheme industry

This commit is contained in:
2025-05-15 10:04:18 +02:00
parent 84d99403f1
commit b7c4f74ef0
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -22,5 +22,6 @@ return require('packer').startup(function(use)
} }
use 'nvim-treesitter/nvim-treesitter' use 'nvim-treesitter/nvim-treesitter'
end) end)