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 {
{
"neanias/everforest-nvim",
opts = {
background = "medium",
transparent_background_level = 2,
italics = true,
ui_contrast = "high",
},
config = function() end,
config = function()
require("everforest").setup({
background = "medium",
italics = true,
ui_contrast = "low",
float_style = "dim",
diagnostic_text_highlight = true,
})
end,
},
{
"brenoprata10/nvim-highlight-colors",