14 lines
374 B
Lua
14 lines
374 B
Lua
vim.opt.termguicolors = true
|
|
vim.opt.background = "dark"
|
|
|
|
vim.g.everforest_better_performance = 1
|
|
vim.g.everforest_disable_italic_comment = 1
|
|
vim.g.sonokai_better_performance = 1
|
|
vim.g.sonokai_disable_italic_comment = 1
|
|
|
|
--vim.cmd("colorscheme sonokai")
|
|
vim.cmd("colorscheme gruvbox")
|
|
|
|
--vim.cmd('highlight Comment guifg=#f8c0a0')
|
|
vim.cmd('highlight Comment guifg=#9296a0')
|