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