Darken nightlight theme luminance by -5

This commit is contained in:
Sangelo 2024-01-15 13:32:10 +01:00
parent 1269cbde8e
commit 9361749df1

View file

@ -11,23 +11,23 @@
@import "../codemirror/dark.css"; @import "../codemirror/dark.css";
:root { :root {
--steel-900: #1E1310; --steel-900: #0D0807;
--steel-850: #211613; --steel-850: #100B09;
--steel-800: #261A17; --steel-800: #160F0D;
--steel-750: #2F201D; --steel-750: #201613;
--steel-700: #382824; --steel-700: #281D1A;
--steel-650: #422F2B; --steel-650: #312320;
--steel-600: #513C37; --steel-600: #43312D;
--steel-550: #614944; --steel-550: #513D39;
--steel-500: #705751; --steel-500: #624C47;
--steel-450: #80655F; --steel-450: #725A55;
--steel-400: #8F736D; --steel-400: #7F6761;
--steel-350: #9F827C; --steel-350: #93736C;
--steel-300: #AF928C; --steel-300: #A5857E;
--steel-250: #C0A39D; --steel-250: #B5948C;
--steel-200: #D0B4AE; --steel-200: #C7A69E;
--steel-150: #E0C6C0; --steel-150: #D8B8B0;
--steel-100: #F0D7D2; --steel-100: #E9C6BE;
--is-dark-theme: true; --is-dark-theme: true;
--color-primary: #F9774C; --color-primary: #F9774C;