theme.txt 967 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Global properties
  2. title-text: ""
  3. desktop-image: "background.png"
  4. desktop-color: "#000000"
  5. terminal-font: "Unifont Regular 18"
  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 = 25%
  15. top = 60%
  16. width = 50%
  17. height = 40%
  18. item_font = "Unifont Regular 18"
  19. item_color = "#777777"
  20. selected_item_color = "#999999"
  21. item_height = 40
  22. item_spacing = 4
  23. item_pixmap_style = "item_*.png"
  24. selected_item_pixmap_style = "selected_item_*.png"
  25. }
  26. # Countdown message
  27. + label {
  28. left = 0
  29. top = 100%-48
  30. width = 100%
  31. align = "center"
  32. id = "__timeout__"
  33. text = "Booting in %d seconds"
  34. font = "Unifont Regular 18"
  35. }
  36. # Navigation keys hint
  37. + label {
  38. left = 0
  39. top = 100%-24
  40. width = 100%
  41. align = "center"
  42. text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
  43. color = "#777777"
  44. font = "Unifont Regular 18"
  45. }