Theme Gallery
Customize your Hive experience. Browse, download, and share themes.
Hive Dark
by Hive Team
The default Hive experience. Deep navy tones with vibrant cyan and warm accents for comfortable extended coding sessions.
Nord
by Community
Inspired by Arctic landscapes. Cool, muted blues and greens create a calm, distraction-free environment.
Dracula
by Community
The beloved dark theme with vibrant purples, pinks, and greens. Perfect for late-night coding marathons.
GitHub Dark
by Community
GitHub's official dark palette. Familiar and well-tested, ideal for developers who live on GitHub.
Hive Light
by Hive Team
A clean, bright alternative for daytime use. Crisp whites with balanced contrast and soothing blue accents.
Monokai
by Community
The iconic dark theme from Sublime Text. Bold, saturated colors against a warm dark background.
One Dark
by Community
Atom's signature theme. Balanced, modern colors with excellent contrast and a comfortable dark base.
Solarized Dark
by Community
Ethan Schoonover's precision-engineered color scheme. Scientifically designed for optimal readability.
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"
}
}All submissions are reviewed for quality and accessibility before being added.