Appearance & Themes
Customize the look and feel of your Atom dashboard.
Theme Mode
Toggle between Light and Dark mode using:
- The sun/moon icon in the dashboard header
- The Command Palette (
Ctrl+K→ "Toggle Theme") - Settings → General → Theme toggle
Theme Settings
Access the full theme editor in Settings → Appearance:
Quick Theme Presets
Atom includes built-in theme presets for quick customization:
Dark Mode Presets
- Warm Amber — Default warm gold theme
- Ocean Blue — Cool blue tones
- Forest Green — Natural green palette
- Rose Pink — Soft pink accents
Light Mode Presets
- Classic Light — Clean minimal light theme
- Warm Sand — Warm light tones
- Cool Gray — Professional gray palette
Custom CSS
For advanced customization, add custom CSS in Settings → Appearance → Custom CSS:
/* Example: Custom card border radius */
.serviceCard {
border-radius: 20px !important;
}
/* Example: Custom font */
body {
font-family: 'Inter', sans-serif !important;
}
CSS Variables
Atom uses CSS custom properties that you can override: