From 12566d7fe81f25600a08bcc2958d0b431a21095b Mon Sep 17 00:00:00 2001 From: barry Date: Fri, 10 Jan 2025 23:39:09 +0100 Subject: [PATCH] new color theme --- spotiplayer_pi/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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