mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: update patch plugins
This commit is contained in:
parent
ee0092886d
commit
f488cd1495
1 changed files with 4 additions and 2 deletions
|
@ -12,9 +12,11 @@ if substring(tostring(clr), "Eva") and true or false then
|
|||
callback = function()
|
||||
local hi = vim.api.nvim_set_hl
|
||||
-- hi(0, "LspInfoBorder", { fg = "#2F3F5C" })
|
||||
hi(0, "LspInfoBorder", { fg = "#598DEF" })
|
||||
-- hi(0, "LspInfoBorder", { fg = "#598DEF" })
|
||||
hi(0, "LspInfoBorder", { fg = "#8A97C3" })
|
||||
-- hi(0, "FloatBorder", { fg = "#2F3F5C" })
|
||||
hi(0, "FloatBorder", { fg = "#598DEF" })
|
||||
-- hi(0, "FloatBorder", { fg = "#598DEF" })
|
||||
hi(0, "FloatBorder", { fg = "#8A97C3" })
|
||||
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