added gitsigns coloring
This commit is contained in:
parent
22effa9a5c
commit
3b9c9da3a0
1 changed files with 5 additions and 0 deletions
|
@ -119,6 +119,11 @@ local theme = lush(function()
|
||||||
LspDiagnosticsSignInformation { bg = CursorLine.bg },
|
LspDiagnosticsSignInformation { bg = CursorLine.bg },
|
||||||
LspDiagnosticsSignHint { fg = WarningMsg.fg, 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
|
-- ftype specific stuff
|
||||||
csGeneric { Function },
|
csGeneric { Function },
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue