# HG changeset patch # User Mikael Berthe # Date 1353927297 -3600 # Node ID 91b075dc424ab1fdc05927a85159c1d56505b469 # Parent 5d5af91a0a6973b8a00d04b98f6ef58509cac178 Update color themes * Update existing color themes (missing color values) * Add a sample 256-color theme diff -r 5d5af91a0a69 -r 91b075dc424a mcabber/contrib/themes/light.txt --- 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: diff -r 5d5af91a0a69 -r 91b075dc424a mcabber/contrib/themes/light2.txt --- a/mcabber/contrib/themes/light2.txt Thu Nov 22 00:59:19 2012 +0200 +++ b/mcabber/contrib/themes/light2.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 = blue set color_msgout = blue -set color_msgin = blue set color_msghl = red set color_bgstatus = black set color_status = brightcyan +set color_log = green set color_roster = magenta set color_bgrostersel = black set color_rostersel = brightgreen set color_rosterselmsg = red set color_rosternewmsg = red +set color_readmark = red # vim:set ft=conf: diff -r 5d5af91a0a69 -r 91b075dc424a mcabber/contrib/themes/mikael-256.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mcabber/contrib/themes/mikael-256.txt Mon Nov 26 11:54:57 2012 +0100 @@ -0,0 +1,40 @@ +# Sample color config. +# Source this file from your ~/.mcabber/mcabberrc +# +# * NOTE: Your terminal MUST have 256 color support + +set color_background = black +set color_general = white +set color_info = magenta +set color_msgin = 85 +set color_msgout = 69 +set color_msghl = yellow +set color_bgstatus = blue +set color_status = 82 +set color_log = 244 +set color_roster = 185 +set color_bgrostersel = cyan +set color_rostersel = blue +set color_rosterselmsg = red +set color_rosternewmsg = red +set color_readmark = red + + +# Reset dynamic colors +color roster clear + +# Dynamic roster colors +color roster f * yellow +color roster o * green +color roster d * 166 +color roster a * 140 +color roster n * 144 +color roster _ * 18 + + +# These colors will by used automatically: +set nick_colors = green yellow white +# This turns coloring of all mucs on: +color muc * on + +# vim:set ft=conf: diff -r 5d5af91a0a69 -r 91b075dc424a mcabber/contrib/themes/oliver.txt --- a/mcabber/contrib/themes/oliver.txt Thu Nov 22 00:59:19 2012 +0200 +++ b/mcabber/contrib/themes/oliver.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 = blue set color_general = white set color_info = white +set color_msgin = cyan set color_msgout = cyan -set color_msgin = 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: