XTerm*vt100..background: black
XTerm*vt100..foreground: white

! urxvt
! appearance
URxvt.scrollBar: false
URxvt.cursorBlink: false
! colors
URxvt.depth: 32
URxvt.background: [75]#000000
URxvt.foreground: #d7d7d7
URxvt.cursorColor: #ffffff
URxvt.cursorUnderline: true
URxvt.pointerColor: #ffffff
! font
URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
URxvt.letterSpace: -1
URxvt.lineSpace: 0
! scrolling
URxvt*scrollTtyKeypress: true
URxvt*scrollWithBuffer: true
URxvt*secondaryScroll: true
URxvt*saveLines: 65535
! extentions
URxvt.perl-ext-common: default,clipboard
! keybindings
URxvt.keysym.Home:          \033[1~
URxvt.keysym.Ins:           \033[2~
URxvt.keysym.Del:           \033[3~
URxvt.keysym.End:           \033[4~
URxvt.keysym.Prior:         \033[5~
URxvt.keysym.Next:          \033[6~
URxvt.keysym.Up:            \033[A
URxvt.keysym.Down:          \033[B
URxvt.keysym.Right:         \033[C
URxvt.keysym.Left:          \033[D
