CyberRe theme folder

This commit is contained in:
Pavel Allahverdov 2021-12-04 18:25:10 +03:00 committed by GitHub
parent 147c6773e2
commit 6523c261d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 49 additions and 0 deletions

BIN
CyberRe/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
CyberRe/boot_menu2_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
CyberRe/dejavu_14.pf2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
CyberRe/highlight_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
CyberRe/highlight_w.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
CyberRe/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

49
CyberRe/theme.txt Normal file
View 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"
}