[e+c] Experiment with less saturated colors and less contrast

This commit is contained in:
Sangelo 2024-03-19 16:31:18 +01:00
parent 3387727b43
commit a6688b3a2f

View file

@ -1,6 +1,6 @@
/* /*
// Gitpot Campfire (Experimental) Theme based on the default Forgejo theme // 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 // 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: #0E0C0B; --steel-900: #16100E;
--steel-850: #170F0D; --steel-850: #1C1412;
--steel-800: #1D1311; --steel-800: #221816;
--steel-750: #2F201D; --steel-750: #2E211E;
--steel-700: #382824; --steel-700: #362926;
--steel-650: #422F2B; --steel-650: #40302D;
--steel-600: #513C37; --steel-600: #4E3E3A;
--steel-550: #614944; --steel-550: #5E4B47;
--steel-500: #705751; --steel-500: #6C5955;
--steel-450: #80655F; --steel-450: #7C6863;
--steel-400: #8F736D; --steel-400: #897773;
--steel-350: #9F827C; --steel-350: #9A8581;
--steel-300: #AF928C; --steel-300: #AB9590;
--steel-250: #C0A39D; --steel-250: #BDA5A0;
--steel-200: #dec9c4; --steel-200: #DCCAC6;
--steel-150: #ecd8d4; --steel-150: #EBD9D5;
--steel-100: #f3f3f3; --steel-100: #F3F3F3;
--is-dark-theme: true; --is-dark-theme: true;
--color-primary: #F9774C; --color-primary: #F9774C;