16 lines
406 B
Lua
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()
|