theme.txt 852 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Main options
  2. title-text: ""
  3. desktop-image: "background.png"
  4. desktop-color: "#000000"
  5. terminal-font: "Terminus Regular 14"
  6. terminal-box: "terminal_box_*.png"
  7. terminal-left: "0"
  8. terminal-top: "0"
  9. terminal-width: "100%"
  10. terminal-height: "100%"
  11. terminal-border: "0"
  12. # Boot menu
  13. + boot_menu {
  14. left = 15%
  15. top = 40%
  16. width = 55%
  17. height = 65%
  18. item_font = "Ubuntu Regular 20"
  19. item_color = "#cccccc"
  20. selected_item_color = "#ffffff"
  21. icon_width = 36
  22. icon_height = 36
  23. item_icon_space = 20
  24. item_height = 40
  25. item_padding = 2
  26. item_spacing = 10
  27. selected_item_pixmap_style = "select_*.png"
  28. }
  29. # Countdown label
  30. # You can change the name of default starting OS here
  31. + label {
  32. left = 15%
  33. top = 31%
  34. align = "center"
  35. id = "__timeout__"
  36. text = "Selected OS will start in %d seconds"
  37. color = "#cccccc"
  38. font = "Ubuntu Regular 17"
  39. }