====== FR1019 - userdefined Colors ====== * neue Farben Schwarz/Weiß/Gelb/Magenta(Pink) — Adminwolf 2009/09/04 12:30 * new Colors black/white/yellow/pink — Adminwolf 2009/09/04 12:30 Extend the Colorscheme colors 1-3 with realcolors in additional! manual set the realcolor to black/white/yellow/pink... like RED GREEN YELLOW BLUE extend the feature of the Text formatting and colors with realcolors not only using colors defined in the colorscheme. using a colorcode (16 Colors) like **''#f''** for white or **''#0''** for black \\ or using a colorcode (256 Colors) like **''#ff''** for white or **''#00''** for black \\ or using a colorcode (RGB-Colors) like **''#ffffff''** for white or **''#000000''** for black \\ or a combination of background and foreground colors \\ **''#f0''** = white Text on a black Background **TEST** \\ **''#e1''** = yellow Text on navy Background **TEST** ---- related informations: [[http://www.pichat.net/documentation/pichat_documentation1?language=en#section4]] \\ [[http://www.pichat.net/documentation/pichat_documentation2?language=de#section5.3]] \\ [[http://www.pichat.net/documentation/pichat_documentation1#section4]] \\ [[http://www.pichat.net/documentation/pichat_documentation2?language=en#section5.3]] \\ ---- ==== Colorcodes ==== ^ # ^ Color preview ^ Color name ^ HEX value ^ RGB value ^ | 0 | ########## | Black | #000000 | 0,0,0 | | 1 | ########## | Navy | #000080 | 0,0,128 | | 2 | ########## | Blue | #0000FF | 0,0,255 | | 3 | ########## | Green | #008000 | 0,128,0 | | 4 | ########## | Teal | #008080 | 0,128,128 | | 5 | ########## | Lime | #00FF00 | 0,255,0 | | 6 | ########## | Aqua | #00FFFF | 0,255,255 | | 7 | ########## | Maroon | #800000 | 128,0,0 | | 8 | ########## | Purple | #800080 | 128,0,128 | | 9 | ########## | Olive | #808000 | 128,128,0 | | A | ########## | Gray | #808080 | 128,128,128 | | B | ########## | Silver | #C0C0C0 | 192,192,192 | | C | ########## | Red | #FF0000 | 255,0,0 | | D | ########## | Fuchsia | #FF00FF | 255,0,255 | | E | ########## | Yellow | #FFFF00 | 255,255,0 | | F | ########## | White | #FFFFFF | 255,255,255 |