mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: config everforest theme
This commit is contained in:
parent
0dd0e1cf04
commit
9835987b37
1 changed files with 10 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue