theme.txt 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # GRUB2 gfxmenu Linux Vimix theme
  2. # Designed for any resolution
  3. # Global Property
  4. title-text: ""
  5. desktop-image: "background.jpeg"
  6. desktop-color: "#000000"
  7. terminal-font: "Unifont Regular 16"
  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 = 45%
  19. height = 60%
  20. item_font = "Unifont Regular 16"
  21. item_color = "#cccccc"
  22. selected_item_color = "#ffffff"
  23. item_height = 24
  24. item_spacing = 12
  25. selected_item_pixmap_style = "select_*.png"
  26. }
  27. # Show a countdown message using the label component
  28. + label {
  29. top = 82%
  30. left = 35%
  31. width = 30%
  32. align = "center"
  33. id = "__timeout__"
  34. text = "Booting in %d seconds"
  35. color = "#cccccc"
  36. font = "Unifont Regular 16"
  37. }