~/.Xresources
This colorized verison of my .Xresources configuration file is available for your convience.
The original file is available for download if you would like to use it.
! ----------------------------------------------------------------------
! file: ~/.Xresources
! author: moparx - https://moparx.com/configs
! date: 05/08/2013 - 18:12 EDT
! vim: set ai et fenc=utf-8 ft=xdefaults nu si sts=0 sw=4 ts=8 tw=0 :
! ----------------------------------------------------------------------
! settings -------------------------------------------------------------
Xcursor*theme: OpenZone_Black
Xft*antialias: true
Xft*dpi: 96
! rxvt-unicode ---------------------------------------------------------
URxvt*font: xft:Terminus\(TTF\):size=12
URxvt*boldFont: xft:Terminus\(TTF\):style=bold,size=12
URxvt*cursorBlink: true
URxvt*geometry: 80x25
URxvt*imLocale: en_US.UTF-8
URxvt*internalBorder: 0
URxvt*jumpScroll: true
URxvt*pointerBlank: true
URxvt*saveLines: 4000
URxvt*scrollBar: false
URxvt*scrollTtyKeypress: true
URxvt*scrollWithBuffer: false
URxvt*secondaryScroll: true
URxvt*termName: xterm-256color
URxvt*urgentOnBell: true
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher : /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg6 bg1
! colors ---------------------------------------------------------------
URxvt*cursorColor: #00AA00
*background: #000000
*foreground: #FFFFFF
!black
*color0: #000000
*color8: #555555
!red
*color1: #AA0000
*color9: #FF5555
!green
*color2: #00AA00
*color10: #55FF55
!yellow
*color3: #AA5500
*color11: #FFFF55
!blue
*color4: #0000AA
*color12: #5555FF
!magenta
*color5: #AA00AA
*color13: #FF55FF
!cyan
*color6: #00AAAA
*color14: #55FFFF
!white
*color7: #AAAAAA
*color15: #FFFFFF