new clear dialog colours

This commit is contained in:
Tobias Powalowski 2024-07-07 20:48:26 +02:00
parent f6a3a112a0
commit 6b01ec26f1
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,8 @@ _run ()
# turn on initrd mode
: > "${_ROOTFS}"/etc/initrd-release
_map _dir /mnt/{cdrom,ventoy,efi}
# dialog colours
_file_rename "/usr/share/archboot/base/etc/dialogrc" "/etc/dialogrc"
# systemd
_map _binary /usr/lib/systemd/systemd{,-battery-check,-executor,-bsod,-journald,\
-shutdown,-sulogin-shell,-sysctl,-sysroot-fstab-check,-udevd}

View file

@ -1,3 +1,6 @@
screen_color = (WHITE,BLACK,ON)
shadow_color = (BLACK,BLACK,ON)
gauge_color = (BLUE,WHITE,ON)
border_color = (BLACK,WHITE,ON)
border2_color = (BLACK,WHITE,ON)
menubox_border_color = (BLACK,WHITE,ON)