Types & arguments highlighting in rust #190
-
Is there a way to make highlighting for types and function arguments for rust? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @crystalball808 👋 These elements are highlighted. Anyway, if you‘d still like to change this the Nord Visual Studio Code port documentation about “customization“ includes information and guides how to do so. |
Beta Was this translation helpful? Give feedback.
Hi @crystalball808 👋
These elements are highlighted.
nord4
, and partlynord6
, are used, among other elements, for variables and parameters. They are highlighted in a decent way to stand out from other elements.Many other color themes think they need to “kill“ white-ish colors and make all elements look like a Hello Kitty rainbow explosion, e.g. your screenshot from the other theme which make it almost impossible to see on the first glace to which “category“ (keyword, primitive type, custom type etc.) an element belongs to.
Nord has the goal to keep you focus on the code itself while removing any distraction like too many colors that are not consistent across different languages at all.
A…