diff --git a/img/plex_background.jpg b/img/plex_background.jpg index 5af4534..9321766 100644 Binary files a/img/plex_background.jpg and b/img/plex_background.jpg differ diff --git a/src/panel/plex_config.hpp b/src/panel/plex_config.hpp index 152f483..c83a0f4 100644 --- a/src/panel/plex_config.hpp +++ b/src/panel/plex_config.hpp @@ -28,10 +28,10 @@ namespace dashboard::panel { constexpr size_t PLEX_UPDATE_INTERVAL = 15000; //Color for background bounding boxes - constexpr uint8_t PLEX_BGBOX_RED = 0xD3; - constexpr uint8_t PLEX_BGBOX_GREEN = 0xD3; - constexpr uint8_t PLEX_BGBOX_BLUE = 0xD3; - constexpr uint8_t PLEX_BGBOX_ALPHA = 0x7F; + constexpr uint8_t PLEX_BGBOX_RED = 0x66; + constexpr uint8_t PLEX_BGBOX_GREEN = 0x66; + constexpr uint8_t PLEX_BGBOX_BLUE = 0x66; + constexpr uint8_t PLEX_BGBOX_ALPHA = 0x99; }