mirror of https://github.com/LazyVim/starter
feat: use soft theme
parent
9835987b37
commit
85d3adc15a
|
@ -4,10 +4,9 @@ return {
|
|||
"neanias/everforest-nvim",
|
||||
config = function()
|
||||
require("everforest").setup({
|
||||
background = "medium",
|
||||
background = "soft",
|
||||
italics = true,
|
||||
ui_contrast = "low",
|
||||
float_style = "dim",
|
||||
ui_contrast = "high",
|
||||
diagnostic_text_highlight = true,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue