Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

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

gpui: update styles

+3 -3
+1 -1
gpui/src/ui/startup_gate.rs
··· 302 302 .rounded_lg() 303 303 .text_sm() 304 304 .font_weight(FontWeight(500.0)) 305 - .text_color(gpui::rgb(0x0F1117)) 305 + .text_color(gpui::rgb(0xFFFFFF)) 306 306 .bg(gpui::rgb(0x6F00FF)) 307 307 .cursor_pointer() 308 308 .hover(|this| this.bg(gpui::rgb(0x5A00D6)))
+2 -2
gpui/src/ui/theme.rs
··· 82 82 switcher_active: rgb(0x6F00FF), 83 83 switcher_text: rgba(0xFFFFFFCC), 84 84 switcher_text_hover: rgb(0xFFFFFF), 85 - switcher_text_active: rgb(0x0F1117), 85 + switcher_text_active: rgb(0xFFFFFF), 86 86 87 87 player_bg: rgb(0x0F1117), 88 88 player_title_text: rgb(0xFFFFFF), ··· 98 98 99 99 player_play_pause_bg: rgb(0x6F00FF), 100 100 player_play_pause_hover: rgba(0x6F00FFE6), 101 - player_play_pause_text: rgb(0x0F1117), 101 + player_play_pause_text: rgb(0xFFFFFF), 102 102 103 103 queue_bg: rgb(0x0F1117), 104 104 queue_heading_text: rgb(0xFFFFFF),