enc: update patch plugins

This commit is contained in:
Pojok Code 2024-08-30 18:54:01 +07:00
parent 4d03c39f7a
commit ee0092886d
2 changed files with 6 additions and 4 deletions

View file

@ -11,8 +11,10 @@ if substring(tostring(clr), "Eva") and true or false then
pattern = "*",
callback = function()
local hi = vim.api.nvim_set_hl
hi(0, "LspInfoBorder", { fg = "#2F3F5C" })
hi(0, "FloatBorder", { fg = "#2F3F5C" })
-- hi(0, "LspInfoBorder", { fg = "#2F3F5C" })
hi(0, "LspInfoBorder", { fg = "#598DEF" })
-- hi(0, "FloatBorder", { fg = "#2F3F5C" })
hi(0, "FloatBorder", { fg = "#598DEF" })
hi(0, "StatusLine", { bg = color.background })
hi(0, "StatusLineNC", { bg = color.background })
hi(0, "WinBar", { bg = color.background })