feat: use soft theme

pull/99/head
fm39hz-laptop 2024-06-11 11:25:51 +07:00
parent 9835987b37
commit 85d3adc15a
1 changed files with 2 additions and 3 deletions

View File

@ -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,