From de4e8efde37684f6d5f4513fbdb59c0576d29334 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 16 Dec 2002 14:14:32 +0000 Subject: [PATCH] color format git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1963 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/Readme.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html index 5dcc2c76..492bb286 100644 --- a/Contrib/Modern UI/Readme.html +++ b/Contrib/Modern UI/Readme.html @@ -254,7 +254,7 @@ follow these steps:

(Verdana, 12, 700)
The font for the title on the Welcome and Finish page. Fontstyle: [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]

MUI_INSTALLCOLORS (/windows)
- The colors of the details screen, hexadecimal ("foreground" "background"). + The colors of the details screen, hexadecimal RRGGBB. ("foreground" "background")

MUI_PROGRESSBAR (smooth)
The style of the progress bar ("colored" to use the MUI_INSTALLCOLORS or "" for a old-school windows look).

MUI_SPECIALINI (${NSISDIR}\Contrib\Modern UI\ioSpecial.ini)
@@ -262,7 +262,7 @@ follow these steps:

MUI_SPECIALBITMAP (${NSISDIR}\Contrib\Icons\modern-wizard.bmp)
Bitmap for the Welcome and Finish page.

MUI_BGCOLOR (0xFFFFFF)
- Background color for the header, Welcome page and Finish page.

+ Background color for the header, Welcome page and Finish page, hexadecimal. (0xBBGGRR)

7. Insert the MUI_SYSTEM macro

!insertmacro MUI_SYSTEM

8. Insert the MUI_SECTIONS_FINISHHEADER macro