CyberRe theme folder
This commit is contained in:
parent
147c6773e2
commit
6523c261d5
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 638 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -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…
Reference in New Issue