Added new plugin: GlowColors

This commit is contained in:
BotoX
2016-08-10 03:05:12 +02:00
parent 8ac99cf11d
commit c2f97f776a
2 changed files with 398 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
"GlowColors"
{
"Red" "255 0 0"
"Green" "0 255 0"
"Yellow" "255 255 0"
"Purple" "255 0 255"
"Pink" "255 0 128"
"Orange" "255 128 0"
"Blue" "0 128 255"
"Lightblue" "0 0 255"
"Cyan" "0 255 255"
"Olive" "128 255 0"
"Lime" "0 255 128"
"Violet" "128 0 255"
"White" "200 200 200"
"Black" "0 0 0"
"Grey" "128 128 128"
"Gold" "238 201 0"
}