-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b824b1
commit 3831dc7
Showing
122 changed files
with
367 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# ventoy_theme | ||
Ventoy theme | Ventoy主题 | ||
# Ventoy_theme | ||
个人制作 Ventoy 主题,在 MIT License 下可以自由使用 | ||
|
||
主题预览可参考各文件夹内 `background.png` 文件 | ||
|
||
### 使用方法 | ||
|
||
复制主题文件夹和 `ventoy.json` 文件到 Ventoy U盘的 `ventoy` 目录下,修改 `ventoy.json` 文件第 9 行,改为类似如下形式: | ||
|
||
```json | ||
"file": "/ventoy/lv69/theme.txt", | ||
``` | ||
|
||
(替换“lv69”为你下载主题的文件夹名称,如 `hamidashi_asumi`) | ||
|
||
如果需要调整分辨率适应显示器分辨率,请修改 `ventoy.json` 文件第 10 行: | ||
|
||
```json | ||
"gfxmode": "1920x1080", | ||
``` | ||
|
||
`1920x1080` 改为你需要的分辨率,当这里的分辨率不被显示器支持时,会使用 800x600 的安全分辨率,还请注意 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
desktop-image: "background.png" | ||
title-text: " " | ||
title-color: "#ffffff" | ||
message-color: "#f2f2f2" | ||
|
||
terminal-box: "terminal_box_*.png" | ||
|
||
+ boot_menu { | ||
left = 10% | ||
width = 80% | ||
top = 10% | ||
height = 80% | ||
|
||
menu_pixmap_style = "menu_*.png" | ||
|
||
item_color = "#ffffff" | ||
item_height = 30 | ||
|
||
item_spacing = 1 | ||
item_padding = 1 | ||
|
||
selected_item_color= "#f2f2f2" | ||
selected_item_pixmap_style = "select_*.png" | ||
|
||
item_icon_space = 0 | ||
|
||
scrollbar = true | ||
scrollbar_width = 10 | ||
scrollbar_thumb = "slider_*.png" | ||
} | ||
|
||
|
||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
text = "@TIMEOUT_NOTIFICATION_SHORT@" | ||
|
||
left = 90% | ||
width = 10% | ||
top = 90% | ||
|
||
text_color = "red" | ||
bar_style = "*" | ||
highlight_style = "*" | ||
} | ||
|
||
+ hbox{ | ||
left = 50%-350 | ||
top = 95% | ||
width = 700 | ||
height = 25 | ||
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "center"} | ||
} | ||
|
||
+ vbox{ | ||
left = 70% | ||
top = 85% | ||
width = 200 | ||
height = 25 | ||
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_WIMBOOT_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
desktop-image: "background.png" | ||
title-text: " " | ||
title-color: "#ffffff" | ||
message-color: "#f2f2f2" | ||
|
||
terminal-box: "terminal_box_*.png" | ||
|
||
+ boot_menu { | ||
left = 27% | ||
width = 67% | ||
top = 10% | ||
height = 80% | ||
|
||
menu_pixmap_style = "menu_*.png" | ||
|
||
item_color = "#ffffff" | ||
item_height = 30 | ||
|
||
item_spacing = 1 | ||
item_padding = 1 | ||
|
||
selected_item_color= "#f2f2f2" | ||
selected_item_pixmap_style = "select_*.png" | ||
|
||
item_icon_space = 0 | ||
|
||
scrollbar = true | ||
scrollbar_width = 10 | ||
scrollbar_thumb = "slider_*.png" | ||
} | ||
|
||
|
||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
text = "@TIMEOUT_NOTIFICATION_SHORT@" | ||
|
||
left = 90% | ||
width = 10% | ||
top = 90% | ||
|
||
text_color = "red" | ||
bar_style = "*" | ||
highlight_style = "*" | ||
} | ||
|
||
+ hbox{ | ||
left = 50%-350 | ||
top = 95% | ||
width = 700 | ||
height = 25 | ||
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "center"} | ||
} | ||
|
||
+ vbox{ | ||
left = 70% | ||
top = 85% | ||
width = 200 | ||
height = 25 | ||
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_WIMBOOT_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
desktop-image: "background.png" | ||
title-text: " " | ||
title-color: "#ffffff" | ||
message-color: "#f2f2f2" | ||
|
||
terminal-box: "terminal_box_*.png" | ||
|
||
+ boot_menu { | ||
left = 27% | ||
width = 67% | ||
top = 10% | ||
height = 80% | ||
|
||
menu_pixmap_style = "menu_*.png" | ||
|
||
item_color = "#ffffff" | ||
item_height = 30 | ||
|
||
item_spacing = 1 | ||
item_padding = 1 | ||
|
||
selected_item_color= "#f2f2f2" | ||
selected_item_pixmap_style = "select_*.png" | ||
|
||
item_icon_space = 0 | ||
|
||
scrollbar = true | ||
scrollbar_width = 10 | ||
scrollbar_thumb = "slider_*.png" | ||
} | ||
|
||
|
||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
text = "@TIMEOUT_NOTIFICATION_SHORT@" | ||
|
||
left = 90% | ||
width = 10% | ||
top = 90% | ||
|
||
text_color = "red" | ||
bar_style = "*" | ||
highlight_style = "*" | ||
} | ||
|
||
+ hbox{ | ||
left = 50%-350 | ||
top = 95% | ||
width = 700 | ||
height = 25 | ||
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "center"} | ||
} | ||
|
||
+ vbox{ | ||
left = 70% | ||
top = 85% | ||
width = 200 | ||
height = 25 | ||
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_WIMBOOT_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
desktop-image: "background.png" | ||
title-text: " " | ||
title-color: "#ffffff" | ||
message-color: "#f2f2f2" | ||
|
||
terminal-box: "terminal_box_*.png" | ||
|
||
+ boot_menu { | ||
left = 27% | ||
width = 67% | ||
top = 10% | ||
height = 80% | ||
|
||
menu_pixmap_style = "menu_*.png" | ||
|
||
item_color = "#ffffff" | ||
item_height = 30 | ||
|
||
item_spacing = 1 | ||
item_padding = 1 | ||
|
||
selected_item_color= "#f2f2f2" | ||
selected_item_pixmap_style = "select_*.png" | ||
|
||
item_icon_space = 0 | ||
|
||
scrollbar = true | ||
scrollbar_width = 10 | ||
scrollbar_thumb = "slider_*.png" | ||
} | ||
|
||
|
||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
text = "@TIMEOUT_NOTIFICATION_SHORT@" | ||
|
||
left = 90% | ||
width = 10% | ||
top = 90% | ||
|
||
text_color = "red" | ||
bar_style = "*" | ||
highlight_style = "*" | ||
} | ||
|
||
+ hbox{ | ||
left = 50%-350 | ||
top = 95% | ||
width = 700 | ||
height = 25 | ||
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "center"} | ||
} | ||
|
||
+ vbox{ | ||
left = 70% | ||
top = 85% | ||
width = 200 | ||
height = 25 | ||
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_WIMBOOT_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
desktop-image: "background.png" | ||
title-text: " " | ||
title-color: "#ffffff" | ||
message-color: "#f2f2f2" | ||
|
||
terminal-box: "terminal_box_*.png" | ||
|
||
+ boot_menu { | ||
left = 10% | ||
width = 80% | ||
top = 10% | ||
height = 80% | ||
|
||
menu_pixmap_style = "menu_*.png" | ||
|
||
item_color = "#ffffff" | ||
item_height = 30 | ||
|
||
item_spacing = 1 | ||
item_padding = 1 | ||
|
||
selected_item_color= "#f2f2f2" | ||
selected_item_pixmap_style = "select_*.png" | ||
|
||
item_icon_space = 0 | ||
|
||
scrollbar = true | ||
scrollbar_width = 10 | ||
scrollbar_thumb = "slider_*.png" | ||
} | ||
|
||
|
||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
text = "@TIMEOUT_NOTIFICATION_SHORT@" | ||
|
||
left = 90% | ||
width = 10% | ||
top = 90% | ||
|
||
text_color = "red" | ||
bar_style = "*" | ||
highlight_style = "*" | ||
} | ||
|
||
+ hbox{ | ||
left = 50%-350 | ||
top = 95% | ||
width = 700 | ||
height = 25 | ||
+ label {text = "@VTOY_HOTKEY_TIP@" color = "blue" align = "center"} | ||
} | ||
|
||
+ vbox{ | ||
left = 70% | ||
top = 85% | ||
width = 200 | ||
height = 25 | ||
+ label {text = "@VTOY_ISO_RAW@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_MEM_DISK@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_GRUB2_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_WIMBOOT_MODE@" color = "red" align = "left"} | ||
+ label {text = "@VTOY_ISO_UEFI_DRV@" color = "red" align = "left"} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"control":[ | ||
{ "VTOY_DEFAULT_MENU_MODE": "1" }, | ||
{ "VTOY_WIN11_BYPASS_CHECK": "1" }, | ||
{ "VTOY_HELP_TXT_LANGUAGE": "zh_CN" }, | ||
{ "VTOY_DEFAULT_SEARCH_ROOT": "/isos" } | ||
], | ||
"theme":{ | ||
"file": "/ventoy/lv69/theme.txt", | ||
"gfxmode": "1920x1080", | ||
"ventoy_left": "1%", | ||
"ventoy_top": "1%", | ||
"ventoy_color": "#38cca0" | ||
} | ||
} |