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"