Merge branch 'master' into BatchMergeSubtitleswithMKVMerge
This commit is contained in:
commit
d88a51819a
@ -91,7 +91,7 @@ Il faut ajouter ceci au fichier `app.ini` :
|
||||
|
||||
```ini
|
||||
[ui]
|
||||
THEMES = gitea,arc-green,plex,aquamarine,dark,dracula,hotline,organizr-dark,space-gray,hotpink,mind,onedark,overseer,power,reality,soul,space,time
|
||||
THEMES = gitea,arc-green,dracula,dracula-test,plex,dark,aquamarine,hotline,hotpink,nord,organizr,overseerr,space-gray,onedark,blackberry-abyss,blackberry-amethyst,blackberry-carol,blackberry-dreamscape,blackberry-flamingo,blackberry-hearth,blackberry-martian,blackberry-pumpkin,blackberry-royal,blackberry-shadow,blackberry-solar,blackberry-vanta
|
||||
DEFAULT_THEME = gitea
|
||||
```
|
||||
> :memo: Note 1 : Il se peut que la section `[ui]` soit déjà présente dans votre `app.ini`, il faudra alors modifier la ligne `THEMES`.
|
||||
|
@ -12,48 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/aquamarine.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/aquamarine.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/aquamarine.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/aquamarine.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-abyss.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-amethyst.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-carol.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-dreamscape.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-flamingo.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-hearth.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-martian.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-pumpkin.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-royal.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-shadow.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-solar.css";
|
@ -0,0 +1,59 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/blackberry-vanta.css";
|
@ -12,47 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/dark.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/dark.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/dark.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/dark.css";
|
@ -12,44 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/mind.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/mind.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/dracula.css";
|
@ -12,48 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/dracula.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/dracula.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/dracula.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/dracula.css";
|
@ -12,47 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/hotline.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/hotline.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/hotline.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/hotline.css";
|
@ -12,44 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/hotpink.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/hotpink.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/hotpink.css";
|
@ -12,44 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/time.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/time.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/nord.css";
|
@ -12,44 +12,48 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
blackberry-abyss.css
|
||||
blackberry-amethyst.css
|
||||
blackberry-carol.css
|
||||
blackberry-dreamscape.css
|
||||
blackberry-flamingo.css
|
||||
blackberry-hearth.css
|
||||
blackberry-martian.css
|
||||
blackberry-pumpkin.css
|
||||
blackberry-royal.css
|
||||
blackberry-shadow.css
|
||||
blackberry-solar.css
|
||||
blackberry-vanta.css
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/onedark.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/onedark.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/onedark.css";
|
@ -1,58 +0,0 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
hotpink.css
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
*/
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/organizr-dark.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/organizr-dark.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/organizr-dark.css";
|
@ -12,44 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/soul.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/soul.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/organizr.css";
|
@ -1,55 +0,0 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
hotpink.css
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/overseer.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/overseer.css";
|
@ -12,44 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/power.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/power.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/overseerr.css";
|
@ -12,47 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/plex.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/plex.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/plex.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/plex.css";
|
@ -1,55 +0,0 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
hotpink.css
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/reality.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/reality.css";
|
@ -12,47 +12,36 @@
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/theme-options/THEME.css";
|
||||
aquamarine.css
|
||||
dark.css
|
||||
dracula.css
|
||||
hotline.css
|
||||
hotpink.css
|
||||
nord.css
|
||||
organizr.css
|
||||
overseerr.css
|
||||
plex.css
|
||||
space-gray.css
|
||||
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/css/base/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/css/community-theme-options/THEME.css";
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
... voir ici la liste -> https://github.com/GilbN/theme.park/tree/master/css/community-theme-options
|
||||
*/
|
||||
|
||||
/* OLD METHOD
|
||||
@import url("https://theme-park.dev/CSS/themes/gitea/space-gray.css");
|
||||
*/
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/space-gray.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/space-gray.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/css/base/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/css/theme-options/space-gray.css";
|
@ -1,55 +0,0 @@
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* https://docs.theme-park.dev/setup/#stylus-method
|
||||
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
|
||||
Anciens thèmes avec :
|
||||
@import url("https://theme-park.dev/CSS/themes/<APP_NAME>/THEME.css");
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
Nouveaux thèmes avec :
|
||||
@import "https://theme-park.dev/CSS/themes/<APP_NAME>/<APP_NAME>-base.css";
|
||||
@import "https://theme-park.dev/CSS/variables/THEME.css";
|
||||
hotpink.css
|
||||
mind.css
|
||||
onedark.css
|
||||
overseer.css
|
||||
power.css
|
||||
reality.css
|
||||
soul.css
|
||||
space.css
|
||||
time.css
|
||||
aquamarine.css
|
||||
hotline.css
|
||||
plex.css
|
||||
dark.css
|
||||
space-gray.css
|
||||
organizr-dark.css
|
||||
dracula.css
|
||||
*/
|
||||
|
||||
/* NEW METHOD
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/space.css";
|
||||
*/
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/gitea-base.css";
|
||||
@import "https://theme-park.dev/CSS/themes/gitea/chroma.css";
|
||||
@import "https://theme-park.dev/CSS/variables/space.css";
|
Loading…
Reference in New Issue
Block a user