annotate mcabber/contrib/themes/light.txt @ 1067:a5dc85fdebde

Add key comparison for signatures & use user-provided PGP keys for encryption When we receive a signed presence/message, we check that the key used matches the one which has been set with "/pgp setkey". If provided, we use this key for encryption too.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 13:11:44 +0100
parents 7e0562e3bc83
children e802ec0c02d2
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 = white
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
5 set color_general = black
785
7e0562e3bc83 Replace color_highlight with color_msgout
Mikael Berthe <mikael@lilotux.net>
parents: 737
diff changeset
6 set color_msgout = cyan
737
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
7 set color_bgstatus = black
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
8 set color_status = green
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
9 set color_roster = blue
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10 set color_bgrostersel = green
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 set color_rostersel = yellow
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 set color_rosterselmsg = red
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13 set color_rosternewmsg = red
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
14
d34b280d8be3 New themes directory, with sample color settings
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
15 # vim:set ft=conf: