mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
The HTML 4.0 guaranteed colors.
This commit is contained in:
parent
d515a7ea3d
commit
375b11635b
1 changed files with 17 additions and 0 deletions
17
Tools/pynche/html40colors.txt
Normal file
17
Tools/pynche/html40colors.txt
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue