dotfiles/.config/nvim/lua/core/theme.lua

4 lines
133 B
Lua

vim.g.everforest_better_performance=1
vim.g.everforest_background="hard"
vim.opt.background="dark"
vim.cmd('colorscheme everforest')