*.foreground:    #c0caf5
*.background:    #1a1b26
*.cursorColor:   #c0caf5
*.highlightColor:#364A82

!*fading:                  40
!*fadeColor:               S_base03
!*pointerColorBackground:  S_base01
!*pointerColorForeground:  S_base1

! Normal      Bright
! --------    -------
! 0 Black      8 Black
! 1 Red        9 Red
! 2 Yellow    10 Yellow
! 3 Green     11 Green
! 4 Blue      12 Blue
! 5 Magenta   13 Magenta
! 6 Cyan      14 Cyan
! 7 White     15 White

! Black colours
*.color0:        #1D202F
*.color8:        #414868
! Red colours
*.color1:        #f7768e
*.color9:        #f7768e
! Yellow colours
*.color2:        #9ece6a
*.color10:       #9ece6a
! Green colours
*.color3:        #e0af68
*.color11:       #e0af68
! Blue colours
*.color4:        #7aa2f7
*.color12:       #7aa2f7
! Magenta (pink, !green) colours
*.color5:        #bb9af7
*.color13:       #bb9af7
! Cyan (blue + green)
*.color6:        #7dcfff
*.color14:       #7dcfff
! White colours
*.color7:        #a9b1d6
*.color15:       #c0caf5

! xterm.vt100.faceName:           Terminus:style=Regular:size=10
! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10

XTerm.vt100.bellIsUrgent:          true
XTerm.vt100.alternateScroll: true
XTerm.vt100.selectToClipboard: true

URxvt.scrollBar: false
URxvt.perl-ext-common: default,selection-to-clipboard
URxvt.clipboard.autocopy: true  ! sync primary and clipboard buffers
URxvt.secondaryScreen:  1
URxvt.secondaryScroll:  0
URxvt.secondaryWheel:   1
URxvt*urgentOnBell: true
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt.font:     xft:bitstream vera sans mono:size=12:antialias=true
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=12:antialias=true
URxvt.letterSpace : -2 ! Put characters slightly closer together
URxvt.termName : rxvt-unicode-256color
!Urxvt*termName:  screen-256color
URxvt.iso14755 : false
URxvt.iso14755_52: false

! transparency in i3
!URxvt.transparent: true
!URxvt.shading:20

Xft.dpi: 96
Xft.Hinting: 1
Xft.RGBA: rgb
Xft.HintStyle: hintslight
Xft.Antialias: 1