A Visual Studio Code color theme inspired by folke/tokyonight.nvim and enkia's tokyo-night/tokyo-night-vscode-theme. The goal was to use the brighter palette of tokyonight.nvim to create a higher contrast theme, since I've found that enkia's version is too dark for my preferences. The result is a theme that's similar to tokyo-night-vscode but noticeably brighter.
The above screenshot is using JetBrains Mono, Material Product Icons, and the Material Icon Theme.
- folke/tokyonight.nvim for the color palette
- tokyo-night/tokyo-night-vscode-theme for the original theme and highlighting rules
- primer/github-vscode-theme for highlighting rules
- Clone this repository.
- Run
npx vsce package
to create a VSIX file. - Install the VSIX in VS Code:
code --install-extension <your-vsix-file>
MIT