Personalize your workspace with custom color schemes, syntax highlighting, and UI preferences, or explore and use themes created by the community.
Syntax highlighting elements
Element | Description |
---|---|
Variable Names | Applies to variables where no declaration keyword is used |
Variable Definitions | Colors variable names when defined with keywords like const or var |
Function References | Applies when calling functions |
Function Definitions | Colors function names during declaration |
Keywords | Highlights language keywords like import , function , and return |
Property Names | Colors property access from variables |
Property Definitions | Used when defining object properties |
Function Properties | Applies when calling methods on objects |
Tag Names | Used for HTML and JSX tags |
Type Names | Colors type annotations in typed languages |
Class Names | Applies to class declarations and references |
Attribute Names | Highlights HTML and JSX attributes |
Comments | Applies to all code comments |
Strings | Colors string literals |
Numbers | Highlights numeric values |
Booleans | Formats boolean values (true /false ) |
Regular Expressions | Colors regex patterns |
Operators | Highlights operators like + , - , * , and / |
Brackets | Colors square and angle brackets when appropriate |