From 3148db9b78db7db264f8918869bd42c3947f69e0 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 16 Jan 2024 09:46:51 +0100 Subject: [PATCH] Revert to campfire --- ...ush-green.css => theme-gitpot-campfire.css | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) rename theme-gitpot-lush-green.css => theme-gitpot-campfire.css (95%) diff --git a/theme-gitpot-lush-green.css b/theme-gitpot-campfire.css similarity index 95% rename from theme-gitpot-lush-green.css rename to theme-gitpot-campfire.css index 92ddef6..788a403 100644 --- a/theme-gitpot-lush-green.css +++ b/theme-gitpot-campfire.css @@ -1,6 +1,6 @@ /* -// Gitpot Lush Green (Experimental) Theme based on the default Forgejo theme -// v0.0.17 +// Gitpot Campfire (Experimental) Theme based on the default Forgejo theme +// v0.0.16 // https://codeberg.org/forgejo/forgejo/src/branch/forgejo/web_src/css/themes/theme-forgejo-dark.css // Copyright (c) 2022 The Forgejo Authors @@ -11,23 +11,23 @@ @import "../codemirror/dark.css"; :root { - --steel-900: #0B0E0C; - --steel-850: #0D1710; - --steel-800: #111D15; - --steel-750: #1D2F23; - --steel-700: #24382B; - --steel-650: #2B4233; - --steel-600: #375140; - --steel-550: #44614E; - --steel-500: #51705C; - --steel-450: #5F806B; - --steel-400: #6D8F79; - --steel-350: #7C9F88; - --steel-300: #8CAF98; - --steel-250: #9DC0A9; - --steel-200: #C4DECD; - --steel-150: #D4ECDC; - --steel-100: #F3F3F3; + --steel-900: #0E0C0B; + --steel-850: #170F0D; + --steel-800: #1D1311; + --steel-750: #2F201D; + --steel-700: #382824; + --steel-650: #422F2B; + --steel-600: #513C37; + --steel-550: #614944; + --steel-500: #705751; + --steel-450: #80655F; + --steel-400: #8F736D; + --steel-350: #9F827C; + --steel-300: #AF928C; + --steel-250: #C0A39D; + --steel-200: #dec9c4; + --steel-150: #ecd8d4; + --steel-100: #f3f3f3; --is-dark-theme: true; --color-primary: #F9774C;