summaryrefslogtreecommitdiffstats
path: root/theming
diff options
context:
space:
mode:
authorMichael Janczyk2007-09-12 17:48:22 +0200
committerMichael Janczyk2007-09-12 17:48:22 +0200
commit3733769aa0ab9a9d4947ce8fcf0f02f1bd466f41 (patch)
treeaf0f71d87c24f9eeb23943f296db17917b65d323 /theming
parenttypo :( (diff)
downloadcore-3733769aa0ab9a9d4947ce8fcf0f02f1bd466f41.tar.gz
core-3733769aa0ab9a9d4947ce8fcf0f02f1bd466f41.tar.xz
core-3733769aa0ab9a9d4947ce8fcf0f02f1bd466f41.zip
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
Diffstat (limited to 'theming')
-rw-r--r--theming/openslx/pxe/theme.conf47
1 files changed, 47 insertions, 0 deletions
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
+