VS Code Tokyo Night-inspired dark theme with blue-purple accents and deep blue-black backgrounds
dist/tokyo-night.css
Deep blue-black backgrounds with cool blue accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#7dcfff
|
#1a1b26
|
#16161e
|
#1e1f2b
|
#1e1f2b
|
#a9b1d6
|
pa-color-storm
dist/tokyo-night.css
Lighter blue-dark backgrounds with cool blue accents
| Mode | accent | background | header | sidebar | surface | text |
|---|---|---|---|---|---|---|
| Dark (default) |
#7dcfff
|
#24283b
|
#1f2335
|
#292e42
|
#292e42
|
#c0caf5
|
A dark theme inspired by the popular Tokyo Night color scheme for VS Code. Deep blue-black backgrounds with cool blue-purple accents create a calm, focused interface perfect for long sessions.
Switch variants by adding a CSS class to <body>:
<body> <!-- Night (default) -->
<body class="pa-color-storm"> <!-- Storm (lighter dark) -->
<link rel="stylesheet" href="css/tokyo-night.css">