! Sample ~/.Xresources
!
! Note: In ~/.Xresources, comments begin with "!", not "#"
!
! To apply any changes you make here, run: xrdb -merge ~/.Xresources
! or log out and back in 

! Zephyrs should have black text on a white background
zwgc.style*foreground: black
zwgc.style*background: white
! Except for personal zephyrs, which should have white text on red background
zwgc.style.message.personal*foreground: white
zwgc.style.message.personal*background: red

! Login messages should appear in the bottom left
zwgc.style.login*geometry: +0-0
zwgc.style.logout*geometry: +0-0

! Personal messages should be centered
zwgc.style.message.personal*geometry: +c+c

! Windowgrams must wait 1000ms before being clicked away
zwgc*minTimeToLive: 1000

! xterm windows should have have a "blanched almond" font on black background
XTerm*foreground: black
XTerm*background: blanchedalmond
! So should emacs
emacs*foreground: black
emacs*background: blanchedalmond

! xterms should have a scroll bar, and save 500 lines in their scrollback buffer
XTerm*scrollBar: true
XTerm*saveLines: 500
XTerm*Scrollbar*thickness: 5
  
! Run xcalc in reverse polish notation mode (like an HP-10C calculator) 
xcalc*Rpn: true

