diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 23:31:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 23:31:15 +0200 |
commit | 081100b4f159ccc28a24b5db1e62d3148d79b3a1 (patch) | |
tree | 083caad4d8c3cbfc0e1e52a28bf13b7c6dd10798 | |
parent | 3046987e0459695576ae8520b37b9db8029d15eb (diff) |
Revert "Update icon colors"
This reverts commit 3046987e0459695576ae8520b37b9db8029d15eb.
-rw-r--r-- | lua/no-clown-fiesta/highlight-group/lsp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlight-group/lsp.lua b/lua/no-clown-fiesta/highlight-group/lsp.lua index 69e23d0..5c88985 100644 --- a/lua/no-clown-fiesta/highlight-group/lsp.lua +++ b/lua/no-clown-fiesta/highlight-group/lsp.lua @@ -25,8 +25,8 @@ function M.highlight(palette) LspDiagnosticsSignError = { fg = palette.error_red }, LspDiagnosticsSignWarning = { fg = palette.warning_orange }, LspDiagnosticsSignInformation = { fg = palette.info_yellow }, - LspDiagnosticsSignInfo = { fg = palette.gray }, - LspDiagnosticsSignHint = { fg = palette.gray }, + LspDiagnosticsSignInfo = { fg = palette.info_yellow }, + LspDiagnosticsSignHint = { fg = palette.hint_blue }, LspDiagnosticsError = { fg = palette.error_red }, LspDiagnosticsWarning = { fg = palette.warning_orange }, LspDiagnosticsInformation = { fg = palette.info_yellow }, |