X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Xdefaults.in;h=5bd7bab953693b8cd3fbcd2b5ba0773607a6b4a1;hb=733284d0188a7e5876c35ebff848b535de7c479f;hp=84ad25c03cea145759aeb218db03eee68bc12683;hpb=d0badaed11a7bec100c5488dc6c77aece473162a;p=config%2Fdotfiles.git diff --git a/Xdefaults.in b/Xdefaults.in index 84ad25c..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 +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