v0.8.02b
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.8.01b"
|
||||
#define VERSION "0.8.02b"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -307,6 +307,15 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#ifndef COLOR_DIVIDER
|
||||
#define COLOR_DIVIDER 165, 162, 132
|
||||
#endif
|
||||
#ifndef COLOR_PL_CURRENT
|
||||
#define COLOR_PL_CURRENT 0, 0, 0
|
||||
#endif
|
||||
#ifndef COLOR_PL_CURRENT_BG
|
||||
#define COLOR_PL_CURRENT_BG 231, 211, 90
|
||||
#endif
|
||||
#ifndef COLOR_PL_CURRENT_FILL
|
||||
#define COLOR_PL_CURRENT_FILL 231, 211, 90
|
||||
#endif
|
||||
#ifndef COLOR_PLAYLIST_0
|
||||
#define COLOR_PLAYLIST_0 115, 115, 115
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user