this is better tbh

This commit is contained in:
endernon 2025-01-19 21:51:21 +00:00
parent 521244d485
commit 1e3a0f1659

View file

@ -1,23 +1,23 @@
@import "../chroma/dark.css";
@import "../codemirror/dark.css";
:root {
--steel-900: #17101d;
--steel-850: #24192d;
--steel-800: #31223e;
--steel-750: #3e2b4e;
--steel-700: #4b345f;
--steel-650: #583d6f;
--steel-600: #654680;
--steel-550: #724f90;
--steel-500: #7f59a0;
--steel-450: #8c67ab;
--steel-400: #9878b4;
--steel-350: #a588bd;
--steel-300: #b199c6;
--steel-250: #bea9d0;
--steel-200: #cab9d9;
--steel-150: #d7cae2;
--steel-100: #e3daeb;
--steel-900: #1a0d2b;
--steel-850: #23123b;
--steel-800: #2d164a;
--steel-750: #361b5a;
--steel-700: #40206a;
--steel-650: #492579;
--steel-600: #532989;
--steel-550: #5c2e99;
--steel-500: #6633a8;
--steel-450: #6f38b8;
--steel-400: #793fc5;
--steel-350: #844fca;
--steel-300: #8f5ece;
--steel-250: #9a6ed3;
--steel-200: #b08ddd;
--steel-150: #c6ade6;
--steel-100: #dbccf0;
--is-dark-theme: true;
--color-primary: #7c3bed;
--color-primary-contrast: #000000;
@ -212,7 +212,7 @@
--color-shadow: #00000060;
--color-secondary-bg: var(--steel-700);
--color-text-focus: #fff;
--color-expand-button: #3c404d;
--color-expand-button: #453c4d;
--color-placeholder-text: var(--steel-450);
--color-editor-line-highlight: var(--steel-700);
--color-project-board-bg: var(--color-secondary-light-3);