theme.txt 998 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # GRUB2 gfxmenu Linux theme
  2. # Designed for any resolution
  3. # Global Property
  4. title-text: ""
  5. desktop-image: "background.jpg"
  6. desktop-color: "#000000"
  7. terminal-font: "Terminus Regular 14"
  8. terminal-box: "terminal_box_*.png"
  9. terminal-left: "0"
  10. terminal-top: "0"
  11. terminal-width: "100%"
  12. terminal-height: "100%"
  13. terminal-border: "0"
  14. # Show the boot menu
  15. + boot_menu {
  16. left = 30%
  17. top = 30%
  18. width = 40%
  19. height = 40%
  20. item_font = "Unifont Regular 16"
  21. item_color = "#cccccc"
  22. selected_item_color = "#ffffff"
  23. icon_width = 32
  24. icon_height = 32
  25. item_icon_space = 20
  26. item_height = 36
  27. item_padding = 5
  28. item_spacing = 10
  29. selected_item_pixmap_style = "select_*.png"
  30. }
  31. + image {
  32. top = 100%-50
  33. left = 50%-240
  34. width = 480
  35. height = 42
  36. file = "info.png"
  37. }
  38. # Show a countdown message using the label component
  39. + label {
  40. top = 82%
  41. left = 32%
  42. width = 36%
  43. align = "center"
  44. id = "__timeout__"
  45. text = "Booting in %d seconds"
  46. color = "#cccccc"
  47. font = "Unifont Regular 16"
  48. }