38 lines
845 B
CSS
38 lines
845 B
CSS
/* Catppuccin Macchiato — official palette
|
|
https://github.com/catppuccin/catppuccin (dark) */
|
|
html[data-flavor="macchiato"] {
|
|
color-scheme: dark;
|
|
|
|
/* accents */
|
|
--rosewater: #f4dbd6;
|
|
--flamingo: #f0c6c6;
|
|
--pink: #f5bde6;
|
|
--accent-rgb: 245, 189, 230; /* live accent default = theme pink */
|
|
--mauve: #c6a0f6;
|
|
--red: #ed8796;
|
|
--maroon: #ee99a0;
|
|
--peach: #f5a97f;
|
|
--yellow: #eed49f;
|
|
--green: #a6da95;
|
|
--teal: #8bd5ca;
|
|
--sky: #91d7e3;
|
|
--saphire: #7dc4e4;
|
|
--blue: #8aadf4;
|
|
--lavender: #b7bdf8;
|
|
|
|
/* text */
|
|
--text: #cad3f5;
|
|
--subtext-1: #b8c0e0;
|
|
--subtext-0: #a5adcb;
|
|
--overlay-2: #939ab7;
|
|
--overlay-1: #8087a2;
|
|
--overlay-0: #6e738d;
|
|
|
|
/* surfaces + backgrounds */
|
|
--surface-2: #5b6078;
|
|
--surface-1: #494d64;
|
|
--surface-0: #363a4f;
|
|
--base: #24273a;
|
|
--mantle: #1e2030;
|
|
--crust: #181926;
|
|
} |