diff options
Diffstat (limited to 'cdroot/boot/grub/themes/kogaion/theme.txt')
-rw-r--r-- | cdroot/boot/grub/themes/kogaion/theme.txt | 56 |
1 files changed, 25 insertions, 31 deletions
diff --git a/cdroot/boot/grub/themes/kogaion/theme.txt b/cdroot/boot/grub/themes/kogaion/theme.txt index 2243286..81680d4 100644 --- a/cdroot/boot/grub/themes/kogaion/theme.txt +++ b/cdroot/boot/grub/themes/kogaion/theme.txt @@ -1,6 +1,6 @@ # Default theme for GRUB2 # -# Copyright (C) 2011 Daniel Tschudi +# Copyright (C) 2016 Rogentos # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -21,27 +21,14 @@ # THE SOFTWARE. #general settings +title-text: "" #message-font: "Unifont Regular 16" #message-color: "#000" #message-bg-color: "#fff" terminal-box: "terminal_box_*.png" terminal-font: "Unifont Regular 16" -desktop-image: "kogaion.png" - -#progress bar -+ progress_bar { - id = "__timeout__" - left = 10% - top = 80% - height = 20 - width = 80% - font = "DejaVu Sans Regular 12" - text_color = "#000" - fg_color = "#fff" - bg_color = "#6ac" - border_color = "#fff" - text = "@TIMEOUT_NOTIFICATION_LONG@" -} +desktop-image: "background.png" +desktop-color: "#2c5aa0" #help bar at the bottom + label { @@ -49,10 +36,22 @@ desktop-image: "kogaion.png" left = 0 width = 100% height = 20 - text = "@KEYMAP_MIDDLE@" + text = "@KEYMAP_SHORT@" align = "center" - font = "DejaVu Sans Regular 10" - color = "#FFF" + font = "DejaVu Sans Regular 12" + color = "#ccc" +} + +# Show a countdown message using the label component ++ label { + top = 82% + left = 35% + width = 30% + align = "center" + id = "__timeout__" + text = "Booting in %d seconds" + color = "#ccc" + font = "Unifont Regular 16" } #boot menu @@ -62,19 +61,14 @@ desktop-image: "kogaion.png" top = 20% height = 50% item_font = "Unifont Regular 16" - item_color = "#fff" - selected_item_font = "Unifont Regular 16" - selected_item_color= "#0096ff" - selected_item_pixmap_style = "blob_*.png" - icon_height = 25 - icon_width = 25 + item_color = "#ccc" + selected_item_color= "#fff" + selected_item_pixmap_style = "select_*.png" item_height = 26 item_padding = 0 item_icon_space = 0 - item_spacing = 1 - scrollbar = true - scrollbar_width = 20 - scrollbar_thumb = "slider_*.png" - menu_pixmap_style = "boot_menu_*.png" + item_spacing = 12 +# icon_height = 25 +# icon_width = 25 } |