1
0
Fork 0
dotfiles/Xresources.d/50_urxvt

55 lines
854 B
Plaintext

! urxvt configuration
! font
urxvt.font: xft:Droid Sans Mono:pixelsize=9:antialias=true:hinting=true
urxvt.boldFont: xft:Droid Sans Mono:pixelsize=9:bold:antialias=true:hinting=true
urxvt.letterSpace: -2
urxvt.lineSpace: -2
! printing (pipe to true, which does nothing)
urxvt.print-pipe: true
! misc
urxvt.scrollBar: false
urxvt.visualBell: true
urxvt.modifier: alt
!!! colors (based on Tango Icon Theme color scheme)
*background: Black
*foreground: #babdb6
! black
*color0: #2e3436
*color8: #555753
! red
*color1: #a40000
*color9: #cc0000
! green
*color2: #4e9a06
*color10: #73d216
! yellow
*color3: #c4a000
*color11: #edd400
! blue
*color4: #3465a4
*color12: #729fcf
! magenta
*color5: #75507b
*color13: #ad7fa8
! cyan
*color6: turquoise4
*color14: cyan3
! white
*color7: #babdb6
*color15: #d3d7cf
! vim: set ft=xdefaults: