ย ย ย ย | ||
๐ง | ย This theme is still work in progress, and right now works only with **.js, .jsx and .json** files | ๐ง |
-
Using VS Code
In your VS Code, go to the extensions tab and search for Synthax, then click on Install and reload once the theme is installed.
-
By cloning this repo
Clone this repo to your machine, and copy it's contents to the vscode/extensions folder.
-
Variables use a very prominent light blue-to-green color. Variable definitions are in bold, whereas variable calls / reassignments have no font style.
-
Functions & Classes use a bright pink color. Their definitions are in bold, whereas calls / reassignments have no font style.
-
Objects & object properties use variables color for the object identifier & white/respectice colors for object properties
-
Types use very-light-purple color, all type definitions use the same color & font style
-
Tags are separated into 2 categories - native tags have variable color, React components have class color
-
If there is a new line present in the function declaration parenthesis, the parameters annotations have variable color and any modifiers have function colors.
Issue was raised here - microsoft/vscode#66149
As this is a very early version, all contributions & comments are more than welcome!