Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Zenrized OsakaNew to Visual Studio Code? Get it now.
Zenrized Osaka

Zenrized Osaka

Artemkee

|
38 installs
| (0) | Free
A minimalist, Solarized-style color theme for Visual Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zenrized Osaka

Preview in vscode.dev

Visual Studio Code theme inspired by solarized-osaka.nvim

📸 Screenshots

Typescript

Zenrized Osaka in Typescripts

PHP

Zenrized Osaka in PHP

Object-like files (JSON, CSS, etc.)

Zenrized Osaka in Object-like files

📦 Installing

This extension is available for free in the Visual Studio Code Marketplace

⚙️ Suggest Editor Settings

"editor.fontSize": 14,
"workbench.tree.indent": 10,
"editor.fontFamily": "JetBrains Mono"

JetBrains Mono Download: https://www.jetbrains.com/lp/mono

🛠️ Theme Customization

If you want to remove italic style from type keywords and control flow keywords, you can easily override this in your VS Code settings.

  1. Open Command Palette (CMD+SHIFT+P for Mac, CTRL+SHIFT+P for Windows/Linux, with the default key bindings)
  2. Type Preferences: Open User Settings (JSON) and select it from the list.
  3. Add the following to your settings.json:
"editor.tokenColorCustomizations": {
  "[Zenrized Osaka]": {
    "textMateRules": [
      {
        "scope": [
          "storage.type",
          "keyword.control.flow"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  }
}

💡 Contributing & Feedback

Found a bug or have a suggestion?
Open an issue or submit a pull request!

📄 License

MIT © Artem Mozhaev (Artemkee)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft