which sets foreground color of text which has diagnostics messages to the color of that message, for example:
I would argue that shouldn't be tha case, because it looks bad, that's not how it is in other Helix themes, and I don't think catppuccin does that for other editors (here is vscode for examle)
(Also I just noticed function color is different and I think vscode's is better)
The fix is very simple, just remove the fg = "..." from the code above
Currently the theme has
which sets foreground color of text which has diagnostics messages to the color of that message, for example:
I would argue that shouldn't be tha case, because it looks bad, that's not how it is in other Helix themes, and I don't think catppuccin does that for other editors (here is vscode for examle)
(Also I just noticed function color is different and I think vscode's is better)
The fix is very simple, just remove the
fg = "..."
from the code above