comparison 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
comparison
equal deleted inserted replaced
2038:5d5af91a0a69 2039:91b075dc424a
1 # Sample color config. 1 # Sample color config.
2 # Copy this file in your ~/.mcabber/mcabberrc 2 # Source this file from your ~/.mcabber/mcabberrc
3 3
4 set color_background = white 4 set color_background = white
5 set color_general = black 5 set color_general = black
6 set color_info = black 6 set color_info = black
7 set color_msgin = cyan
7 set color_msgout = cyan 8 set color_msgout = cyan
8 set color_msgin = cyan
9 set color_msghl = yellow 9 set color_msghl = yellow
10 set color_bgstatus = black 10 set color_bgstatus = black
11 set color_status = green 11 set color_status = green
12 set color_log = green
12 set color_roster = blue 13 set color_roster = blue
13 set color_bgrostersel = green 14 set color_bgrostersel = green
14 set color_rostersel = yellow 15 set color_rostersel = yellow
15 set color_rosterselmsg = red 16 set color_rosterselmsg = red
16 set color_rosternewmsg = red 17 set color_rosternewmsg = red
18 set color_readmark = red
17 19
18 # vim:set ft=conf: 20 # vim:set ft=conf: