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",
|
||||
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…
Add table
Reference in a new issue