Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2013 09:43
Show Gist options
  • Save anonymous/6658444 to your computer and use it in GitHub Desktop.
Save anonymous/6658444 to your computer and use it in GitHub Desktop.
My own urxvt related Xdefaults section
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintmedium
URxvt.font: xft:Ubuntu Mono:size=9
URxvt.scrollBar: false
URxvt.depth: 32
URxvt.foreground: #d0d0d0
! true transparency
URxvt.background: [85]#000000
URxvt.perl-ext: default,matcher
URxvt.url-launcher: google-chrome
URxvt.matcher.button: 1
URxvt.visualBell: true
! disable iso14755 for Shift-C
URxvt.iso14755: false
URxvt.iso14755_52: false
! make vim tabs happy (C-left/right)
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
!black
URxvt.color0: #150f0f
URxvt.color8: #5e5e5e
!red
URxvt.color1: #eb4509
URxvt.color9: #eb4509
!green
URxvt.color2: #94e76b
URxvt.color10: #95e76b
! yellow
URxvt.color3: #C4A000
URxvt.color11: #FCE94F
!blue
URxvt.color4: #266efe
URxvt.color12: #266efe
!magenta
URxvt.color5: #e32c57
URxvt.color13: #e32c57
! cyan dark/light
URxvt.color6: #2aa198
URxvt.color14: #5dd3cb
!white
URxvt.color7: #efefef
URxvt.color15: #efefef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment