mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +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,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("Eva-Theme").setup({
|
||||
override_highlight = {
|
||||
dark = {
|
||||
["MiniIndentscopeSymbol"] = { fg = "#FF9070" },
|
||||
["MiniIndentscopeSymbolOff"] = { fg = "#FF9070" },
|
||||
},
|
||||
},
|
||||
})
|
||||
require("Eva-Theme").setup({})
|
||||
local color = {}
|
||||
if pcode.localcode then
|
||||
color = require("Eva-Theme.palette").dark_base.punctuation
|
||||
color = require("Eva-Theme.palette").dark_base
|
||||
else
|
||||
color = require("Eva-Theme.palette").dark
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue