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.

Desaturate base colors

+8 -8
+8 -8
src/Applications/UI/Kit.elm
··· 20 20 21 21 22 22 colorKit = 23 - { base00 = rgb 47 30 46 24 - , base01 = rgb 65 50 63 25 - , base02 = rgb 79 66 76 26 - , base03 = rgb 119 110 113 27 - , base04 = rgb 141 134 135 28 - , base05 = rgb 163 158 155 29 - , base06 = rgb 185 182 176 30 - , base07 = rgb 231 233 219 23 + { base00 = rgb 45 45 45 24 + , base01 = rgb 63 63 63 25 + , base02 = rgb 79 79 79 26 + , base03 = rgb 119 119 119 27 + , base04 = rgb 140 140 140 28 + , base05 = rgb 163 163 163 29 + , base06 = rgb 186 186 186 30 + , base07 = rgb 232 232 232 31 31 , base08 = rgb 239 97 85 32 32 , base09 = rgb 249 155 21 33 33 , base0A = rgb 254 196 24