feat: config everforest theme

pull/99/head
fm39hz-laptop 2024-06-11 11:20:38 +07:00
parent 0dd0e1cf04
commit 9835987b37
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()
require("everforest").setup({
background = "medium", background = "medium",
transparent_background_level = 2,
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",