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
This commit is contained in:
parent
0735b7400e
commit
f27b869756
1 changed files with 9 additions and 0 deletions
9
Include/Colors.nsh
Normal file
9
Include/Colors.nsh
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue