Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created August 8, 2012 20:49
Show Gist options
  • Save nitrix/3298676 to your computer and use it in GitHub Desktop.
Save nitrix/3298676 to your computer and use it in GitHub Desktop.
----------
! Xft settings
! ------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! -----------------------------------------------------
! Seems like this line fixed my problem,
! along with configuring the /etc/locale something file
! -----------------------------------------------------
LANG=en_US.utf8
urxvt*font: xft:terminus:pixelsize=12
urxvt*boldFont: xft:terminus:pixelsize=12
urxvt*termName: rxvt
urxvt*background: #212629
urxvt*foreground: #737c80
urxvt*scrollBar: false
urxvt*matcher.button: 1
urxvt*cursorBlink: true
urxvt*cursorColor: #c1c8c9
urxvt*colorBD: #9a7b88
urxvt.transparent: false
urxvt*allow_bold: true
Xft*dpi: 96
Xft*antialias: false
Xft*hinting: full
URxvt*inheritPixmap: false
!URxvt*tintColor: black
!URxvt*shading: 80
!URxvt*geometry: 80x17
!black
URxvt*color0: #111313
URxvt*color8: #424446
!red
URxvt*color1: #9e6b71
URxvt*color9: #b69094
!green
URxvt*color2: #719e6b
URxvt*color10: #94b690
!yellow
URxvt*color3: #9e986c
URxvt*color11: #b5b18f
!blue
URxvt*color4: #6c8b9e
URxvt*color12: #90a7b6
!magenta
URxvt*color5: #986b9e
URxvt*color13: #b290b6
!cyan
URxvt*color6: #6b9e98
URxvt*color14: #90b6b3
!white
URxvt*color7: #b8baba
URxvt*color15: #cdcfce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment