Chroma Drift
What the theme looks like in a ReactJS project
Looks best with these additional settings
{
"workbench.colorTheme": "chromadrift",
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden",
"git.decorations.enabled": false,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "block",
"editor.fontFamily": "Hack, Anonymous Pro",
"editor.fontSize": 13,
"editor.lineHeight": 1.6,
"workbench.tree.indent": 25,
}
Add them to your VSCode settings :
Cmd+Shift+p > Preferences: Open User Settings (JSON)
| |