Add metadata to bundled themes

This commit is contained in:
Minecon724 2025-06-03 13:21:52 +02:00
commit 3d77b32f9c
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
6 changed files with 60 additions and 0 deletions

View file

@ -1,2 +1,12 @@
/* theme forgejo-auto
Name Forgejo
Family Forgejo
Author Forgejo authors
Url https://forgejo.org/
Description The fresh of freedom.
Scheme Auto
Verified
*/
@import "theme-forgejo-light.css";
@import "theme-forgejo-dark.css" (prefers-color-scheme: dark);

View file

@ -1,3 +1,13 @@
/* theme forgejo-dark
Name Forgejo
Family Forgejo
Author Forgejo authors
Url https://forgejo.org/
Description The fresh of freedom.
Scheme Dark
Verified
*/
@import "../chroma/dark.css";
@import "../codemirror/dark.css";
@import "../markup/dark.css";

View file

@ -1,3 +1,13 @@
/* theme forgejo-light
Name Forgejo
Family Forgejo
Author Forgejo authors
Url https://forgejo.org/
Description The fresh of freedom.
Scheme Light
Verified
*/
@import "../chroma/light.css";
@import "../codemirror/light.css";
@import "../markup/light.css";

View file

@ -1,2 +1,12 @@
/* theme gitea-auto
Name Gitea
Family Gitea
Author The Gitea Authors
Url https://github.com/go-gitea/gitea
Description The OG look.
Scheme Auto
Verified
*/
@import "./theme-gitea-light.css" (prefers-color-scheme: light);
@import "./theme-gitea-dark.css" (prefers-color-scheme: dark);

View file

@ -1,3 +1,13 @@
/* theme gitea-dark
Name Gitea
Family Gitea
Author The Gitea Authors
Url https://github.com/go-gitea/gitea
Description The OG look.
Scheme Dark
Verified
*/
@import "../chroma/dark.css";
@import "../codemirror/dark.css";
@import "../markup/dark.css";

View file

@ -1,3 +1,13 @@
/* theme gitea-light
Name Gitea
Family Gitea
Author The Gitea Authors
Url https://github.com/go-gitea/gitea
Description The OG look.
Scheme Light
Verified
*/
@import "../chroma/light.css";
@import "../codemirror/light.css";
@import "../markup/light.css";