diff --git a/lua/darkplus/theme.lua b/lua/darkplus/theme.lua index 947e6e0..a66e569 100644 --- a/lua/darkplus/theme.lua +++ b/lua/darkplus/theme.lua @@ -229,6 +229,7 @@ theme.set_highlights = function() hl(0, "GitSignsAdd", { fg = c.sign_add, bg = 'NONE' }) hl(0, "GitSignsChange", { fg = c.sign_change, bg = 'NONE' }) hl(0, "GitSignsDelete", { fg = c.sign_delete, bg = 'NONE' }) + hl(0, "GitSignsCurrentLineBlame", {fg = c.dark_gray, bg = 'NONE'}) -- LSP hl(0, "DiagnosticHint", { fg = c.hint, bg = 'NONE' })