fixed hint styling
This commit is contained in:
parent
d8c4696cdc
commit
37d9009f24
1 changed files with 2 additions and 2 deletions
|
@ -112,12 +112,12 @@ local theme = lush(function()
|
||||||
LspDiagnosticsDefaultError { Error, bg = CursorLine.bg },
|
LspDiagnosticsDefaultError { Error, bg = CursorLine.bg },
|
||||||
LspDiagnosticsDefaultWarning { WarningMsg, bg = CursorLine.bg },
|
LspDiagnosticsDefaultWarning { WarningMsg, bg = CursorLine.bg },
|
||||||
LspDiagnosticsDefaultInformation { bg = CursorLine.bg },
|
LspDiagnosticsDefaultInformation { bg = CursorLine.bg },
|
||||||
LspDiagnosticsDefaultHint { WarningMsg, bg = CursorLine.bg },
|
LspDiagnosticsDefaultHint { Comment, bg = CursorLine.bg },
|
||||||
|
|
||||||
LspDiagnosticsSignError { fg = Error.fg, bg = CursorLine.bg },
|
LspDiagnosticsSignError { fg = Error.fg, bg = CursorLine.bg },
|
||||||
LspDiagnosticsSignWarning { fg = WarningMsg.fg, bg = CursorLine.bg },
|
LspDiagnosticsSignWarning { fg = WarningMsg.fg, bg = CursorLine.bg },
|
||||||
LspDiagnosticsSignInformation { bg = CursorLine.bg },
|
LspDiagnosticsSignInformation { bg = CursorLine.bg },
|
||||||
LspDiagnosticsSignHint { fg = WarningMsg.fg, bg = CursorLine.bg },
|
LspDiagnosticsSignHint { fg = Comment.fg, bg = CursorLine.bg },
|
||||||
|
|
||||||
-- gitsigns
|
-- gitsigns
|
||||||
GitSignsAdd { bg = SignColumn.bg, fg = String.fg },
|
GitSignsAdd { bg = SignColumn.bg, fg = String.fg },
|
||||||
|
|
Reference in a new issue