Files
octo-gitea/themes/theme-octo-auto.css
hykocx a1a8a149ca feat(themes): add octo gitea theme with light, dark, and auto variants
- add theme-octo-dark.css with deep black background and blue accent
- add theme-octo-light.css with white background and blue accent
- add theme-octo-auto.css that switches between light/dark via prefers-color-scheme
- update README with installation instructions, variant descriptions, and customization notes
2026-04-28 16:03:10 -04:00

8 lines
222 B
CSS

@import "./theme-octo-light.css" (prefers-color-scheme: light);
@import "./theme-octo-dark.css" (prefers-color-scheme: dark);
gitea-theme-meta-info {
--theme-display-name: "Octo Auto";
--theme-color-scheme: "auto";
}