|
Yodous Apprentice
Joined: 23 Jun 2004 Posts: 105 Location: Poland
|
Posted: Wed Aug 11, 2004 7:02 am
Color Schemes |
Hello.
I want to know if is able to print on the screen colors from the Color Schemes (View/Preferences/Colors) in ansi number using a command.
And I want to know how to change this colors using only a command. |
|
|
|
SCORNME Novice
Joined: 25 Jul 2004 Posts: 48 Location: aka Falan
|
Posted: Wed Aug 11, 2004 7:53 am |
Read the post and became interested myself in a list of ansi color values. I Google searched for "ansi color values" and found this:
Code: |
Foreground colors
30 Black
31 Red
32 Green
33 Yellow
34 Blue
35 Magenta
36 Cyan
37 White
Background colors
40 Black
41 Red
42 Green
43 Yellow
44 Blue
45 Magenta
46 Cyan
47 White |
I don't know if that helps any with zMUD colors, but the cool part was that the 3rd result from the Google search was a link to the zMUD library! |
|
|
|
Yodous Apprentice
Joined: 23 Jun 2004 Posts: 105 Location: Poland
|
Posted: Wed Aug 11, 2004 8:04 am |
Ok, but how to print actually color that is set in the zMud. And how to change it using ONLY a command.
|
|
|
|
|
|