β¬ The ninja way of using VSCode
Install the Ninja Naruto font
Add this line to your workspace settings json.
- on Windows
%APPDATA%\Code\User\settings.json
- on Mac
$HOME/Library/Application Support/Code/User/settings.json
- on Linux
$HOME/.config/Code/User/settings.json
{
"editor.fontFamily": "'Ninja Naruto'",
}
Clone the project in the vscode extension directory. This is:
- on Windows
%USERPROFILE%\.vscode\extensions
- on Mac/Linux
$HOME/.vscode/extensions
git clone https://github.com/anabastos/naruto-theme.git
Restart VSCode and select the new theme in File -> Preferences -> Color Theme