]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - Xdefaults.in
Xdefaults: Disable allowSendEvents as it's no longer needed.
[config/dotfiles.git] / Xdefaults.in
1 ! Configuration file for X11 programs.
2
3
4 ! Use gray on black with a light yellow cursor in XTerm.
5 XTerm*foreground: #cccccc
6 XTerm*background: black
7 XTerm*cursorColor: #ffff66
8 ! Use the meta-key as expected by emacs/irssi.
9 XTerm*metaSendsEscape: true
10 ! Make sure XTerm allows send events. Necessary for stumpWM so Ctrl-t t can
11 ! send a Ctrl-t to the application running in XTerm. Thanks to [df] in
12 ! #stumpwm on Freenode (2009-05-18 22:05).
13 !XTerm*allowSendEvents: true
14
15 ! Use 256 colors in XTerm.
16 XTerm.termName: xterm-256color
17
18 ! Main console colors.
19 XTerm*color0:  #000000
20 XTerm*color1:  #ff0000
21 XTerm*color2:  #00ff00
22 XTerm*color3:  #ffff00
23 XTerm*color4:  #0000ff
24 XTerm*color5:  #ff00ff
25 XTerm*color6:  #00ffff
26 XTerm*color7:  #ffffff
27 ! Bold console colors.
28 XTerm*color8:  #404040
29 XTerm*color9:  #ff4040
30 XTerm*color10: #40ff40
31 XTerm*color11: #ffff40
32 XTerm*color12: #4040ff
33 XTerm*color13: #ff40ff
34 XTerm*color14: #40ffff
35 XTerm*color15: #cccccc
36
37 ! vim: ft=xdefaults