diff --git a/theme-gitpot-campfire.css b/theme-gitpot-lush-green.css similarity index 95% rename from theme-gitpot-campfire.css rename to theme-gitpot-lush-green.css index 116d51c..92ddef6 100644 --- a/theme-gitpot-campfire.css +++ b/theme-gitpot-lush-green.css @@ -1,6 +1,6 @@ /* -// Gitpot Nightlight (Experimental) Theme based on the default Forgejo theme -// v0.0.16 +// Gitpot Lush Green (Experimental) Theme based on the default Forgejo theme +// 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: #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; --is-dark-theme: true; --color-primary: #F9774C;