feat: use soft theme

pull/98/head
fm39hz-laptop 2024-06-11 11:25:51 +07:00
parent b2d5982e1e
commit 197371a462
1 changed files with 2 additions and 3 deletions

View File

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