From f27b86975628a961e71e12100b0878db0f39510b Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 15 Jul 2004 17:54:08 +0000 Subject: [PATCH] some basic color defines by Rob Segal git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3589 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Colors.nsh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Include/Colors.nsh diff --git a/Include/Colors.nsh b/Include/Colors.nsh new file mode 100644 index 00000000..7dd8f092 --- /dev/null +++ b/Include/Colors.nsh @@ -0,0 +1,9 @@ +# created by Rob Segal + +!define WHITE "FFFFFF" +!define BLACK "000000" +!define YELLOW "FFFF00" +!define RED "FF0000" +!define GREEN "00FF00" +!define BLUE "0000FF" +!define PURPLE "FF00FF"