|
Wulfen Newbie
Joined: 15 Aug 2010 Posts: 2
|
Posted: Sun Aug 15, 2010 4:20 pm
Adding color slots |
Is there a way to add color slots for color syntaxing? I've recently come across a mud that supports html colors and would like to add as many of them as I can to the color syntax.
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Aug 15, 2010 4:36 pm |
No, there's no way to change the available colors for color syntax. Those are really for nonstandard/proprietary color systems based on ANSI, such as the @C/@c stuff used by Aardwolf.
Post an example of the color syntax you're up against. It might be that you don't even need anything related to Color Syntax. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Wulfen Newbie
Joined: 15 Aug 2010 Posts: 2
|
Posted: Sun Aug 15, 2010 5:32 pm |
Code: |
NEW-COLOR-COOLS COLOR-COOLS
=====================COOLS=====================
===Blues=== ===Purples===
k - Cloud. m - Purple. (A)
e - Aquamarine. M - Magenta. (A)
K - Periwinkle. a - Parma violet.
E - Robin's egg. A - Dahlia.
h - Bright blue. v - Lavender.
L - Royal blue. V - Heather.
l - Slate.
H - Sapphire. ===Greens===
B - Ultramarine. (A) J - Sage.
b - Midnight. (A) j - Spearmint.
3 - Indigo. i - Jade.
I - Lime.
===Blue-Greens=== G - Apple. (A)
C - Azure. (A) g - Hunter. (A)
6 - Turquoise.
c - Cyan. (A) ===Whites===
5 - Slate. W - Ivory.(A)
w - Ash. (A)
===Greys=== 9 - Cream.
w - Ash. (A) 8 - Beige.
s - Lead. (A) U - Champagne.
S - Lead. (A) V - Heather.
==============================================
Note: (A) indicates an ANSI color
==============================================
The required character for each color is `
So for example `5 would be slate. |
EDIT (MattLofton): added code tags to preserve spacing |
|
|
|
|
|