view mcabber/contrib/themes/light2.txt @ 2039:91b075dc424a

Update color themes * Update existing color themes (missing color values) * Add a sample 256-color theme
author Mikael Berthe <mikael@lilotux.net>
date Mon, 26 Nov 2012 11:54:57 +0100
parents 1046bbcb6d14
children
line wrap: on
line source

# Sample color config.
# Source this file from your ~/.mcabber/mcabberrc

set color_background   = white
set color_general      = black
set color_info         = black
set color_msgin        = blue
set color_msgout       = blue
set color_msghl        = red
set color_bgstatus     = black
set color_status       = brightcyan
set color_log          = green
set color_roster       = magenta
set color_bgrostersel  = black
set color_rostersel    = brightgreen
set color_rosterselmsg = red
set color_rosternewmsg = red
set color_readmark     = red

# vim:set ft=conf: