Mercurial > pidgin
annotate finch/libgnt/gntrc.sample @ 21085:7821fa7b22db
propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)
to branch 'org.maemo.garage.pidgin.pidgin.request-with-ui-hint' (head e8b5729ce3e73070299b06e0fba894a819d5cbb4)
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Wed, 10 Oct 2007 23:20:18 +0000 |
parents | 0e3a8505ebbe |
children |
rev | line source |
---|---|
15817 | 1 [general] |
2 shadow = 0 | |
3 | |
4 [colors] | |
5 black = 0; 0; 0 | |
6 red = 1000; 0; 0 | |
7 green = 0; 1000; 0 | |
8 blue = 250; 250; 700 | |
9 white = 1000; 1000; 1000 | |
10 gray = 700; 700; 700 | |
11 darkgray = 256; 256; 256 | |
12 | |
13 [colorpairs] | |
14 normal = black; white | |
15 highlight = white; blue | |
16 highlightd = black; gray | |
17 shadow = black; darkgray | |
18 title = white; blue | |
19 titled = white; gray | |
20 text = white; blue | |
21 disabled = gray; white |