feat: use soft theme

This commit is contained in:
fm39hz-laptop 2024-06-11 11:25:51 +07:00
parent b2d5982e1e
commit 197371a462

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,