OR-1 dataflow CPU sketch
at main 22 lines 426 B view raw
1export const rp = { 2 base: "#191724", 3 surface: "#1f1d2e", 4 overlay: "#26233a", 5 muted: "#6e6a86", 6 subtle: "#908caa", 7 text: "#e0def4", 8 love: "#eb6f92", 9 gold: "#f6c177", 10 rose: "#ebbcba", 11 pine: "#31748f", 12 foam: "#9ccfd8", 13 iris: "#c4a7e7", 14 highlightLow: "#21202e", 15 highlightMed: "#403d52", 16 highlightHigh: "#524f67", 17} as const; 18 19export const rpMoon = { 20 rose: "#ea9a97", 21 pine: "#3e8fb0", 22} as const;