view mcabber/contrib/themes/oliver.txt @ 2203:170597f5365b

Use more generic routines to convert fingerprints to/from hexadecimal This is a first step towards non-MD5 fingerprints; now we need Loudmouth support...
author Mikael Berthe <mikael@lilotux.net>
date Mon, 12 Oct 2015 17:19:19 +0200
parents 91b075dc424a
children
line wrap: on
line source

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

set color_background   = blue
set color_general      = white
set color_info         = white
set color_msgin        = cyan
set color_msgout       = cyan
set color_msghl        = yellow
set color_bgstatus     = yellow
set color_status       = red
set color_log          = green
set color_roster       = cyan
set color_bgrostersel  = yellow
set color_rostersel    = blue
set color_rosterselmsg = red
set color_rosternewmsg = red
set color_readmark     = red

# vim:set ft=conf: