Displaying 2 results from an estimated 2 matches for "cd00cd".
Did you mean:
0000cd
2000 Feb 29
0
mapping of colornames into hsv: half way done
...low4", "#8B8B7A",
"limegreen", "#32CD32",
"linen", "#FAF0E6",
"magenta", "#FF00FF",
"magenta1", "#FF00FF",
"magenta2", "#EE00EE",
"magenta3", "#CD00CD",
"magenta4", "#8B008B",
"maroon", "#B03060",
"maroon1", "#FF34B3",
"maroon2", "#EE30A7",
"maroon3", "#CD2990",
"maroon4", "#8B1C62",
"m...
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...background colours: */
+.a { background-color: #000000; } /* black */
+.b { background-color: #cd0000; } /* red */
+.c { background-color: #00cd00; } /* green */
+.d { background-color: #cdcd00; } /* yellow */
+.e { background-color: #0000cd; } /* blue */
+.f { background-color: #cd00cd; } /* magenta */
+.g { background-color: #00cdcd; } /* cyan */
+.h { background-color: #e5e5e5; } /* white */
+
+/* These are the foreground colours used when bold mode is NOT enabled.
+ They're the same as the background colours. */
+.i { color: #000000; } /* black */
+.j { color:...