dotfiles/.config/nvim/lua/colorscheme.lua

6 lines
186 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'