Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
copycat / usr / share / copycat / theme / theme.txt
Size: Mime:
# grub theme

desktop-color: "#000000"
desktop-image: "bootsplash.png"
title-text: ""
title-color: "#fff"
title-font: "DejaVu Sans Bold 14"

terminal-font: "Gnu Unifont Mono Regular 16"
+ image {
  width = 175
  height = 40
  left = 20
  top = 10
  file = "logo.png"
}

+ boot_menu {
  left = 25%
  top = 30%
  width = 48%
  height = 60%
  item_font = "DejaVu Sans Regular 12"
  item_color = "#fff"
  item_height = 32
  item_spacing = 2

  selected_item_font = "DejaVu Sans Regular 12"
  selected_item_color= "#ffffff"
  selected_item_pixmap_style = "select_*.png"
  icon_height = 0
  icon_width = 0

}

# Show a countdown message using the label component
+ label {
  top = 25%
  left = 32%
  width = 30%
  align = "center"
  id = "__timeout__"
  text = "Booting in %d seconds"
  color = "#cccccc"
  font = "DejaVu Sans Regular 12"  
}

+ hbox {
		top = 100%-35
		left = 20
		+ label {text = "E: Edit Entry     C: Console     Enter: Boot entry     ESC: Back" font = "DejaVu Sans Regular 12" color = "#ffffff" align = "left"}
}