Upload files to "ventoy/themes/FractalSwamp"

This commit is contained in:
Kitten (like a small cat.) 2024-01-26 18:07:04 -05:00
parent 4c4e936b5f
commit 00230e8181
5 changed files with 103 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

View file

@ -0,0 +1,103 @@
desktop-image: "bgnd_1024x768.png"
title-text: "Updated 1/25/24"
title-color: "#a6e3a1"
title-font: "Unifont Regular 16"
terminal-box: "terminal_*.png"
terminal-font: "Unifont Regular 16"
menu-tip-left: "33%"
menu-tip-top: "63%"
menu-tip-color: "#a6e3a1"
+ boot_menu {
visible = true
left = 15
top = 40%-102
width = 400
height = 271
menu_pixmap_style = "menu_*.png"
scrollbar = true
scrollbar_width = 4
scrollbar_frame = "scr_frame_*.png"
scrollbar_thumb = "slider_*.png"
item_font = "Unifont Regular 16"
item_color = "#a6da95"
selected_item_font = "Unifont Regular 16"
selected_item_color= "#00FF00"
selected_item_pixmap_style = "select_*.png"
item_height = 15
item_padding = 4
item_spacing = 3
item_icon_space = 0
icon_width = 0
icon_height = 0
}
+ progress_bar {
visible = true
id = "__timeout__"
left = 10
top = 50%+104
height = 30
width = 400
font = "Unifont Regular 16"
text_color = "#00FF00"
fg_color = "#000000"
bg_color = "#67AC68"
border_color = "#67AC68"
text = "@TIMEOUT_NOTIFICATION_SHORT@"
bar_style = "progress_border_*.png"
highlight_style = "progress_bar_*.png"
}
+ label {
top = 75%
left = 50%
width = 100%
height = 25
text = ""
align = "center"
font = "Unifont Regular 16"
color = "#a6e3a1"
}
+ hbox{
left = 30%
top = 95%
width = 10%
height = 25
+ label {text = "@VTOY_HOTKEY_TIP@" color = "green" align = "left"}
}
+ hbox{
left = 30%
top = 95%-25
width = 10%
height = 25
+ label {text = "@VTOY_MEM_DISK@" color = "green" align = "left"}
}
+ hbox{
left = 30%
top = 95%-50
width = 10%
height = 25
+ label {text = "@VTOY_ISO_RAW@" color = "green" align = "left"}
}
+ hbox{
left = 30%+200
top = 95%-50
width = 10%
height = 25
+ label {text = "@VTOY_GRUB2_MODE@" color = "green" align = "left"}
}
+ hbox{
left = 90%
top = 55
width = 10%
height = 25
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "green" align = "left"}
}