diff options
Diffstat (limited to 'Xdefaults')
-rw-r--r-- | Xdefaults | 57 |
1 files changed, 57 insertions, 0 deletions
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\ + <Key>BackSpace: string(0x7F)\n\ + <Key>Delete: string("\033[3~")\n\ + <Key>Home: string("\033[1~")\n\ + <Key>End: string("\033[4~") + <KeyPress>Prior : scroll-back(1,page)\n\ + <KeyPress>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\ + <KeyPress>Prior : scroll-back(1,page)\n\ + <KeyPress>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 |