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({
|
-- require('solarized').setup({
|
||||||
theme = 'default', -- or 'neo'
|
-- theme = 'default', -- or 'neo'
|
||||||
styles = {
|
-- styles = {
|
||||||
comments = { italic = true, bold = false },
|
-- comments = { italic = true, bold = false },
|
||||||
functions = { italic = true, bold = true },
|
-- functions = { italic = true, bold = true },
|
||||||
variables = { italic = false, bold = false },
|
-- variables = { italic = false, bold = false },
|
||||||
parameters = { italic = true, bold = false },
|
-- parameters = { italic = true, bold = false },
|
||||||
}
|
-- }
|
||||||
})
|
-- })
|
||||||
|
--
|
||||||
|
-- vim.cmd.colorscheme = 'solarized'
|
||||||
|
|
||||||
vim.cmd.colorscheme = 'solarized'
|
require("everforest").load()
|
||||||
|
|
||||||
function test()
|
|
||||||
print('test')
|
|
||||||
end
|
|
||||||
|
|||||||
@@ -68,6 +68,13 @@ return require('packer').startup(function(use)
|
|||||||
|
|
||||||
-- themes
|
-- themes
|
||||||
use('maxmx03/solarized.nvim')
|
use('maxmx03/solarized.nvim')
|
||||||
|
use({
|
||||||
|
-- Optional; default configuration will be used if setup isn't called.
|
||||||
|
"neanias/everforest-nvim",
|
||||||
|
config = function()
|
||||||
|
require("everforest").setup()
|
||||||
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
use('nvim-lua/lsp-status.nvim')
|
use('nvim-lua/lsp-status.nvim')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user