Skip to content

Commit

Permalink
Leonardo da Vinci
Browse files Browse the repository at this point in the history
  • Loading branch information
13atm01 committed Aug 13, 2022
1 parent 6cc880f commit 6acd722
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Leonardo da Vinci/Vinci/theme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Copyright (C) 2022 Andi Trisna Mukti - 13atm01
# GRUB2 gfxmenu Linux theme

# Global Property
title-text: ""
title-color: "#3ec6ae"
terminal-font: "Terminus Regular Bold 16"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
desktop-image: "background.png"
desktop-color: "#fba8c2"
message-font: "Terminus Regular Bold 16"
message-color: "#fd262e"

# Show the boot menu
+ boot_menu {
left = 36%+8
top = 33%+1
width = 52%
height = 58%
item_font = "Terminus Regular Bold 16"
item_color = "#000000"
selected_item_color = "#ffffff"
icon_width = 32
icon_height = 32
item_icon_space = 20
item_height = 36
item_padding = 5
item_spacing = 10
selected_item_pixmap_style = "select_*.png"
}

# Show progress
+ progress_bar {
left = 30%+1
top = 92%
height = 30
width = 65%-2
font = "Terminus Regular 16"
id = "__timeout__"
text = "Automatically booting in %d seconds"
text_color = "gainsboro"
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
show_text = true
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
}

0 comments on commit 6acd722

Please sign in to comment.