From a6688b3a2f5a457cf1d21c63637b01168a72d0f5 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 19 Mar 2024 16:31:18 +0100 Subject: [PATCH] [e+c] Experiment with less saturated colors and less contrast --- theme-gitpot-campfire.css | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/theme-gitpot-campfire.css b/theme-gitpot-campfire.css index 788a403..081f7fb 100644 --- a/theme-gitpot-campfire.css +++ b/theme-gitpot-campfire.css @@ -1,6 +1,6 @@ /* // Gitpot Campfire (Experimental) Theme based on the default Forgejo theme -// v0.0.16 +// v0.0.17 // 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: #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; + --steel-900: #16100E; + --steel-850: #1C1412; + --steel-800: #221816; + --steel-750: #2E211E; + --steel-700: #362926; + --steel-650: #40302D; + --steel-600: #4E3E3A; + --steel-550: #5E4B47; + --steel-500: #6C5955; + --steel-450: #7C6863; + --steel-400: #897773; + --steel-350: #9A8581; + --steel-300: #AB9590; + --steel-250: #BDA5A0; + --steel-200: #DCCAC6; + --steel-150: #EBD9D5; + --steel-100: #F3F3F3; --is-dark-theme: true; --color-primary: #F9774C;