An ATproto social media client -- with an independent Appview.

feat: add temporary catppuccin palette

we will find a way to integrate whiskers eventually

serenity d1e3d083 49cba1f7

+28
+28
src/alf/catppuccin/palette.ts
··· 1 + export const mocha = { 2 + crust: '#11111b', 3 + mantle: '#181825', 4 + base: '#1e1e2e', 5 + surface0: '#313244', 6 + surface1: '#45475a', 7 + surface2: '#585b70', 8 + overlay0: '#6c7086', 9 + overlay1: '#7f849c', 10 + overlay2: '#9399b2', 11 + subtext0: '#a6adc8', 12 + subtext1: '#bac2de', 13 + text: '#cdd6f4', 14 + lavender: '#b4befe', 15 + blue: '#89b4fa', 16 + sapphire: '#74c7ec', 17 + sky: '#89dceb', 18 + teal: '#94e2d5', 19 + green: '#a6e3a1', 20 + yellow: '#f9e2af', 21 + peach: '#fab387', 22 + maroon: '#eba0ac', 23 + red: '#f38ba8', 24 + mauve: '#cba6f7', 25 + pink: '#f5c2e7', 26 + flamingo: '#f2cdcd', 27 + rosewater: '#f5e0dc', 28 + }