From 76b77c27dc117458ee99b467215ba3a7bcdbf3b6 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 20 Feb 2003 11:40:39 +0000 Subject: [PATCH] initial checkingCVS: ---------------------------------------------------------------------- git-svn-id: file:///svn/tfheen/trunk/dotfiles@125 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- Xdefaults | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Xdefaults diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..076fff7 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,77 @@ +! Parts (C) 1996 By Greg J. Badros +! You may use this file as specified under the GNU General Public License + +Xft.rgba: rgb + + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! emacs, xemacs + +! #define COLOR_PREF_DARK +#define COLOR_PREF_LIGHT +#ifdef COLOR_PREF_LIGHT + + +emacs*Background: LightGray +emacs*Foreground: Black + +#endif +#ifdef COLOR_PREF_DARK + +emacs*Background: Black +emacs*Foreground: LightGray + +#endif + +emacs*MenuBar: off +emacs*ScrollBars: off + +! emacs*pointerColor: Blue +! emacs*cursorColor: Blue +emacs*bitmapIcon: on +emacs*font: fixed +!emacs.geometry: 80x25 + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! xterm (and friends) + +XTerm*highlightSelection: true +! Uncomment this to use color for the bold attribute +XTerm*VT100*colorBDMode: on +XTerm*VT100*colorBD: blue +! Uncomment this to use color for underline attribute +XTerm.VT100*colorULMode: on +XTerm.VT100*underLine: off +XTerm*VT100*colorUL: magenta +! Uncomment this to display the scrollbar +XTerm*scrollBar: false + +XTerm*foreground: White +XTerm*background: Black + +! This resource specifies whether or not to ignore the 'alternate screen' +! of applications such as vi. When it is on, these applications will restore +! the contents of the screen when they are exited to what they were before +! they were started. When it is off, the contents of vi will remain on the +! screen after the program is quit. +XTerm.VT100.titeInhibit: true + +! +XTerm*eightBitControl: false +XTerm*eightBitInput: false + +! Uncomment this to turn off color mode in your xterms +!XTerm.VT100*colorMode: off +XTerm.VT100*dynamicColors: on + +! Number of lines of scrollback to save +XTerm*saveLines: 1500 + +xterm*reverseWrap: true + +*visualBell: true +*scrollTtyOutput: False +*scrollKey: True +Scrollbar.JumpCursor: True + +XLock.buttonLogout: 0 -- 2.39.5