🏙 A clean, dark VSCode theme ported from Visual Studio Code & Nvim Tokyo Night theme, with support each language program.
font used in the image.
"editor.tokenColorCustomizations": {
"[Tokyo Night Ported Nvim]": {
"textMateRules": [{
"scope": [
"comment",
"meta.var.expr storage.type",
"keyword.control.flow",
"keyword.control.return",
"storage.modifier"
],
"settings": {
"fontStyle": ""
}
}]
}
}