Skip to content

feat: add light/dark mode with toggle#1283

Merged
kodiakhq[bot] merged 2 commits intosourcefrom
feat/dark-mode-toggle
Mar 21, 2026
Merged

feat: add light/dark mode with toggle#1283
kodiakhq[bot] merged 2 commits intosourcefrom
feat/dark-mode-toggle

Conversation

@ADobin
Copy link
Copy Markdown
Owner

@ADobin ADobin commented Mar 21, 2026

Add automatic light/dark mode support with a manual toggle in the nav bar.

  • CSS custom properties for light and dark color palettes
  • Auto-detects OS preference via prefers-color-scheme
  • Labeled toggle persists choice in localStorage
  • One Dark syntax highlighting theme for dark mode code blocks
  • White GitHub icon variant for dark backgrounds
  • Smooth CSS transitions between themes

- Add CSS custom properties for light and dark color palettes
- Auto-detect OS color scheme preference via prefers-color-scheme
- Add labeled theme toggle in nav bar with localStorage persistence
- Add One Dark syntax highlighting theme for code blocks in dark mode
- Add white GitHub mark for dark mode footer
- Smooth CSS transitions when switching themes
@ADobin ADobin added the ship it! Triggers automation for completing PRs for dependencies label Mar 21, 2026
@kodiakhq kodiakhq Bot merged commit 738131a into source Mar 21, 2026
7 checks passed
@kodiakhq kodiakhq Bot deleted the feat/dark-mode-toggle branch March 21, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ship it! Triggers automation for completing PRs for dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant