diff --git a/spotiplayer_pi/config.yaml b/spotiplayer_pi/config.yaml index 49718a9..84519bf 100644 --- a/spotiplayer_pi/config.yaml +++ b/spotiplayer_pi/config.yaml @@ -6,7 +6,7 @@ refresh_interval: 0.4 # (float) number of seconds in-between progress bar ref # Set Color Theme color_theme: - text: [255, 255, 255] # [R, G, B] All text components - bar_outline: [255, 255, 255] # [R, G, B] Bar Outline - bar_inside: [30, 215, 96] # [R, G, B] Bar in-fill - background: [25, 20, 20] # [R, G, B] Background + text: [253, 238, 216] # [R, G, B] All text components + bar_outline: [16, 81, 86] # [R, G, B] Bar in-fill + bar_inside: [148, 191, 136] # [R, G, B] Bar in-fill + background: [13, 19, 33] # [R, G, B] Background