From d956d0e86d259b11c2a06da952e9214431122c42 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 17 Jun 2009 00:21:21 +0200 Subject: [PATCH] Xdefaults: Update foreground and cursor color. Use a light yellow cursor as it's more easy to spot than the white cursor. --- Xdefaults.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Xdefaults.in b/Xdefaults.in index 84ad25c..7e30cff 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -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 -- 2.44.1