view mcabber/contrib/themes/light2.txt @ 1204:e802ec0c02d2

Basic support for nick highlighting in MUC rooms (the whole line is colored)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 21:52:57 +0200
parents 7e0562e3bc83
children 1046bbcb6d14
line wrap: on
line source

# Sample color config.
# Copy this file in your ~/.mcabber/mcabberrc

set color_background   = white
set color_general      = black
set color_msgout       = blue
set color_msghl        = red
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: