Revert to campfire

This commit is contained in:
Sangelo 2024-01-16 09:46:51 +01:00
parent b64c4b9ab1
commit 3148db9b78

View file

@ -1,6 +1,6 @@
/* /*
// Gitpot Lush Green (Experimental) Theme based on the default Forgejo theme // Gitpot Campfire (Experimental) Theme based on the default Forgejo theme
// v0.0.17 // v0.0.16
// https://codeberg.org/forgejo/forgejo/src/branch/forgejo/web_src/css/themes/theme-forgejo-dark.css // https://codeberg.org/forgejo/forgejo/src/branch/forgejo/web_src/css/themes/theme-forgejo-dark.css
// Copyright (c) 2022 The Forgejo Authors // Copyright (c) 2022 The Forgejo Authors
@ -11,23 +11,23 @@
@import "../codemirror/dark.css"; @import "../codemirror/dark.css";
:root { :root {
--steel-900: #0B0E0C; --steel-900: #0E0C0B;
--steel-850: #0D1710; --steel-850: #170F0D;
--steel-800: #111D15; --steel-800: #1D1311;
--steel-750: #1D2F23; --steel-750: #2F201D;
--steel-700: #24382B; --steel-700: #382824;
--steel-650: #2B4233; --steel-650: #422F2B;
--steel-600: #375140; --steel-600: #513C37;
--steel-550: #44614E; --steel-550: #614944;
--steel-500: #51705C; --steel-500: #705751;
--steel-450: #5F806B; --steel-450: #80655F;
--steel-400: #6D8F79; --steel-400: #8F736D;
--steel-350: #7C9F88; --steel-350: #9F827C;
--steel-300: #8CAF98; --steel-300: #AF928C;
--steel-250: #9DC0A9; --steel-250: #C0A39D;
--steel-200: #C4DECD; --steel-200: #dec9c4;
--steel-150: #D4ECDC; --steel-150: #ecd8d4;
--steel-100: #F3F3F3; --steel-100: #f3f3f3;
--is-dark-theme: true; --is-dark-theme: true;
--color-primary: #F9774C; --color-primary: #F9774C;