Advertisement
YellowAfterlife

LDLS - theme extension

May 26th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. !theme.load "light" ' base theme
  2. !theme.set 0 $888888 ' background
  3. !theme.set 1 $e7e7e7 ' button face
  4. !theme.set 2 $dddddd ' button down
  5. !theme.set 3 $000000 ' input text
  6. !theme.set 4 $444444 ' label text
  7. !theme.set 5 $f7f7f7 ' panel face
  8. !theme.set 6 $e7e7e7 ' progressbar (unused)
  9. !theme.set 7 $ffffff ' text background
  10. !theme.set 8 $fcfcfc ' list default
  11. !theme.set 9 $fafafa ' list alternate
  12. !theme.set 10 $e0e0e0 ' list selected
  13. !theme.set 11 $e7e7e7 ' list hover
  14. !theme.apply ' apply theme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement