Add metadata to bundled themes
This commit is contained in:
parent
1853cc4c83
commit
3d77b32f9c
6 changed files with 60 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue