Beautiful, accessible developer themes inspired by Sentry's brand colors
A comprehensive theme collection bringing Sentry's distinctive purple and pink brand colors to your favorite development tools. Designed with WCAG AA accessibility standards and developer ergonomics in mind.
- π¨ Official Sentry Colors - Based on authentic brand guidelines
- βΏ WCAG AA Compliant - All themes meet or exceed accessibility standards
- π Three Variants - Light, Dark, and Midnight themes
- π Multi-Platform - VS Code, terminals, web syntax highlighters
- π Semantic Highlighting - Consistent token colors across all platforms
# From VS Code Marketplace
ext install sentry.sentinel-theme
# Or search "Sentry Sentinel Theme" in Extensions# Quick install scripts
./scripts/install-zed-themes.sh # Zed editor
./scripts/install-iterm-themes.sh # iTerm2
./scripts/install-ghostty-themes.sh # Ghostty
./scripts/install-warp-themes.sh # Warp
# Or see detailed instructions
cat docs/INSTALL.mdAll variants feature:
- β WCAG AA compliant contrast ratios
- π― Semantic token highlighting
- π Sentry brand color integration
- π Clear visual hierarchy
| Light | Dark | Midnight |
|---|---|---|
![]() |
![]() |
![]() |
| Light | Dark | Midnight |
|---|---|---|
![]() |
![]() |
![]() |
| Light | Dark | Midnight |
|---|---|---|
![]() |
![]() |
![]() |
Try the interactive demo: Open Demo β
- Visual Studio Code
- Cursor
- Zed
- Vim / Neovim
- Ghostty
- Warp
- iTerm2
- Terminal.app
- Windows Terminal
- Prism.js
- Highlight.js
Our themes use a carefully crafted palette based on Sentry's brand colors:
All themes meet WCAG 2.1 AA standards:
- β Minimum 4.5:1 contrast ratio for normal text
- β Minimum 3:1 contrast ratio for large text
- β Tested contrast ratios for all token colors
- β Color-blind friendly palette
Tested combinations:
- Light: 18.2:1 background/foreground ratio
- Dark: 17.2:1 background/foreground ratio
- Midnight: 21:1 background/foreground ratio
sentry-sentinel-theme/
βββ colors.json # Master color definitions
βββ vscode/ # VS Code extension
βββ editor-themes/ # Editor themes (Zed, etc.)
βββ terminal-themes/ # Terminal emulator themes
βββ web-highlighters/ # Prism.js & Highlight.js
βββ tests/ # Color validation tests
βββ docs/ # Documentation
βββ scripts/ # Installation helpers
# Run contrast ratio tests
npm run test:contrast
# Validate color consistency
npm run test:colors
# Preview themes in browser
open web-highlighters/index.html
# Build VS Code extension package (.vsix file)
npm run buildWe welcome contributions! Please see CONTRIBUTING.md for guidelines.
# Clone repository
git clone https://github.com/getsentry/sentinel.git
cd sentinel
# Install dependencies
npm install
# Run tests
npm testMIT License - see LICENSE for details.
Made with π and π€s by @sergical for Sentry Hackweek 2025




























