Variant Dark is a tweaked version of Monokai Spectrum Theme.
Not much just two token colors.
Token | Previous Color | New Color | New Color Hex |
---|---|---|---|
strings | yellow | green | #00FF7F |
numbers | blue | orange | #FF8C00 |
- Download zip or clone this repository.
- You will find a folder
variant-dark
, Inside the folder there are files likepackage.json
etc. - You will have to put this
variant-dark
folder to your.vscode/extensions
directory. - Select
"Variant Dark"
as your Color Schemes in VS Code Settings.
If you don't want to Install this theme but want the custom token colors, You can add the following settings in your vscode settings.json
file.
It will work with the offical Monokai Pro Spectrum Theme.
"editor.tokenColorCustomizations": {
"[Monokai Pro (Filter Spectrum)]": {
"strings": "#00FF7F",
"numbers": "#FF8C00"
}
},
Any Font works, I am currently using "MonoLisa"
as my fontFamily and "JetBrains Mono"
in terminal.