! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
!
! Modification for Linux-Mandrake by Chmouel Boudjnah <chmouel@mandraksoft.com>
!
! Modifications for ALT Linux by ALT Linux Team <devel@altlinux.ru>
! (C) 2002-2003, ALT Linux Team <devel@altlinux.ru>
!
! You may use this file as specified under the GNU General Public License

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Emacs, xEmacs

! A copy of all active Emacs resources from /etc/X11/app-deafults/Emacs:
! (This is not stupid: we want that all Emacs X-clients look the same way
! on our desktop.)
Emacs.Foreground: black
Emacs.Background: honeydew
Emacs.mode-line.attributeForeground: red
Emacs.mode-line.attributeBackground: lemon chiffon
Emacs.bold-italic.attributeForeground: blue
Emacs*pointerColor: Orchid
Emacs*cursorColor: Orchid
Emacs*bitmapIcon: on

Emacs.default.attributeFamily: fixed

! Some Emacs examples:
! Use similar lines in your ~/.Xdefaults 
! to override the colour everywhere in Emacs:
!Emacs*background: green
!Emacs*foreground: red
! Set another window sizes for Emacs:
!Emacs.geometry: 80x25
!Emacs.geometry: 75x67


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! xterm (and friends)

XTerm*highlightSelection:  true
! Comment this out to disable color for the bold attribute
XTerm*VT100*colorBDMode:  on
XTerm*VT100*colorBD:  blue
! Comment this out to disable color for underline attribute
XTerm*VT100*colorULMode:  on
XTerm*VT100*underLine:  off
XTerm*VT100*colorUL:  magenta
XTerm*scrollBar:  true
XTerm*fontMenu*fontdefault*Label:Default                                                    

! This resource specifies whether or not to ignore the 'alternate screen'
! of applications such as less and vi.  When it is off, these applications
! will restore the contents of the screen when they are exited to what they
! were before they were started.  When it is on, the contents of view will
! remain on the screen after the program is quit.
XTerm*VT100*titeInhibit: off
Aterm*VT100*titeInhibit: off
Rxvt*VT100*titeInhibit: off

! 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:	9999

xterm*reverseWrap:	on

*visualBell:		off
*scrollTtyOutput:	off
*scrollKey:		on
Scrollbar.JumpCursor:	on

! Suppr support.
*VT100.Translations: #override \
<Key>BackSpace: string(0x7F)\n\
<Key>Delete: string("\033[3~")\n\
<Key>Home: string("\033[1~")\n\
<Key>End: string("\033[4~")

! GVim great Colors.
Vim.geometry:	88x35
Vim*background:	black
Vim*foreground:	lightyellow
Vim*font:		fixed
Vim*menuBackground: black
Vim*menuForeground: moccasin

! Wheel mouse support for netscape.
Netscape*globalTranslations: #override\
	<Btn5Up>: LineDown()\n\
	<Btn4Up>: LineUp()

! Xcursor theme
Xcursor.theme: whiteglass
