mirror of https://github.com/LazyVim/starter
feat: config everforest theme
parent
23ce58f87d
commit
b2d5982e1e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue