Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Copy to /config/ui.theme to enable
- {
- Button = {
- backgroundFocusColor = colors.orange,
- focusIndicator = '*',
- },
- Grid = {
- textColor = colors.white,
- backgroundColor = colors.gray,
- textSelectedColor = colors.black,
- backgroundSelectedColor = colors.orange,
- headerBackgroundColor = colors.yellow,
- headerTextColor = colors.black,
- unfocusedTextSelectedColor = colors.yellow,
- focusIndicator = '*',
- },
- GridLayout = {
- textColor = colors.white,
- backgroundColor = colors.black,
- },
- MenuBar = {
- backgroundColor = colors.lightGray,
- },
- StatusBar = {
- textColor = colors.brown,
- backgroundColor = colors.lightGray,
- },
- TabBar = {
- selectedBackgroundColor = colors.brown,
- focusBackgroundColor = colors.green,
- },
- TitleBar = {
- backgroundColor = colors.brown,
- },
- ViewportWindow = {
- backgroundColor = colors.brown,
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement