Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

blank: subtle purple-tinted background in both light and dark mode

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
system/public/aesthetic.computer/disks/blank.mjs
··· 87 87 const h = screen.height; 88 88 89 89 // Theme colors 90 - const bg = isDark ? [12, 12, 14] : [245, 243, 240]; 90 + const bg = isDark ? [14, 12, 20] : [232, 228, 238]; 91 91 const fg = isDark ? 255 : 20; 92 92 const fgDim = isDark ? 120 : 100; 93 93