/vscode-theme

Personal VSCode Themes for Public

MIT LicenseMIT

Preview in vscode.dev Version

🏙 A clean, dark VSCode theme ported from Visual Studio Code & Nvim Tokyo Night theme, with support each language program.

Screenshots

font used in the image.

Tokyo Night Ported Screenshoots

Disable Italics

"editor.tokenColorCustomizations": {
    "[Tokyo Night Ported Nvim]": {
        "textMateRules": [{
            "scope": [
                "comment",
                "meta.var.expr storage.type",
                "keyword.control.flow",
                "keyword.control.return",
                "storage.modifier"
            ],
            "settings": {
                "fontStyle": ""
            }
        }]
    }
}