a1a8a149ca
- 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
8 lines
222 B
CSS
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";
|
|
}
|