comparison mcabber/mcabberrc.example @ 267:8d3d5bd52da3

Improve color configuration * Rename color options (it made no sense!!) * Use default values * Do not crash anymore when the colors options are buggy in the mcabberrc
author mikael@frmp8452
date Sun, 03 Jul 2005 00:21:59 +0100
parents 9a6ba4b38e63
children 7f2e61392b2e
comparison
equal deleted inserted replaced
266:2b0db4b458eb 267:8d3d5bd52da3
42 # If you want advanced debug, please specify a file here. 42 # If you want advanced debug, please specify a file here.
43 # You can enable debug in main.c before compiling mcabber, too. 43 # You can enable debug in main.c before compiling mcabber, too.
44 #debug = /home/mikael/mcabber.log 44 #debug = /home/mikael/mcabber.log
45 45
46 # The colors 46 # The colors
47 # NOTE: the following settings may or may not be used currently... :) 47 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
48 #color_background = blue
49 #color_general = white
50 #color_newmessage = red
51 #color_rosternormal = magenta
52 #color_rosterselect = black
53 #color_backselected = cyan
48 54
49 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
50 color_background = blue
51 color_backselected = cyan
52 color_borderlines = white
53 color_jidonline = green
54 color_newmsg = red
55 color_jidofflineselected = red
56 color_jidoffline = magenta
57 color_text = white
58