]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xdefaults: Update foreground and cursor color.
authorSimon Ruderich <simon@ruderich.org>
Tue, 16 Jun 2009 22:21:21 +0000 (00:21 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 16 Jun 2009 22:21:21 +0000 (00:21 +0200)
Use a light yellow cursor as it's more easy to spot than the white cursor.

Xdefaults.in

index 84ad25c03cea145759aeb218db03eee68bc12683..7e30cfff8ca4006a15285235d87aed6ff96a6bbc 100644 (file)
@@ -1,10 +1,10 @@
 ! 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