From e769cd88ba57f1be3fd1e6f7106cc9f4181666cf Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 24 Jul 2023 12:39:51 +0200 Subject: [PATCH] Remove custom diff colors --- after/plugin/colors.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/after/plugin/colors.lua b/after/plugin/colors.lua index b80d3a3..a2a4e38 100644 --- a/after/plugin/colors.lua +++ b/after/plugin/colors.lua @@ -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()