Last active 1732649542

jcrabapple's Avatar jcrabapple revised this gist 1732649542. Go to revision

1 file changed, 47 insertions

catppuccin_mocha.css(file created)

@@ -0,0 +1,47 @@
1 + :root {
2 + /* Catppuccin Mocha Palette */
3 + --rosewater: #f5e0dc; /* Rosewater */
4 + --flamingo: #f2cdcd; /* Flamingo */
5 + --pink: #f5c2e7; /* Pink */
6 + --mauve: #cba6f7; /* Mauve */
7 + --red: #f38ba8; /* Red */
8 + --maroon: #eba0ac; /* Maroon */
9 + --peach: #fab387; /* Peach */
10 + --yellow: #f9e2af; /* Yellow */
11 + --green: #a6e3a1; /* Green */
12 + --teal: #94e2d5; /* Teal */
13 + --sky: #89dceb; /* Sky */
14 + --sapphire: #74c7ec; /* Sapphire */
15 + --blue: #89b4fa; /* Blue */
16 + --lavender: #b4befe; /* Lavender */
17 +
18 + /* Text and Subtext Colors */
19 + --text: #cdd6f4; /* Text Color */
20 + --subtext1: #bac2de; /* Subtext1 */
21 + --subtext0: #a6adc8; /* Subtext0 */
22 +
23 + /* Overlay Colors */
24 + --overlay2: #9399b2; /* Overlay2 */
25 + --overlay1: #7f849c; /* Overlay1 */
26 + --overlay0: #6c7086; /* Overlay0 */
27 +
28 + /* Surface Colors */
29 + --surface2: #585b70; /* Surface2 */
30 + --surface1: #45475a; /* Surface1 */
31 + --surface0: #313244; /* Surface0 */
32 +
33 + /* Base Colors */
34 + --base: #1e1e2e; /* Base Color */
35 + --mantle: #181825; /* Mantle Color */
36 + --crust: #11111b; /* Crust Color */
37 +
38 + /* Interactive Elements */
39 + --accent: #f5c2e7; /* Accent or highlights */
40 + --button-bg: #f28fad; /* Button background */
41 + --button-hover-bg: #b4befe; /* Button hover background */
42 + --input-bg: #313244; /* Input background */
43 + --input-placeholder: #8caaee; /* Input placeholder color */
44 +
45 + /* Border Color */
46 + --border: #585b70;
47 + }
Newer Older