mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Improve the overall look: - Augment the timeout of the livecd from 3 seconds to 5 seconds. - In "Mini"-UI (i.e. NTLDR-like UI), add a newline between "Press ENTER" and the time counting. - Have a real "Setup"-UI (i.e. make it really work). - Add the possibility to change the title of menus. svn path=/trunk/; revision=57842
27 lines
463 B
INI
27 lines
463 B
INI
[FREELOADER]
|
|
DefaultOS=Setup
|
|
TimeOut=0
|
|
|
|
[Display]
|
|
TitleText=ReactOS Setup
|
|
StatusBarColor=Cyan
|
|
StatusBarTextColor=Black
|
|
BackdropTextColor=White
|
|
BackdropColor=Blue
|
|
BackdropFillStyle=Medium
|
|
TitleBoxTextColor=White
|
|
TitleBoxColor=Red
|
|
MessageBoxTextColor=White
|
|
MessageBoxColor=Blue
|
|
MenuTextColor=White
|
|
MenuColor=Blue
|
|
TextColor=Yellow
|
|
SelectedTextColor=Black
|
|
SelectedColor=Gray
|
|
|
|
[Operating Systems]
|
|
Setup="Setup"
|
|
|
|
[Setup]
|
|
BootType=ReactOSSetup
|