Mercurial > dotfiles
annotate .Xdefaults @ 6:d7884728e836
rename .Xresources -> .Xdefaults
author | meillo@marmaro.de |
---|---|
date | Fri, 07 Sep 2007 23:26:38 +0200 (2007-09-07) |
parents | .Xresources@68dd6ae11835 |
children | f4fd1276a8b3 |
rev | line source |
---|---|
3 | 1 ! by markus schnalke |
2 ! http://marmaro.de | |
0 | 3 |
4 | |
5 | |
6 *font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* | |
7 | |
8 *foreground: #bbbbbb | |
9 *background: #222222 | |
10 | |
11 | |
12 | |
13 urxvt*scrollBar: false | |
14 | |
15 urxvt*saveLines: 10000 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 !! colors 0-7 should be seen as background colors | |
22 | |
23 !! black | |
24 urxvt*color0: #444444 | |
25 !! darkgray | |
26 urxvt*color8: #000000 | |
27 ! | |
28 !! red | |
29 urxvt*color1: #cc5566 | |
30 !! lightred | |
31 urxvt*color9: #992233 | |
32 ! | |
33 !! green | |
34 !urxvt*color2: #aece91 | |
35 urxvt*color2: #66aa44 | |
36 !! lightgreen | |
37 !urxvt*color10: #c5f779 | |
38 urxvt*color10: #88aa88 | |
39 ! | |
40 !! yellow | |
41 urxvt*color3: #dddd55 | |
42 !! lightyellow | |
43 urxvt*color11: #cccc22 | |
44 ! | |
45 !! blue | |
46 urxvt*color4: #003366 | |
47 !urxvt*color4: #9db7d0 | |
48 !! lightblue | |
49 urxvt*color12: #4488cc | |
50 !urxvt*color12: #3c8ec4 | |
51 ! | |
52 !! magenta | |
53 !urxvt*color5: #963c59 | |
54 urxvt*color5: #aacc99 | |
55 !! lightmagenta | |
56 !urxvt*color13: #cf9ebe | |
57 urxvt*color13: #9977aa | |
58 ! | |
59 !! cyan | |
60 !urxvt*color6: #9fc1cc | |
61 urxvt*color6: #88aadd | |
62 !! lightcyan | |
63 !urxvt*color14: #9fc1cc | |
64 urxvt*color14: #448877 | |
65 ! | |
66 !! gray | |
67 urxvt*color7: #666666 | |
68 !! white | |
69 urxvt*color15: #bbbbbb | |
70 | |
71 | |
72 | |
73 | |
74 | |
3 | 75 ! to divide urxvt and xterm apart |
4
68dd6ae11835
lots of minor adjustments; some major things in bashrc & inputrc
meillo@marmaro.de
parents:
3
diff
changeset
|
76 xterm*background: #111111 |
68dd6ae11835
lots of minor adjustments; some major things in bashrc & inputrc
meillo@marmaro.de
parents:
3
diff
changeset
|
77 xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* |