Awesome
Recursive theme for VS Code
Made especially for Recursive Mono (or any other code font with nice italics).
Installation
- Download this repo as a zip
- Add the entire folder to
~/.vscode/extensions/
Current styling
Note: these screenshots also make use of Bracket Pair Colorizer.
How to start your own theme
Easiest method
More control
- duplicate a theme you like within
~/.vscode/extensions/
- update package.json
- update colors in
themes/________theme.json
How to determine the type of a given token
It’s critical to be able to determine type of a given token in order to become efficient in theming. Luckily, it's easy!
Trigger the scope inspector from the Command Palette with the
Developer: Inspect Editor Tokens and Scopes
source