mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
11 lines
182 B
JavaScript
11 lines
182 B
JavaScript
/**
|
|
* [Text]
|
|
Normal=#00FF00
|
|
Current=#FFFFFF
|
|
NormalBG=#000000
|
|
SelectedBG=#0000C6
|
|
Font=Arial
|
|
|
|
*/
|
|
export const WINAMP_NORMAL = "#00FF00";
|
|
export const WINAMP_SELECTED_BG = "#0000C6";
|