From 4bc07cd4a8a62ff2aa752ec5e665ed5a32ed7889 Mon Sep 17 00:00:00 2001 From: MilesTEG Date: Sat, 8 May 2021 17:26:34 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20th=C3=A8mes=20pour?= =?UTF-8?q?=20Gitea=20=C3=80=20l'avenir=20ils=20seront=20automatiquement?= =?UTF-8?q?=20mis=20=C3=A0=20jour=20=C3=A0=20chaque=20recr=C3=A9ation=20ou?= =?UTF-8?q?=20reboot=20du=20conteneur=20:)=20(enfin=20je=20pense)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data--gitea/public/css/aquamarine.css | 32 ++++++----------- .../gitea/data--gitea/public/css/dark.css | 32 ++++++----------- .../gitea/data--gitea/public/css/hotline.css | 32 ++++++----------- .../data--gitea/public/css/organizr-dark.css | 32 ++++++----------- .../gitea/data--gitea/public/css/plex.css | 34 ++++++------------- .../data--gitea/public/css/space-gray.css | 33 ++++++------------ 6 files changed, 61 insertions(+), 134 deletions(-) diff --git a/docker-compose/gitea/data--gitea/public/css/aquamarine.css b/docker-compose/gitea/data--gitea/public/css/aquamarine.css index 32b7083..108b110 100644 --- a/docker-compose/gitea/data--gitea/public/css/aquamarine.css +++ b/docker-compose/gitea/data--gitea/public/css/aquamarine.css @@ -1,4 +1,3 @@ - /* dP dP dP */ /* 88 88 88 */ /* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ @@ -11,25 +10,14 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* GITEA AQUAMARINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: #009688; - --button-color-hover: #12afa0; - --button-text: #eee; - --accent-color: #12afa0; - --accent-color-hover: #fff; - --text: #eee; - --text-hover: #fff; - --text-muted: #bbb; - --link-color: #12afa0; +/* Source : https://docs.theme-park.dev/themes/gitea/ + Possibilités : https://theme-park.dev/CSS/themes/gitea/gitea/XXX.css + aquamarine.css <--- Pas mal celui là. + hotline.css + plex.css <--- TOP + dark.css <--- TOP + space-gray.css <--- TOP, mon préféré ! + organizr-dark.css +*/ - --heatmap-color-1: #002D24; - --heatmap-color-2: #004B40; - --heatmap-color-3: #006B5F; - --heatmap-color-4: #008C7E; - --heatmap-color-5: #12AFA0; -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/themes/gitea/aquamarine.css"); \ No newline at end of file diff --git a/docker-compose/gitea/data--gitea/public/css/dark.css b/docker-compose/gitea/data--gitea/public/css/dark.css index 25c6214..4704d46 100644 --- a/docker-compose/gitea/data--gitea/public/css/dark.css +++ b/docker-compose/gitea/data--gitea/public/css/dark.css @@ -1,4 +1,3 @@ - /* dP dP dP */ /* 88 88 88 */ /* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ @@ -11,25 +10,14 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* GITEA DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); -:root { - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); - --button-text: #eee; - --accent-color: #646464; - --accent-color-hover: #ffffff73; - --text: #b7b7b7; - --text-hover: #fff; - --text-muted: #bbb; - --link-hover: rgba(255, 255, 255, 0.45); +/* Source : https://docs.theme-park.dev/themes/gitea/ + Possibilités : https://theme-park.dev/CSS/themes/gitea/gitea/XXX.css + aquamarine.css <--- Pas mal celui là. + hotline.css + plex.css <--- TOP + dark.css <--- TOP + space-gray.css <--- TOP, mon préféré ! + organizr-dark.css +*/ - --heatmap-color-1: #303030; - --heatmap-color-2: #5E5E5E; - --heatmap-color-3: #919191; - --heatmap-color-4: #C6C6C6; - --heatmap-color-5: #FFFFFF; -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/themes/gitea/dark.css"); \ No newline at end of file diff --git a/docker-compose/gitea/data--gitea/public/css/hotline.css b/docker-compose/gitea/data--gitea/public/css/hotline.css index 0432c38..a055f0b 100644 --- a/docker-compose/gitea/data--gitea/public/css/hotline.css +++ b/docker-compose/gitea/data--gitea/public/css/hotline.css @@ -1,4 +1,3 @@ - /* dP dP dP */ /* 88 88 88 */ /* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ @@ -11,25 +10,14 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* GITEA HOTLINE THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); - --button-text: #eee; - --accent-color: #F44336; - --accent-color-hover: #0b3161; - --text: #eee; - --text-hover: #fff; - --text-muted: #bbb; - --link-hover: #F44336; +/* Source : https://docs.theme-park.dev/themes/gitea/ + Possibilités : https://theme-park.dev/CSS/themes/gitea/gitea/XXX.css + aquamarine.css <--- Pas mal celui là. + hotline.css + plex.css <--- TOP + dark.css <--- TOP + space-gray.css <--- TOP, mon préféré ! + organizr-dark.css +*/ - --heatmap-color-1: #690000; - --heatmap-color-2: #890000; - --heatmap-color-3: #AC0002; - --heatmap-color-4: #D0191D; - --heatmap-color-5: #F44336; -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/themes/gitea/hotline.css"); \ No newline at end of file diff --git a/docker-compose/gitea/data--gitea/public/css/organizr-dark.css b/docker-compose/gitea/data--gitea/public/css/organizr-dark.css index 5e22288..a9387eb 100644 --- a/docker-compose/gitea/data--gitea/public/css/organizr-dark.css +++ b/docker-compose/gitea/data--gitea/public/css/organizr-dark.css @@ -1,4 +1,3 @@ - /* dP dP dP */ /* 88 88 88 */ /* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ @@ -11,25 +10,14 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* GITEA ORGANIZR-DARK THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); -:root { - --main-bg-color: #1f1f1f; - --modal-bg-color: #1b1b1b; - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - --button-text: #eee; - --accent-color:#2cabe3; - --accent-color-hover: #fff; - --text: #96a2b4; - --text-hover: #fff; - --text-muted: #bbb; - --link-color: #2cabe3; +/* Source : https://docs.theme-park.dev/themes/gitea/ + Possibilités : https://theme-park.dev/CSS/themes/gitea/gitea/XXX.css + aquamarine.css <--- Pas mal celui là. + hotline.css + plex.css <--- TOP + dark.css <--- TOP + space-gray.css <--- TOP, mon préféré ! + organizr-dark.css +*/ - --heatmap-color-1: #002A57; - --heatmap-color-2: #004878; - --heatmap-color-3: #00679A; - --heatmap-color-4: #0088BE; - --heatmap-color-5: #2CABE3; -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/themes/gitea/organizr-dark.css"); \ No newline at end of file diff --git a/docker-compose/gitea/data--gitea/public/css/plex.css b/docker-compose/gitea/data--gitea/public/css/plex.css index 26a2237..20705c0 100644 --- a/docker-compose/gitea/data--gitea/public/css/plex.css +++ b/docker-compose/gitea/data--gitea/public/css/plex.css @@ -1,4 +1,3 @@ - /* dP dP dP */ /* 88 88 88 */ /* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ @@ -9,27 +8,16 @@ /* dP */ /* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ +/* https://github.com/gilbN/theme.park */ -/* GITEA PLEX THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); -:root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; - --button-text: #eee; - --accent-color: #e5a00d; - --accent-color-hover: #ffc107; - --text: #eee; - --text-hover: #fff; - --text-muted: #bbb; - --link-color:#fff; +/* Source : https://docs.theme-park.dev/themes/gitea/ + Possibilités : https://theme-park.dev/CSS/themes/gitea/gitea/XXX.css + aquamarine.css <--- Pas mal celui là. + hotline.css + plex.css <--- TOP + dark.css <--- TOP + space-gray.css <--- TOP, mon préféré ! + organizr-dark.css +*/ - --heatmap-color-1: #492000; - --heatmap-color-2: #6E4500; - --heatmap-color-3: #9B6C00; - --heatmap-color-4: #CC9500; - --heatmap-color-5: #FFC107; -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/themes/gitea/plex.css"); \ No newline at end of file diff --git a/docker-compose/gitea/data--gitea/public/css/space-gray.css b/docker-compose/gitea/data--gitea/public/css/space-gray.css index 66950b6..24f8526 100644 --- a/docker-compose/gitea/data--gitea/public/css/space-gray.css +++ b/docker-compose/gitea/data--gitea/public/css/space-gray.css @@ -1,4 +1,3 @@ - /* dP dP dP */ /* 88 88 88 */ /* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ @@ -11,26 +10,14 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* GITEA SPACE GRAY THEME */ -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); -@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); -:root { - --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --button-color: #607D8B; - --button-color-hover: #81a6b7; - --button-text: #eee; - --accent-color: #81a6b7; - --accent-color-hover: #81a6b7; - --text: #eee; - --text-hover: #fff; - --text-muted: #bbb; - --link-color: #81a6b7; +/* Source : https://docs.theme-park.dev/themes/gitea/ + Possibilités : https://theme-park.dev/CSS/themes/gitea/gitea/XXX.css + aquamarine.css <--- Pas mal celui là. + hotline.css + plex.css <--- TOP + dark.css <--- TOP + space-gray.css <--- TOP, mon préféré ! + organizr-dark.css +*/ - --heatmap-color-1: #002634; - --heatmap-color-2: #1D4352; - --heatmap-color-3: #3E6272; - --heatmap-color-4: #5F8394; - --heatmap-color-5: #81A6B7; - -} \ No newline at end of file +@import url("https://theme-park.dev/CSS/themes/gitea/space-gray.css"); \ No newline at end of file