diff mcabber/contrib/themes/light.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 diff
--- a/mcabber/contrib/themes/light.txt	Thu Nov 22 00:59:19 2012 +0200
+++ b/mcabber/contrib/themes/light.txt	Mon Nov 26 11:54:57 2012 +0100
@@ -1,18 +1,20 @@
 # Sample color config.
-# Copy this file in your ~/.mcabber/mcabberrc
+# Source this file from your ~/.mcabber/mcabberrc
 
 set color_background   = white
 set color_general      = black
 set color_info         = black
+set color_msgin        = cyan
 set color_msgout       = cyan
-set color_msgin        = cyan
 set color_msghl        = yellow
 set color_bgstatus     = black
 set color_status       = green
+set color_log          = green
 set color_roster       = blue
 set color_bgrostersel  = green
 set color_rostersel    = yellow
 set color_rosterselmsg = red
 set color_rosternewmsg = red
+set color_readmark     = red
 
 # vim:set ft=conf: