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