Skip to content

Commit

Permalink
Kurumi (Lycoris Recoil)
Browse files Browse the repository at this point in the history
  • Loading branch information
13atm01 committed Apr 4, 2024
1 parent e253d94 commit 4950cc5
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Kurumi/Kurumi/theme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Copyright (C) 2024 Andi Trisna Mukti - 13atm01
# GRUB2 gfxmenu Linux theme

# Global Property
title-text: ""
title-color: "#3ec6ae"
terminal-font: "Terminus Regular Bold 14"
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 14"
message-color: "#fd262e"

# Show the boot menu
+ boot_menu {
left = 35%-7
top = 30%-4
width = 50%-1
height = 60%
item_font = "Terminus Regular Bold 14"
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 = 27%+4
top = 95%-3
height = 30
width = 65%-6
font = "Terminus Regular 16"
id = "__timeout__"
text = "Automatically booting in %d seconds"
text_color = "#000000"
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 4950cc5

Please sign in to comment.