Add metadata to builtin themes
This commit is contained in:
parent
1b8aa2fc35
commit
933ad0b23a
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 look of freedom.
|
||||||
|
Scheme Auto
|
||||||
|
Recommended
|
||||||
|
*/
|
||||||
|
|
||||||
@import "theme-forgejo-light.css";
|
@import "theme-forgejo-light.css";
|
||||||
@import "theme-forgejo-dark.css" (prefers-color-scheme: dark);
|
@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 look of freedom.
|
||||||
|
Scheme Dark
|
||||||
|
Recommended
|
||||||
|
*/
|
||||||
|
|
||||||
@import "../chroma/dark.css";
|
@import "../chroma/dark.css";
|
||||||
@import "../codemirror/dark.css";
|
@import "../codemirror/dark.css";
|
||||||
@import "../markup/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 look of freedom.
|
||||||
|
Scheme Light
|
||||||
|
Recommended
|
||||||
|
*/
|
||||||
|
|
||||||
@import "../chroma/light.css";
|
@import "../chroma/light.css";
|
||||||
@import "../codemirror/light.css";
|
@import "../codemirror/light.css";
|
||||||
@import "../markup/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 style.
|
||||||
|
Scheme Auto
|
||||||
|
Recommended
|
||||||
|
*/
|
||||||
|
|
||||||
@import "./theme-gitea-light.css" (prefers-color-scheme: light);
|
@import "./theme-gitea-light.css" (prefers-color-scheme: light);
|
||||||
@import "./theme-gitea-dark.css" (prefers-color-scheme: dark);
|
@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 style.
|
||||||
|
Scheme Dark
|
||||||
|
Recommended
|
||||||
|
*/
|
||||||
|
|
||||||
@import "../chroma/dark.css";
|
@import "../chroma/dark.css";
|
||||||
@import "../codemirror/dark.css";
|
@import "../codemirror/dark.css";
|
||||||
@import "../markup/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 style.
|
||||||
|
Scheme Light
|
||||||
|
Recommended
|
||||||
|
*/
|
||||||
|
|
||||||
@import "../chroma/light.css";
|
@import "../chroma/light.css";
|
||||||
@import "../codemirror/light.css";
|
@import "../codemirror/light.css";
|
||||||
@import "../markup/light.css";
|
@import "../markup/light.css";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue