# HG changeset patch # User Mikael Berthe # Date 1142016108 -3600 # Node ID 735e259c3d314c27a4f64734e7a890a4383fba86 # Parent 76e00324c40400eedb7ee58efb05c239c848721b New color sample file diff -r 76e00324c404 -r 735e259c3d31 mcabber/contrib/themes/light2.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/contrib/themes/light2.txt Fri Mar 10 19:41:48 2006 +0100 @@ -0,0 +1,15 @@ +# Sample color config. +# Copy this file in your ~/.mcabber/mcabberrc + +set color_background = white +set color_general = black +set color_highlight = blue +set color_bgstatus = black +set color_status = brightcyan +set color_roster = magenta +set color_bgrostersel = black +set color_rostersel = brightgreen +set color_rosterselmsg = red +set color_rosternewmsg = red + +# vim:set ft=conf: