theme.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Default theme for GRUB2
  2. #
  3. # Copyright (C) 2011 Daniel Tschudi
  4. #
  5. # Permission is hereby granted, free of charge, to any person obtaining a copy
  6. # of this software and associated documentation files (the "Software"), to deal
  7. # in the Software without restriction, including without limitation the rights
  8. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. # copies of the Software, and to permit persons to whom the Software is
  10. # furnished to do so, subject to the following conditions:
  11. #
  12. # The above copyright notice and this permission notice shall be included in
  13. # all copies or substantial portions of the Software.
  14. #
  15. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  18. # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20. # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  21. # THE SOFTWARE.
  22. #general settings
  23. message-font: "DejaVu Sans Regular 12"
  24. message-color: "#000"
  25. message-bg-color: "#fff"
  26. terminal-box: "terminal_box_*.png"
  27. terminal-font: "DejaVu Sans Regular 12"
  28. desktop-image: "starfield.png"
  29. #help bar at the bottom
  30. + label {
  31. top = 100%-25
  32. left = 0
  33. width = 100%
  34. height = 20
  35. text = "@KEYMAP_MIDDLE@"
  36. align = "center"
  37. font = "DejaVu Sans Regular 10"
  38. color = "#FFF"
  39. }
  40. #boot menu
  41. + boot_menu {
  42. left = 10%
  43. width = 80%
  44. top = 20%
  45. height = 50%
  46. item_font = "DejaVu Sans Regular 12"
  47. item_color = "#000"
  48. selected_item_font = "DejaVu Sans Bold 14"
  49. selected_item_color= "#000"
  50. selected_item_pixmap_style = "blob_*.png"
  51. icon_height = 25
  52. icon_width = 25
  53. item_height = 26
  54. item_padding = 0
  55. item_icon_space = 0
  56. item_spacing = 1
  57. scrollbar = true
  58. scrollbar_width = 20
  59. scrollbar_thumb = "slider_*.png"
  60. menu_pixmap_style = "boot_menu_*.png"
  61. }
  62. #progress bar
  63. + progress_bar {
  64. id = "__timeout__"
  65. left = 15%
  66. top = 80%
  67. height = 20
  68. width = 70%
  69. font = "DejaVu Sans Regular 12"
  70. text_color = "#000"
  71. fg_color = "#fff"
  72. bg_color = "#6ac"
  73. border_color = "#fff"
  74. text = "@TIMEOUT_NOTIFICATION_LONG@"
  75. }