Skip to content

harismh/tokyo-twilight

Repository files navigation

Tokyo Twilight

Before the neon Night comes the calm Twilight.

banner

Font: Fira Code, File icons: Catppuccin Mocha.

Minimal highlighting and deemphasized syntax

Tokyo Twilight only highlights 3 things:

  1. Definitions in

    orange.

  2. Strings in

    blue.

  3. Static constants in

    green.

All other syntax is deemphasized to promote focus on content. This can be adjusted in settings.json if wanted:

"editor.tokenColorCustomizations": {
    "textMateRules": [
        {
            "name": "Punctuation",
            "scope": "punctuation",
            "settings": {
                "foreground": "#ebecf0"
            }
        }
    ]
}

Supported languages

  • Clojure
  • ClojureScript
  • JavaScript
  • TypeScript (& TSX)
  • Markdown
  • HTML
  • CSS

Pull requests for other languages are most welcome.

Inspirations

Tokyo Tower photo by Marek Okon on Unsplash. Banner and icon by me.