Revert "Adjust Neovim colors to also work with light mode"
This reverts commit 035d66c186
.
This commit is contained in:
parent
212eb29636
commit
60f91d41d3
4 changed files with 2 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
return function (name)
|
||||
local hl = vim.api.nvim_get_hl(0, { name = name })
|
||||
local hl = vim.api.nvim_get_hl(0, { name = name })
|
||||
while hl.link ~= nil do
|
||||
hl = vim.api.nvim_get_hl(0, { name = hl.link })
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue