mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: error compila eva theme
This commit is contained in:
parent
ba77691fb3
commit
ea15a8e8b8
1 changed files with 2 additions and 9 deletions
|
@ -3,17 +3,10 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("Eva-Theme").setup({
|
require("Eva-Theme").setup({})
|
||||||
override_highlight = {
|
|
||||||
dark = {
|
|
||||||
["MiniIndentscopeSymbol"] = { fg = "#FF9070" },
|
|
||||||
["MiniIndentscopeSymbolOff"] = { fg = "#FF9070" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
local color = {}
|
local color = {}
|
||||||
if pcode.localcode then
|
if pcode.localcode then
|
||||||
color = require("Eva-Theme.palette").dark_base.punctuation
|
color = require("Eva-Theme.palette").dark_base
|
||||||
else
|
else
|
||||||
color = require("Eva-Theme.palette").dark
|
color = require("Eva-Theme.palette").dark
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue