theme.txt~ 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Masalla GRUB theme
  2. # by hayder majed ,hayder ctee < cteehayder [at] gmail [dot] com >
  3. #
  4. # This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
  5. #
  6. desktop-image: "background.png"
  7. title-text: "Boot options"
  8. title-font: "StoutDeco22"
  9. title-color: "#fcfcfc"
  10. message-font: "StoutDeco20"
  11. message-color: "#fcfcfc"
  12. terminal-font: "StoutDeco16"
  13. terminal-box: "terminal_*.png"
  14. + boot_menu {
  15. left = 13%
  16. width = 75%
  17. top = 35%
  18. height = 30%
  19. menu_pixmap_style = "boot_menu_*.png"
  20. item_font = "StoutDeco22"
  21. item_color = "#31363b"
  22. item_height = 44
  23. item_icon_space = 8
  24. item_spacing = 2
  25. selected_item_font = "StoutDeco22"
  26. selected_item_color= "#fcfcfc"
  27. selected_item_pixmap_style = "select_*.png"
  28. icon_height = 44
  29. icon_width = 44
  30. scrollbar = true
  31. scrollbar_width = 20
  32. scrollbar_thumb = "slider_*.png"
  33. }
  34. + progress_bar {
  35. id = "__timeout__"
  36. left = 13%
  37. width = 75%
  38. top = 85%
  39. height = 16
  40. show_text = false
  41. font = "StoutDeco16"
  42. text_color = "#fcfcfc"
  43. text = "@TIMEOUT_NOTIFICATION_LONG@"
  44. bar_style = "progress_bar.png"
  45. highlight_style = "progress_dot_*.png"
  46. }