Initial Commit
This commit is contained in:
parent
099d62bfcd
commit
7c5e2b91bc
279 changed files with 489 additions and 0 deletions
BIN
themes/CyberRe/background.png
Executable file
BIN
themes/CyberRe/background.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
themes/CyberRe/boot_menu2_c.png
Executable file
BIN
themes/CyberRe/boot_menu2_c.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
themes/CyberRe/dejavu_14.pf2
Executable file
BIN
themes/CyberRe/dejavu_14.pf2
Executable file
Binary file not shown.
BIN
themes/CyberRe/droidlogo_bold_17.pf2
Executable file
BIN
themes/CyberRe/droidlogo_bold_17.pf2
Executable file
Binary file not shown.
BIN
themes/CyberRe/droidlogo_bold_20.pf2
Executable file
BIN
themes/CyberRe/droidlogo_bold_20.pf2
Executable file
Binary file not shown.
BIN
themes/CyberRe/droidlogo_bold_26.pf2
Executable file
BIN
themes/CyberRe/droidlogo_bold_26.pf2
Executable file
Binary file not shown.
BIN
themes/CyberRe/droidlogo_regular_12.pf2
Executable file
BIN
themes/CyberRe/droidlogo_regular_12.pf2
Executable file
Binary file not shown.
BIN
themes/CyberRe/droidlogo_regular_17.pf2
Executable file
BIN
themes/CyberRe/droidlogo_regular_17.pf2
Executable file
Binary file not shown.
BIN
themes/CyberRe/highlight_c.png
Executable file
BIN
themes/CyberRe/highlight_c.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
BIN
themes/CyberRe/highlight_w.png
Executable file
BIN
themes/CyberRe/highlight_w.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
themes/CyberRe/preview.png
Executable file
BIN
themes/CyberRe/preview.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 638 KiB |
BIN
themes/CyberRe/progress_highlight_c.png
Executable file
BIN
themes/CyberRe/progress_highlight_c.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
49
themes/CyberRe/theme.txt
Executable file
49
themes/CyberRe/theme.txt
Executable file
|
@ -0,0 +1,49 @@
|
|||
# Copyright (C) 2020 L. Henrique Lopes - HENK
|
||||
|
||||
# general settings
|
||||
title-text: ""
|
||||
title-color: "#3ec6ae"
|
||||
message-font: "DejaVu Sans Regular 14"
|
||||
message-color: "#fd262e"
|
||||
message-bg-color: "#808080"
|
||||
desktop-image: "background.png"
|
||||
desktop-color: "#808080"
|
||||
terminal-font: "DejaVu Sans Regular 14"
|
||||
|
||||
|
||||
# boot menu
|
||||
+ boot_menu {
|
||||
left = 28%
|
||||
width = 50%
|
||||
top = 22%
|
||||
height = 45%
|
||||
item_font = "DroidLogo Regular 17"
|
||||
item_color = "#fb3048"
|
||||
selected_item_font = "DroidLogo Regular 17"
|
||||
selected_item_color = "#74d6cf"
|
||||
icon_width = 16
|
||||
icon_height = 16
|
||||
item_height = 33
|
||||
item_padding = 20
|
||||
item_icon_space = 5
|
||||
item_spacing = 5
|
||||
menu_pixmap_style = "boot_menu2_*.png"
|
||||
selected_item_pixmap_style = "highlight_*.png"
|
||||
}
|
||||
|
||||
# Show progress
|
||||
+ progress_bar {
|
||||
id = "__timeout__"
|
||||
left = 0%
|
||||
width = 100%
|
||||
top = 99%
|
||||
height = 31
|
||||
show_text = false
|
||||
text = ""
|
||||
fg_color = "#3daee9"
|
||||
bg_color = "#31363b"
|
||||
border_color = "#31363b"
|
||||
highlight_style = "progress_highlight_*.png"
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue