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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@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";
|
||||
}
|
||||
Reference in New Issue
Block a user