X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Xdefaults.in;h=5bd7bab953693b8cd3fbcd2b5ba0773607a6b4a1;hb=670c8245b07f95ac6e99da7bfc5f5eb45e8efbff;hp=d79d7b4ea1a387a2865279876bdff6440dd9ede2;hpb=90be6108c14a443cf80a948a4c1181faf29c3139;p=config%2Fdotfiles.git diff --git a/Xdefaults.in b/Xdefaults.in index d79d7b4..5bd7bab 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -1,16 +1,16 @@ ! Configuration file for X11 programs. -! Use gray on black with a white cursor in XTerm. -XTerm*foreground: darkgray +! Use gray on black with a light yellow cursor in XTerm. +XTerm*foreground: #cccccc XTerm*background: black -XTerm*cursorColor: white -! Use the meta-key as expected by emacs. +XTerm*cursorColor: #ffff66 +! Use the meta-key as expected by emacs/irssi. XTerm*metaSendsEscape: true ! Make sure XTerm allows send events. Necessary for stumpWM so Ctrl-t t can ! send a Ctrl-t to the application running in XTerm. Thanks to [df] in ! #stumpwm on Freenode (2009-05-18 22:05). -XTerm*allowSendEvents: true +!XTerm*allowSendEvents: true ! Use 256 colors in XTerm. XTerm.termName: xterm-256color