Fix gruvbox color override
This commit is contained in:
parent
f4d8d6aeea
commit
d2a78f229c
@ -1,4 +1,4 @@
|
|||||||
local colors = require("gruvbox.palette").colors;
|
local colors = require("gruvbox.palette").get_base_colors({}, "dark", "hard");
|
||||||
|
|
||||||
function FixGruvbox()
|
function FixGruvbox()
|
||||||
vim.api.nvim_set_hl(0, 'DiffviewDiffAddAsDelete', { bg = "#431313" })
|
vim.api.nvim_set_hl(0, 'DiffviewDiffAddAsDelete', { bg = "#431313" })
|
||||||
|
Loading…
Reference in New Issue
Block a user