# HG changeset patch # User Mikael Berthe # Date 1141945015 -3600 # Node ID d34b280d8be34321f2f42309bbdfbd73175f031c # Parent a8fa82e611c3b4af830da6d2f43b5c8910d56d14 New themes directory, with sample color settings diff -r a8fa82e611c3 -r d34b280d8be3 mcabber/contrib/themes/light.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/contrib/themes/light.txt Thu Mar 09 23:56:55 2006 +0100 @@ -0,0 +1,15 @@ +# Sample color config. +# Copy this file in your ~/.mcabber/mcabberrc + +set color_background = white +set color_general = black +set color_highlight = cyan +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: diff -r a8fa82e611c3 -r d34b280d8be3 mcabber/contrib/themes/oliver.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/contrib/themes/oliver.txt Thu Mar 09 23:56:55 2006 +0100 @@ -0,0 +1,15 @@ +# Sample color config. +# Copy this file in your ~/.mcabber/mcabberrc + +set color_background = blue +set color_general = white +set color_highlight = cyan +set color_bgstatus = yellow +set color_status = red +set color_roster = cyan +set color_bgrostersel = yellow +set color_rostersel = blue +set color_rosterselmsg = red +set color_rosternewmsg = red + +# vim:set ft=conf: