7 lines
218 B
Lua
7 lines
218 B
Lua
-- I use dark terminals and schemes, so use a dark background.
|
|
vim.opt.background = 'dark'
|
|
--vim.opt.background = 'light'
|
|
|
|
-- Set the color scheme
|
|
--vim.cmd 'colorscheme gruvbox-material'
|
|
vim.cmd 'colorscheme melange'
|