Remove custom diff colors

This commit is contained in:
Simon Lasbrugnas 2023-07-24 12:39:51 +02:00
parent ff062d4fa9
commit e769cd88ba
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -8,9 +8,6 @@ function ColorMyPencils(color)
vim.api.nvim_set_hl(0, "Normal", { bg = "none" }) vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" }) vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "diffAdd", { bg = "#5bb899" })
vim.api.nvim_set_hl(0, "diffDelete", { bg = "#db6c6c" })
end end
ColorMyPencils() ColorMyPencils()