Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>O11 IDXNew to Visual Studio Code? Get it now.
O11 IDX

O11 IDX

timwm

|
3 installs
| (0) | Free
IDX theme clone for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

O11 IDX Theme

O11 IDX Logo

A beautiful theme for VS Code inspired by Google IDX

Version Downloads License

Enjoying O11 IDX!, Support the project by staring or become a sponsor on GitHub Sponsors.

Sponsor Me GitHub Stars


✨ Features

O11 IDX is a carefully crafted dark theme that brings the elegant aesthetics of Google IDX to your VS Code environment. Designed with developer comfort and productivity in mind, this theme offers:

🎨 Beautiful Color Palette

  • Deep, comfortable backgrounds - Reduce eye strain during long coding sessions
  • Carefully selected syntax colors - Enhanced code readability with distinct token colors
  • Soft, vibrant accents - Purple, blue, and green highlights that pop without overwhelming

🔍 Enhanced Readability

  • High contrast where it matters - Keywords, strings, and functions stand out clearly
  • Optimized bracket highlighting - Easily track code blocks with color-coded brackets
  • Subtle UI elements - Interface components that don't distract from your code

💡 Smart Syntax Highlighting

  • Multi-language support - Consistent, beautiful colors across JavaScript, TypeScript, Python, HTML, CSS, C/C++, Haskell and more
  • Semantic token colors - Variables, functions, classes, and constants are distinctly colored
  • Markdown support - Beautiful rendering for documentation

🎯 Polished UI Elements

  • Dark activity bar - Clean, modern sidebar with purple accents
  • Elegant editor tabs - Easy-to-read tabs with active state indicators
  • Refined status bar - Subtle information display at the bottom
  • Consistent terminal colors - ANSI colors that match the theme aesthetic

📸 Screenshots

Editor View

O11 IDX Theme - Full Editor View

Theme Preview

O11 IDX Theme - Original Design


🚀 Installation

Via VS Code Marketplace

  1. Open Extensions sidebar panel in VS Code (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for "O11 IDX"
  3. Click Install
  4. Click Reload to reload VS Code
  5. Go to File > Preferences > Color Theme (or Ctrl+K Ctrl+T / Cmd+K Cmd+T)
  6. Select O11 IDX

Via Command Line

code --install-extension timwm.o11-idx

Manual Installation

  1. Download the .vsix file from GitHub Releases
  2. Open VS Code
  3. Go to Extensions view
  4. Click on the ... menu at the top
  5. Select Install from VSIX...
  6. Choose the downloaded file

🎨 Color Palette

Color Hex Usage
#a87ffb #a87ffb Primary accent, activity bar border
#85cdf1 #85cdf1 Strings (HTML/XML), properties
#77d5a3 #77d5a3 Strings, regex, tags
#bd9cfe #bd9cfe Entities, brackets
#fd8da3 #fd8da3 Keywords, storage
#ffd395 #ffd395 Variables, brackets
#92a9ff #92a9ff Constants, support types
#d9dfe7 #d9dfe7 Editor foreground, text
#7f8d9f #7f8d9f Comments
#171f2b #171f2b Editor background
#10151d #10151d Sidebar background

⚙️ Configuration

Recommended Font Settings

For the best experience with O11 IDX, I consider using these font settings:

{
  "editor.fontFamily": "'Cartograph CF', 'JetBrains Mono', 'Fira Code', Inconsolata, 'Source Code Pro Medium', 'Droid Sans Mono', monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 14,
  "editor.lineHeight": 22
}

Recommended Extensions (Optional)

Note: These extensions are optional but can enhance your experience with the O11 IDX theme.

  • Bracket Pair Colorizer - Enhanced bracket highlighting
  • Better Comments - Improved comment styling
  • Indent Rainbow - Colorful indentation guides
  • Material Icon Theme - Icons that complement the theme

🔧 Customization

You can customize the theme colors in your settings.json:

{
  "workbench.colorCustomizations": {
    "[O11 IDX]": {
      "editor.background": "#171f2b",
      // Add your custom colors here
    }
  },
  "editor.tokenColorCustomizations": {
    "[O11 IDX]": {
      "comments": "#7F8D9F",
      // Customize syntax colors here
    }
  }
  // ...
}

🤝 Contributing

We love contributions! This project includes automated contributor recognition in release notes.

Release Contributors

Each release automatically includes a contributors section that recognizes everyone who contributed. The project uses a custom script to:

  • Extract contributors between releases
  • Display commit counts per contributor
  • Include GitHub profiles and avatars
  • Notify contributors when their work is released

See the scripts/ directory for more information about the release workflow.

How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes using conventional commits (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Your contribution will be automatically recognized in the next release! 🎉


🐛 Issues & Suggestions

Found a bug or have a suggestion? Please open an issue on GitHub Issues.


📝 Changelog

See CHANGELOG.md for a detailed history of changes.


📄 License

This theme is licensed under the GPL-2.0 license.


💖 Support

If you enjoy this theme, please consider:

  • ⭐ Starring the repository
  • 📢 Sharing it with others
  • 🐛 Reporting bugs or suggesting improvements

🙏 Acknowledgments

  • Inspired by Google IDX
  • Built with love for the VS Code community

Made with ❤️ by timwm

Happy Coding! 🚀

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