another color theme more pleasant
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
vim.o.background = 'light'
|
||||
-- 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 },
|
||||
}
|
||||
})
|
||||
-- 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'
|
||||
|
||||
vim.cmd.colorscheme = 'solarized'
|
||||
|
||||
function test()
|
||||
print('test')
|
||||
end
|
||||
require("everforest").load()
|
||||
|
||||
Reference in New Issue
Block a user