changeset 737:d34b280d8be3

New themes directory, with sample color settings
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Mar 2006 23:56:55 +0100
parents a8fa82e611c3
children 03db650f6015
files mcabber/contrib/themes/light.txt mcabber/contrib/themes/oliver.txt
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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: