! -*-Mode: xrdb;-*-
!
! /etc/X11/ude/urdb
!
! rdb file for uwm (0.2.7-BETA)
!
! Please read /usr/doc/ude/uwm_manual.ascii.gz and/or
! /usr/doc/ude/manual.dvi for more information.
!
! urdb-files have the same format as xrdb files (see xrdb
! documentation for details) except that there are some additional
! macros defined which are replaced by uwm workspace dependent. These
! macros are:
!
!	@BACKGROUND@
!		represents the workspace's background color set with
!		"BackColor" in uwmrc.
!	@LIGHTCOLOR@
!		represents the workspace's light bevel color for
!		"BackColor".
!	@SHADOWCOLOR@
!		represents the workspace's shadow bevel color for
!		"BackColor".
!	@STANDARDTEXT@
!		represents the workspace's standard text color
!		("TextColor").
!	@INACTIVETEXT@
!		represents the workspace's color for inactive text
!		("InactiveText").
!	@HIGHLIGHTEDTEXT@
!		represents the workspace's color for highlighted text
!		("HighlightedText").
!	@HIGHLIGHTEDBGR@
!		represents the workspace's background color for
!		highlighted text ("HighlightedBgr").
!	@TEXTCOLOR@
!		represents the workspace's text color for text windows
!		("TextColor").
!	@TEXTBGR@
!		represents the workspace's background color for text
!		windows ("TextBgr").
!	@BEVELWIDTH@
!		the standard bevel width ("BevelWidth").
!	@FLAGS@
!		1 if transient menus are activated, if not 0.
!	@STANDARDFONT@
!		the standard font ("MenuFont").
!	@INACTIVEFONT@
!		the font for inactive buttons etc ("InactiveFont").
!	@HIGHLIGHTFONT@
!		the font used for highlighted text ("HighlightFont").
!	@TEXTFONT@
!		the font used for text windows ("TextFont").
!
! for comments use hash ('#'), '!' or '%' as first (!) character of
! the line.

! general resources
*background: @BACKGROUND@
*foreground: @STANDARDTEXT@
*lowlight: @SHADOWCOLOR@
*highlight: @LIGHTCOLOR@

! Emacs
! Emacs.height: 589
! Emacs.width: 789
Emacs.pane.menubar.foreground: @STANDARDTEXT@
Emacs.pane.menubar.background: @BACKGROUND@
Emacs.pane.menubar.font: @STANDARDFONT@
Emacs.foreground: @TEXTCOLOR@
Emacs.background: @TEXTBGR@

! Netscape
Netscape*foreground: @STANDARDTEXT@
Netscape*background: @BACKGROUND@
Netscape*selectForeground: @HIGHLIGHTEDTEXT@
Netscape*selectBackground: @HIGHLIGHTEDBGR@
Netscape*fontList: @STANDARDFONT@
Netscape*XmTextField.background: @TEXTBGR@
Netscape*XmTextField.foreground: @TEXTCOLOR@
Netscape*XmList.background: @TEXTBGR@
Netscape*XmList.foreground: @TEXTCOLOR@
Netscape*highlightColor: @HIGHLIGHTEDBGR@
Netscape*raiseForeground: @HIGHLIGHTEDTEXT@

! XView resources
Font.Name: @STANDARDFONT@
Window.Color.Foreground: @TEXTCOLOR@
Window.Color.Background: @TEXTBGR@
OpenWindows.windowColor: @BACKGROUND@
OpenWindows.workspaceColor: @BACKGROUND@

! Xaw3d (Athena) resources (might be not quite correct yet)
*Form.background: @BACKGROUND@
*TransientShell*Dialog.background: @BACKGROUND@
*Command.background: @TEXTBGR@
*ScrollbarBackground: @BACKGROUND@
*ScrollbarForeground: @TEXTCOLOR@
*Scrollbar*pointerColor: black
*Scrollbar*pointerColorBackground:      white

! for nedit (make syntax highlighting still visible...)
nedit*Text.background: white

! for xdvi (i like my dvis displayed black on white...)
xdvi*background: white
xdvi*foreground: black
xdvi*cursorColor: black

