Darken nightlight theme luminance by -5
This commit is contained in:
parent
1269cbde8e
commit
9361749df1
1 changed files with 17 additions and 17 deletions
|
@ -11,23 +11,23 @@
|
|||
@import "../codemirror/dark.css";
|
||||
|
||||
:root {
|
||||
--steel-900: #1E1310;
|
||||
--steel-850: #211613;
|
||||
--steel-800: #261A17;
|
||||
--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: #D0B4AE;
|
||||
--steel-150: #E0C6C0;
|
||||
--steel-100: #F0D7D2;
|
||||
--steel-900: #0D0807;
|
||||
--steel-850: #100B09;
|
||||
--steel-800: #160F0D;
|
||||
--steel-750: #201613;
|
||||
--steel-700: #281D1A;
|
||||
--steel-650: #312320;
|
||||
--steel-600: #43312D;
|
||||
--steel-550: #513D39;
|
||||
--steel-500: #624C47;
|
||||
--steel-450: #725A55;
|
||||
--steel-400: #7F6761;
|
||||
--steel-350: #93736C;
|
||||
--steel-300: #A5857E;
|
||||
--steel-250: #B5948C;
|
||||
--steel-200: #C7A69E;
|
||||
--steel-150: #D8B8B0;
|
||||
--steel-100: #E9C6BE;
|
||||
|
||||
--is-dark-theme: true;
|
||||
--color-primary: #F9774C;
|
||||
|
|
Loading…
Reference in a new issue