mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
enc: update patch plugins
This commit is contained in:
parent
4d03c39f7a
commit
ee0092886d
2 changed files with 6 additions and 4 deletions
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue