theme.txt 904 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # GRUB2 gfxmenu Linux theme
  2. # Designed for any resolution
  3. # Global Property
  4. title-text: ""
  5. desktop-image: "background.png"
  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 = 60%
  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. # Show a countdown message using the label component
  32. + label {
  33. top = 82%
  34. left = 32%
  35. width = 30%
  36. align = "center"
  37. id = "__timeout__"
  38. text = "Booting in %d seconds"
  39. color = "#cccccc"
  40. font = "Unifont Regular 16"
  41. }