GitHub dark application theme with Palenight syntax highlighting.
There are 2 options to choose from:
- Dark
- Dimmed Dark
Recommended VS Code settings to pair with this theme:
{
"editor.semanticHighlighting.enabled": false,
"editor.wordWrap": "on",
"editor.lineHeight": 1.75,
"editor.bracketPairColorization.enabled": false,
"editor.fontFamily": "'JetBrains Mono', monospace",
"editor.fontLigatures": true,
"workbench.iconTheme": "vscode-icons"
}