From 3733769aa0ab9a9d4947ce8fcf0f02f1bd466f41 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 12 Sep 2007 15:48:22 +0000 Subject: Added theme.conf for openslx theme for pxe. Only labels should be added automatically and the first 2 lines by the demuxer: DEFAULT vesamenu.c32 MENU BACKGROUND openslx.png git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1339 95ad53e4-c205-0410-b2fa-d234c58c8868 --- theming/openslx/pxe/theme.conf | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 theming/openslx/pxe/theme.conf (limited to 'theming') diff --git a/theming/openslx/pxe/theme.conf b/theming/openslx/pxe/theme.conf new file mode 100644 index 00000000..dfae7215 --- /dev/null +++ b/theming/openslx/pxe/theme.conf @@ -0,0 +1,47 @@ +# define menu +# geometry / behavior + +PROMPT 0 +NOESCAPE 1 +TIMEOUT 100 +TOTALTIMEOUT 3000 +MENU WIDTH 78 +MENU MARGIN 9 +MENU PASSWORDMARGIN 9 +MENU ROWS 12 +MENU TABMSGROW 18 +MENU CMDLINEROW 18 +MENU ENDROW -1 +MENU PASSWORDROW 18 +MENU TIMEOUTROW 18 +MENU HELPMSGROW 18 +MENU HELPMSGENDROW -1 +MENU HSHIFT 0 +MENU VSHIFT 5 + +# color +menu color screen 37;40 #80ffffff #00000000 std +menu color border 37;40 #40000000 #ff8093a1 std +menu color title 1;37;40 #ffff8b00 #ff8093a1 std +menu color unsel 37;40 #fff0f0f0 #ff8093a1 std +menu color hotkey 1;37;40 #ffff8b00 #ff8093a1 std +menu color sel 7;37;40 #ff1c2a33 #667799bb all +menu color hotsel 1;7;37;40 #ffff8b00 #667799bb all +menu color scrollbar 37;40 #40000000 #ee000000 std +menu color tabmsg 37;40 #ffff8b00 #ff8093a1 std +menu color cmdmark 1;37;40 #ffff8b00 #ff8093a1 std +menu color cmdline 37;40 #fff0f0f0 #ff8093a1 std +menu color pwdborder 37;40 #40000000 #ff8093a1 std +menu color pwdheader 37;40 #ffff8b00 #ff8093a1 std +menu color pwdentry 37;40 #ffff8b00 #ff8093a1 std +menu color timeout_msg 37;40 #ff1c2a33 #00000000 none +menu color timeout 1;37;40 #ffff8b00 #00000000 std +menu color help 37;40 #ff1c2a33 #00000000 none +menu color msg07 37;40 #90ffffff #00000000 std + +# messages / titles +MENU MASTER PASSWD secret +MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: +MENU AUTOBOOT Auswahl startet in # Sekunden +MENU TITLE OpenSLX - Hauptmenue + -- cgit v1.2.3-55-g7522