Skip to main content
HiveHive
FeaturesArchitectureIntegrationsDocsThemesGitHub
Download
HiveHive— Your AI that works while you sleep
GitHubReleasesLicenseSecurity
© 2026 Airglow LLC. All rights reserved. Built with Rust, powered by ambition.

Theme Gallery

Customize your Hive experience. Browse, download, and share themes.

8 themes available|2 featured
Featured

Hive Dark

by Hive Team

v1.0.0

The default Hive experience. Deep navy tones with vibrant cyan and warm accents for comfortable extended coding sessions.

12.5k0
Featured

Nord

by Community

v1.0.0

Inspired by Arctic landscapes. Cool, muted blues and greens create a calm, distraction-free environment.

9.2k0

Dracula

by Community

v1.0.0

The beloved dark theme with vibrant purples, pinks, and greens. Perfect for late-night coding marathons.

7.7k0

GitHub Dark

by Community

v1.0.0

GitHub's official dark palette. Familiar and well-tested, ideal for developers who live on GitHub.

6.8k0

Hive Light

by Hive Team

v1.0.0

A clean, bright alternative for daytime use. Crisp whites with balanced contrast and soothing blue accents.

8.3k0

Monokai

by Community

v1.0.0

The iconic dark theme from Sublime Text. Bold, saturated colors against a warm dark background.

6.2k0

One Dark

by Community

v1.0.0

Atom's signature theme. Balanced, modern colors with excellent contrast and a comfortable dark base.

7k0

Solarized Dark

by Community

v1.0.0

Ethan Schoonover's precision-engineered color scheme. Scientifically designed for optimal readability.

5.4k0

Submit Your Theme

Created a theme you love? Share it with the community. Submitted themes are reviewed by the Hive team and added to the gallery.

Theme JSON Format

{
  "name": "Your Theme Name",
  "author": "Your Name",
  "version": "1.0.0",
  "description": "...",
  "colors": {
    "bg_primary": "#hex",
    "bg_secondary": "#hex",
    "bg_tertiary": "#hex",
    "bg_surface": "#hex",
    "accent_primary": "#hex",
    "accent_secondary": "#hex",
    "accent_success": "#hex",
    "accent_warning": "#hex",
    "accent_error": "#hex",
    "text_primary": "#hex",
    "text_secondary": "#hex",
    "text_muted": "#hex",
    "border": "#hex"
  },
  "fonts": {
    "ui": "Inter",
    "mono": "JetBrains Mono"
  }
}
Submit via GitHub Issue

All submissions are reviewed for quality and accessibility before being added.