Files
dotfiles/.config/nvim/after/plugin/theme.lua
T
2023-11-01 19:38:33 -07:00

16 lines
406 B
Lua

-- vim.o.background = 'light'
-- require('solarized').setup({
-- theme = 'default', -- or 'neo'
-- styles = {
-- comments = { italic = true, bold = false },
-- functions = { italic = true, bold = true },
-- variables = { italic = false, bold = false },
-- parameters = { italic = true, bold = false },
-- }
-- })
--
-- vim.cmd.colorscheme = 'solarized'
require("everforest").load()