diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-28 09:52:50 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-28 09:52:50 +0000 |
commit | 3be5b10b0310ba35d64a06aeb889e7a783b4aab1 (patch) | |
tree | e0c6add87922b77ed8107c03629110aa508fc1d4 /Xdefaults | |
parent | da307b8c37f9fe40a48938b1b519e9fcb7a3952d (diff) | |
download | rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar.gz rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar.bz2 rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.tar.xz rootfiles-3be5b10b0310ba35d64a06aeb889e7a783b4aab1.zip |
Initial revisionoxygentopic/MandrakeSoft
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 |