Remove custom diff colors
This commit is contained in:
parent
ff062d4fa9
commit
e769cd88ba
1 changed files with 0 additions and 3 deletions
|
|
@ -8,9 +8,6 @@ function ColorMyPencils(color)
|
|||
|
||||
vim.api.nvim_set_hl(0, "Normal", { 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
|
||||
|
||||
ColorMyPencils()
|
||||
|
|
|
|||
Loading…
Reference in a new issue