Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

prompt: brighter git version button text + fix TextButtonSmall right padding

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

+3 -3
+2 -2
system/public/aesthetic.computer/disks/prompt.mjs
··· 6807 6807 ? [ 6808 6808 [35, 42, 50, 160], // fill: brighter blue/gray on hover 6809 6809 [70, 84, 100, 180], // outline: much brighter blue/gray 6810 - 180, // text alpha brighter 6810 + 255, // text alpha brighter 6811 6811 [35, 42, 50, 160] 6812 6812 ] 6813 6813 : [ 6814 6814 [20, 25, 30, 128], // fill: dark blue/gray (up-to-date) 6815 6815 [40, 50, 60, 128], // outline: lighter blue/gray 6816 - 200, // text alpha 6816 + 255, // text alpha 6817 6817 [20, 25, 30, 128] 6818 6818 ]; 6819 6819 commitBtn.paint($, colors);
+1 -1
system/public/aesthetic.computer/lib/ui.mjs
··· 1031 1031 #cw = 4; 1032 1032 #ch = 7; 1033 1033 #padL = 2; // Left padding 1034 - #padR = 1; // Right padding 1034 + #padR = 2; // Right padding 1035 1035 #padY = 2; // Vertical padding 1036 1036 #offset; 1037 1037