mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: use soft theme
This commit is contained in:
parent
b2d5982e1e
commit
197371a462
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue