mirror of
https://github.com/Clortox/dashboard.git
synced 2026-03-27 03:28:00 +00:00
Improve background of plex panel
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 472 KiB After Width: | Height: | Size: 357 KiB |
@@ -28,10 +28,10 @@ namespace dashboard::panel {
|
|||||||
constexpr size_t PLEX_UPDATE_INTERVAL = 15000;
|
constexpr size_t PLEX_UPDATE_INTERVAL = 15000;
|
||||||
|
|
||||||
//Color for background bounding boxes
|
//Color for background bounding boxes
|
||||||
constexpr uint8_t PLEX_BGBOX_RED = 0xD3;
|
constexpr uint8_t PLEX_BGBOX_RED = 0x66;
|
||||||
constexpr uint8_t PLEX_BGBOX_GREEN = 0xD3;
|
constexpr uint8_t PLEX_BGBOX_GREEN = 0x66;
|
||||||
constexpr uint8_t PLEX_BGBOX_BLUE = 0xD3;
|
constexpr uint8_t PLEX_BGBOX_BLUE = 0x66;
|
||||||
constexpr uint8_t PLEX_BGBOX_ALPHA = 0x7F;
|
constexpr uint8_t PLEX_BGBOX_ALPHA = 0x99;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user