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