added gitsigns coloring

This commit is contained in:
Rudis Muiznieks 2021-09-01 07:24:50 -05:00
parent 22effa9a5c
commit 3b9c9da3a0
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ local theme = lush(function()
LspDiagnosticsSignInformation { bg = CursorLine.bg },
LspDiagnosticsSignHint { fg = WarningMsg.fg, bg = CursorLine.bg },
-- gitsigns
GitSignsAdd { bg = SignColumn.bg, fg = String.fg },
GitSignsChange { bg = SignColumn.bg, fg = Keyword.fg },
GitSignsDelete { bg = SignColumn.bg, fg = Constant.fg },
-- ftype specific stuff
csGeneric { Function },
}