| 
 | 
theme用的楼主的  
 
 
# openSUSE grub2 theme 
 
desktop-image: "back.jpg" 
 
title-text: "" 
 
terminal-box: "terminal_box_*.png" 
terminal-font: "Gnu Unifont Mono Regular 16" 
 
+ boot_menu { 
  left = 18% 
  width = 28% 
  top = 20% 
  height = 48%         
 
  item_font = "ziti" 
  item_color = "white" 
  item_height = 32 
  item_icon_space = 8 
  item_spacing = 2 
 
  selected_item_font = "DejaVu Sans Bold 14" 
  selected_item_color= "yellow" 
  selected_item_pixmap_style = "select_*.png" 
 
  icon_height = 28 
  icon_width = 18 
 
  scrollbar = true 
  scrollbar_width = 20 
  scrollbar_thumb = "slider_*.png" 
} 
 
+ progress_bar { 
  id = "__timeout__" 
 
  left = 0% 
  width = 0% 
  top = 0% 
  height = 0 
 
  font = "DejaVu Sans Regular 12" 
 
  text_color = "black" 
  fg_color = "black" 
 
  bg_color = "black" 
  border_color = "black" 
 
  # instead of the above colors, use pixmaps 
  # bar_style = "" 
  # highlight_style = "" 
 
  text = "" 
} 
 |   
 
 
 
 |