theme.txt 904 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # GRUB2 gfxmenu pop theme, based on Linux Vimix theme
  2. # Designed for any resolution
  3. # Global Property
  4. title-text: ""
  5. desktop-image: "background.png"
  6. desktop-image-scale-method: "stretch"
  7. desktop-color: "#282a36"
  8. terminal-font: "Unifont Regular 16"
  9. terminal-left: "0"
  10. terminal-top: "0"
  11. terminal-width: "100%"
  12. terminal-height: "100%"
  13. terminal-border: "0"
  14. # Logo image
  15. + image {
  16. left = 50%-50
  17. top = 50%-50
  18. file = "logo.png"
  19. }
  20. # Show the boot menu
  21. + boot_menu {
  22. left = 50%-240
  23. top = 60%
  24. width = 480
  25. height = 30%
  26. item_font = "Unifont Regular 16"
  27. item_color = "#f6f6f6"
  28. selected_item_color = "#f6f6f6"
  29. item_height = 32
  30. item_spacing = 24
  31. selected_item_pixmap_style = "select_*.png"
  32. }
  33. # Show a countdown message using the label component
  34. + label {
  35. top = 82%
  36. left = 35%
  37. width = 30%
  38. align = "center"
  39. id = "__timeout__"
  40. text = "Booting in %d seconds"
  41. color = "#f6f6f6"
  42. }