summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 23:29:42 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 23:29:42 +0200
commit3046987e0459695576ae8520b37b9db8029d15eb (patch)
treeffb497e424d9044da4c54c1216302461cf2a6723
parent03968e6a0b4dda08043cc442f2bb8705921eac34 (diff)
Update icon colors
-rw-r--r--lua/no-clown-fiesta/highlight-group/lsp.lua4
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 5c88985..69e23d0 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.info_yellow },
- LspDiagnosticsSignHint = { fg = palette.hint_blue },
+ LspDiagnosticsSignInfo = { fg = palette.gray },
+ LspDiagnosticsSignHint = { fg = palette.gray },
LspDiagnosticsError = { fg = palette.error_red },
LspDiagnosticsWarning = { fg = palette.warning_orange },
LspDiagnosticsInformation = { fg = palette.info_yellow },