view mcabber/contrib/themes/light.txt @ 1898:e25cec543da1

Fix two MUC issues (reported by VarLog) - Reason sometimes missing after kick/ban (fixed by isbear) - mcabber not realizing it's been kicked
author Mikael Berthe <mikael@lilotux.net>
date Mon, 12 Apr 2010 23:24:20 +0200
parents 1046bbcb6d14
children 91b075dc424a
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_info         = black
set color_msgout       = cyan
set color_msgin        = cyan
set color_msghl        = yellow
set color_bgstatus     = black
set color_status       = green
set color_roster       = blue
set color_bgrostersel  = green
set color_rostersel    = yellow
set color_rosterselmsg = red
set color_rosternewmsg = red

# vim:set ft=conf: