New themes directory, with sample color settings
authorMikael Berthe <mikael@lilotux.net>
Thu, 09 Mar 2006 23:56:55 +0100
changeset 737 d34b280d8be3
parent 736 a8fa82e611c3
child 738 03db650f6015
New themes directory, with sample color settings
mcabber/contrib/themes/light.txt
mcabber/contrib/themes/oliver.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:
--- /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: