feat: config everforest theme

pull/98/head
fm39hz-laptop 2024-06-11 11:20:38 +07:00
parent 23ce58f87d
commit b2d5982e1e
1 changed files with 10 additions and 7 deletions

View File

@ -1,13 +1,16 @@
---@diagnostic disable: missing-fields
return { return {
{ {
"neanias/everforest-nvim", "neanias/everforest-nvim",
opts = { config = function()
background = "medium", require("everforest").setup({
transparent_background_level = 2, background = "medium",
italics = true, italics = true,
ui_contrast = "high", ui_contrast = "low",
}, float_style = "dim",
config = function() end, diagnostic_text_highlight = true,
})
end,
}, },
{ {
"brenoprata10/nvim-highlight-colors", "brenoprata10/nvim-highlight-colors",