Skip to content

Instantly share code, notes, and snippets.

@voutilad
Created May 2, 2017 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voutilad/39529092c95a1e4300e3eef0eb6d7474 to your computer and use it in GitHub Desktop.
Save voutilad/39529092c95a1e4300e3eef0eb6d7474 to your computer and use it in GitHub Desktop.
XTerm.termName: xterm-256color
! Colors
URxvt*background: #000000
URxvt*foreground: #B2B2B2
! black
URxvt*color0: #000000
URxvt*color8: #686868
! red
URxvt*color1: #B21818
URxvt*color9: #FF5454
! green
URxvt*color2: #18B218
URxvt*color10: #54FF54
! yellow
URxvt*color3: #B26818
URxvt*color11: #FFFF54
! blue
URxvt*color4: #1818B2
URxvt*color12: #5454FF
! purple
URxvt*color5: #B218B2
URxvt*color13: #FF54FF
! cyan
URxvt*color6: #18B2B2
URxvt*color14: #54FFFF
! white
URxvt*color7: #B2B2B2
URxvt*color15: #FFFFFF
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.rgba: rgb
URxvt*font: xft:Inconsolata:pixelsize=16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment