A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

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

Change color of buttons on storage screen

+2 -1
+1 -1
src/Applications/UI/Kit.elm
··· 138 138 Filled -> 139 139 case buttonColor of 140 140 Accent -> 141 - [ C.bg_black_35 141 + [ C.bg_accent_btn 142 142 , C.border_transparent 143 143 , C.text_white_90 144 144 ]
+1
system/Css/Tailwind.js
··· 95 95 ...defaultTheme.colors, 96 96 ...colors, 97 97 98 + "accent-btn": "hsl(219, 20.2%, 38.8%)", 98 99 "accent-dark": "hsl(304.3, 9.6%, 71.4%)", 99 100 "accent-light": "hsl(228.4, 15.3%, 60.2%)", 100 101 "background": "rgb(2, 7, 14)",