fixed hint styling

This commit is contained in:
Rudis Muiznieks 2021-09-02 14:42:41 -05:00
parent d8c4696cdc
commit 37d9009f24
1 changed files with 2 additions and 2 deletions

View File

@ -112,12 +112,12 @@ local theme = lush(function()
LspDiagnosticsDefaultError { Error, bg = CursorLine.bg },
LspDiagnosticsDefaultWarning { WarningMsg, bg = CursorLine.bg },
LspDiagnosticsDefaultInformation { bg = CursorLine.bg },
LspDiagnosticsDefaultHint { WarningMsg, bg = CursorLine.bg },
LspDiagnosticsDefaultHint { Comment, bg = CursorLine.bg },
LspDiagnosticsSignError { fg = Error.fg, bg = CursorLine.bg },
LspDiagnosticsSignWarning { fg = WarningMsg.fg, bg = CursorLine.bg },
LspDiagnosticsSignInformation { bg = CursorLine.bg },
LspDiagnosticsSignHint { fg = WarningMsg.fg, bg = CursorLine.bg },
LspDiagnosticsSignHint { fg = Comment.fg, bg = CursorLine.bg },
-- gitsigns
GitSignsAdd { bg = SignColumn.bg, fg = String.fg },