Advertisement
CrazedProgrammer

dark theme (wave-amp)

Dec 18th, 2016
3,478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.67 KB | None | 0 0
  1. {
  2.     topBar = colors.black,
  3.     topBarTitle = colors.lime,
  4.     topBarOption = colors.green,
  5.     topBarOptionSelected = colors.gray,
  6.     topBarClose = colors.white,
  7.     song = colors.lightGray,
  8.     songBackground = colors.gray,
  9.     songSelected = colors.lightGray,
  10.     songSelectedBackground = colors.black,
  11.     scrollBackground = colors.gray,
  12.     scrollBar = colors.lightGray,
  13.     scrollButton = colors.white,
  14.     visualiserBar = colors.lime,
  15.     visualiserBackground = colors.green,
  16.     progressTime = colors.white,
  17.     progressBackground = colors.gray,
  18.     progressLine = colors.lightGray,
  19.     progressNub = colors.lime,
  20.     progressNubBackground = colors.gray,
  21.     progressNubChar = "o",
  22.     progressButton = colors.white
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement