This commit is contained in:
Viktor Szépe 2025-02-03 01:58:29 +01:00 committed by GitHub
parent 0ab403d428
commit e22bbf5489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 29 additions and 29 deletions

View file

@ -7,7 +7,7 @@
'property' = { fg = "red" } # Regex group names.
"warning" = { fg ="yellow", modifiers = ["bold"] } # Editor warnings.
"error" = { fg = "red", modifiers = ["bold"] } # Editor errors, like mis-typing a command.
"error" = { fg = "red", modifiers = ["bold"] } # Editor errors, like mistyping a command.
"info" = { fg = "mid-blue" } # Code diagnostic info in gutter (LSP).
# ? Difference between info and hint ?
"hint" = { fg = "light-green", modifiers = ["bold"] } # Code diagnostics hint in gutter (LSP).