60 lines
1.6 KiB
CSS
60 lines
1.6 KiB
CSS
/* semantic color variables for this project */
|
|
:root {
|
|
--cat-rosewater: #dc8a78;
|
|
--cat-flamingo: #dd7878;
|
|
--cat-pink: #ea76cb;
|
|
--cat-mauve: #8839ef;
|
|
--cat-red: #d20f39;
|
|
--cat-maroon: #e64553;
|
|
--cat-peach: #fe640b;
|
|
--cat-yellow: #df8e1d;
|
|
--cat-green: #40a02b;
|
|
--cat-teal: #179299;
|
|
--cat-sky: #04a5e5;
|
|
--cat-sapphire: #209fb5;
|
|
--cat-blue: #1e66f5;
|
|
--cat-lavender: #7287fd;
|
|
--cat-text: #4c4f69;
|
|
--cat-subtext1: #5c5f77;
|
|
--cat-subtext0: #6c6f85;
|
|
--cat-overlay2: #7c7f93;
|
|
--cat-overlay1: #8c8fa1;
|
|
--cat-overlay0: #9ca0b0;
|
|
--cat-surface2: #acb0be;
|
|
--cat-surface1: #bcc0cc;
|
|
--cat-surface0: #ccd0da;
|
|
--cat-base: #eff1f5;
|
|
--cat-mantle: #e6e9ef;
|
|
--cat-crust: #dce0e8;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--cat-rosewater: #f5e0dc;
|
|
--cat-flamingo: #f2cdcd;
|
|
--cat-pink: #f5c2e7;
|
|
--cat-mauve: #cba6f7;
|
|
--cat-red: #f38ba8;
|
|
--cat-maroon: #eba0ac;
|
|
--cat-peach: #fab387;
|
|
--cat-yellow: #f9e2af;
|
|
--cat-green: #a6e3a1;
|
|
--cat-teal: #94e2d5;
|
|
--cat-sky: #89dceb;
|
|
--cat-sapphire: #74c7ec;
|
|
--cat-blue: #89b4fa;
|
|
--cat-lavender: #b4befe;
|
|
--cat-text: #cdd6f4;
|
|
--cat-subtext1: #bac2de;
|
|
--cat-subtext0: #a6adc8;
|
|
--cat-overlay2: #9399b2;
|
|
--cat-overlay1: #7f849c;
|
|
--cat-overlay0: #6c7086;
|
|
--cat-surface2: #585b70;
|
|
--cat-surface1: #45475a;
|
|
--cat-surface0: #313244;
|
|
--cat-base: #1e1e2e;
|
|
--cat-mantle: #181825;
|
|
--cat-crust: #11111b;
|
|
}
|
|
} |