Advertisement
joebodo

config.autumn.theme

Nov 23rd, 2016
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. -- Copy to /config/ui.theme to enable
  2. {
  3.   Button = {
  4.     backgroundFocusColor = colors.orange,
  5.     focusIndicator = '*',
  6.   },
  7.   Grid = {
  8.     textColor = colors.white,
  9.     backgroundColor = colors.gray,
  10.     textSelectedColor = colors.black,
  11.     backgroundSelectedColor = colors.orange,
  12.     headerBackgroundColor = colors.yellow,
  13.     headerTextColor = colors.black,
  14.     unfocusedTextSelectedColor = colors.yellow,
  15.     focusIndicator = '*',
  16.   },
  17.   GridLayout = {
  18.     textColor = colors.white,
  19.     backgroundColor = colors.black,
  20.   },
  21.   MenuBar = {
  22.     backgroundColor = colors.lightGray,
  23.   },
  24.   StatusBar = {
  25.     textColor = colors.brown,
  26.     backgroundColor = colors.lightGray,
  27.   },
  28.   TabBar = {
  29.     selectedBackgroundColor = colors.brown,
  30.     focusBackgroundColor = colors.green,
  31.   },
  32.   TitleBar = {
  33.     backgroundColor = colors.brown,
  34.   },
  35.   ViewportWindow = {
  36.     backgroundColor = colors.brown,
  37.   },
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement