annotate mcabber/contrib/themes/oliver.txt @ 1213:4a7db2870685

Improve Private Storage detection. MCabber now correctly detects Private Storage support when receiving an item-not-found error (which doesn't mean the server has no support for P.S., but that it's empty). I've added a return value to the callback functions. For now the return value is only used for IQ error handling.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 01 May 2007 18:16:11 +0200
parents e802ec0c02d2
children 1046bbcb6d14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1 # Sample color config.
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
2 # Copy this file in your ~/.mcabber/mcabberrc
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 set color_background = blue
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5 set color_general = white
785
7e0562e3bc83 Replace color_highlight with color_msgout
Mikael Berthe <mikael@lilotux.net>
parents: 737
diff changeset
6 set color_msgout = cyan
1204
e802ec0c02d2 Basic support for nick highlighting in MUC rooms (the whole line is colored)
Mikael Berthe <mikael@lilotux.net>
parents: 785
diff changeset
7 set color_msghl = yellow
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 set color_bgstatus = yellow
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9 set color_status = red
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 set color_roster = cyan
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 set color_bgrostersel = yellow
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 set color_rostersel = blue
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 set color_rosterselmsg = red
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14 set color_rosternewmsg = red
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
16 # vim:set ft=conf: