Agentic Theme
A premium AI-era dark theme for VS Code — built for developers who think in systems.

✦ Why Agentic?
The coding world has changed. AI agents write, review, and ship code. Agentic Theme is designed for this new era — a visual environment that reduces cognitive load, keeps focus sharp, and makes your editor feel like a professional workspace.
🎨 21 Theme Variants
Base Themes
| Theme |
Accent |
Mood |
| Agentic Teal |
#00BFA5 |
Focused, clean, productive |
| Agentic Ocean |
#3FA7D6 |
Deep, calm, oceanic |
| Agentic Carbon |
#808080 |
Near-black, ultra-minimal, zero distraction |
| Agentic Palenight |
#82AAFF |
Purple-tinted, vibrant Material style |
| Agentic Graphene |
#9E9E9E |
Cool steel gray, balanced |
| Agentic Deepforest |
#4CAF50 |
Dark earthy green, focused |
| Agentic Clay |
#D4785A |
Warm terracotta, cozy sessions |
| Agentic Sand |
#C8B560 |
Desert gold, warm and calm |
| Agentic Montana |
#7986CB |
Dark indigo, professional |
| Agentic Anthracite |
#607D8B |
Cool slate, ultra-clean |
| Agentic Dark 2026 |
#7A7A7A |
Pure pitch-black, futuristic |
Every theme (except Dark 2026) also has a High Contrast variant — 21 themes total.
🚀 Installation
From VS Code Marketplace
Search for "Agentic Theme" in the Extensions panel (Ctrl+Shift+X).
Manual VSIX Install
- Download the
.vsix file from Releases
Ctrl+Shift+P → Extensions: Install from VSIX
Ctrl+K Ctrl+T → Select any Agentic theme
🛠️ Build from Source
git clone https://github.com/YOUR_GITHUB_USERNAME/agentic-theme
cd agentic-theme
node generate-themes.js # Regenerates all 21 theme JSON files
Package & Publish
npm install -g @vscode/vsce
vsce login YOUR_PUBLISHER_ID
vsce package # Creates agentic-theme-1.0.0.vsix
vsce publish # Publishes to VS Code Marketplace
📁 Project Structure
agentic-theme/
├── themes/
│ ├── agentic-teal.json
│ ├── agentic-teal-hc.json
│ ├── agentic-ocean.json
│ ├── agentic-ocean-hc.json
│ ├── agentic-carbon.json
│ ├── agentic-carbon-hc.json
│ ├── agentic-palenight.json
│ ├── agentic-palenight-hc.json
│ ├── agentic-graphene.json
│ ├── agentic-graphene-hc.json
│ ├── agentic-deepforest.json
│ ├── agentic-deepforest-hc.json
│ ├── agentic-clay.json
│ ├── agentic-clay-hc.json
│ ├── agentic-sand.json
│ ├── agentic-sand-hc.json
│ ├── agentic-montana.json
│ ├── agentic-montana-hc.json
│ ├── agentic-anthracite.json
│ ├── agentic-anthracite-hc.json
│ └── agentic-dark2026.json
├── generate-themes.js # Source-of-truth theme generator
├── package.json
├── icon.png
└── README.md
✅ What's Themed
- ✔ Editor (background, foreground, cursor, selections, rulers)
- ✔ Activity Bar, Side Bar, Status Bar, Title Bar
- ✔ Tabs, Editor Groups, Breadcrumbs
- ✔ Terminal (background + full ANSI 16-color palette per theme)
- ✔ Panel, Notifications, Quick Picker, Menus
- ✔ Git Decorations, Diff Editor, Minimap
- ✔ Semantic token colors (TypeScript, Python, Rust, Go, C++)
- ✔ TextMate grammar scopes (30+ language-specific rules)
- ✔ High Contrast variants for all 10 base themes
📄 License
MIT © Agentic Theme Contributors
| |