From 3be5b10b0310ba35d64a06aeb889e7a783b4aab1 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 28 Dec 1999 09:52:50 +0000 Subject: Initial revision --- Xdefaults | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Xdefaults (limited to 'Xdefaults') diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..560882d --- /dev/null +++ b/Xdefaults @@ -0,0 +1,57 @@ +#ifdef COLOR +*customization: -color +#endif + +emacs*Background: DarkSlateGray +emacs*Foreground: Wheat +emacs*pointerColor: Orchid +emacs*cursorColor: Orchid +emacs*bitmapIcon: on +emacs*font: fixed +emacs.geometry: 80x25 + +Seyon.modems: /dev/modem + +xterm*background: Black +xterm*foreground: Wheat +xterm*cursorColor: Orchid +xterm*reverseVideo: false +xterm*scrollBar: true +xterm*reverseWrap: true +xterm*font: fixed +xterm*fullCursor: true +xterm*scrollTtyOutput: off +xterm*scrollKey: on +xterm*VT100.Translations: #override\n\ + BackSpace: string(0x7F)\n\ + Delete: string("\033[3~")\n\ + Home: string("\033[1~")\n\ + End: string("\033[4~") + Prior : scroll-back(1,page)\n\ + Next : scroll-forw(1,page) +xterm*titleBar: false + +xterm_color*background: Black +xterm_color*foreground: Wheat +xterm_color*cursorColor: Orchid +xterm_color*reverseVideo: false +xterm_color*scrollBar: true +xterm_color*saveLines: 5000 +xterm_color*reverseWrap: true +xterm_color*font: fixed +xterm_color.geometry: 80x25+20+20 +xterm_color*fullCursor: true +xterm_color*scrollTtyOutput: off +xterm_color*scrollKey: on +xterm_color*VT100.Translations: #override\n\ + Prior : scroll-back(1,page)\n\ + Next : scroll-forw(1,page) +xterm_color*titleBar: false + +! GVim great Colors. +Vim*background: black +Vim*foreground: lightyellow +Vim*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15-*5 +Vim*geometry: 88x35 +Vim*menuBackground: black +Vim*menuForeground: moccasin -- cgit v1.2.1