diff options
| author | Barry Warsaw <barry@python.org> | 1999-04-26 23:26:23 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 1999-04-26 23:26:23 +0000 |
| commit | 375b11635b24c6ca714950b5a5d5297e1d8ae9ca (patch) | |
| tree | 087204d0948c1ab23582c128ce7e8358cbbd6037 | |
| parent | d515a7ea3d2689ec429c4885f8bf2b3970773691 (diff) | |
| download | cpython-git-375b11635b24c6ca714950b5a5d5297e1d8ae9ca.tar.gz | |
The HTML 4.0 guaranteed colors.
| -rw-r--r-- | Tools/pynche/html40colors.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tools/pynche/html40colors.txt b/Tools/pynche/html40colors.txt new file mode 100644 index 0000000000..3eeb0a10a8 --- /dev/null +++ b/Tools/pynche/html40colors.txt @@ -0,0 +1,17 @@ +# HTML 4.0 color names +Black #000000 +Silver #c0c0c0 +Gray #808080 +White #ffffff +Maroon #800000 +Red #ff0000 +Purple #800080 +Fuchsia #ff00ff +Green #008000 +Lime #00ff00 +Olive #808000 +Yellow #ffff00 +Navy #000080 +Blue #0000ff +Teal #008080 +Aqua #00ffff |
