Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created January 15, 2011 20:43
Show Gist options
  • Save creaktive/781229 to your computer and use it in GitHub Desktop.
Save creaktive/781229 to your computer and use it in GitHub Desktop.
urxvt config
! foreground/background
URxvt.background: #161616
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
! magenta
URxvt.color5 : #B218B2
URxvt.color13 : #FF54FF
! cyan
URxvt.color6 : #18B2B2
URxvt.color14 : #54FFFF
! white
URxvt.color7 : #B2B2B2
URxvt.color15 : #FFFFFF
URxvt.font: xft:ProFont:pixelsize=11:antialias=false
!URxvt.boldFont: xft:ProFont:pixelsize=11:antialias=false
URxvt.cursorColor: #00FF00
URxvt.cursorBlink: true
URxvt.scrollBar_right: true
!URxvt.transparent: true
!URxvt.shading: 20
URxvt.depth: 32
URxvt.background: rgba:0000/0000/0000/dddd
URxvt.termName: xterm-256color
URxvt.iconFile: /usr/share/pixmaps/urxvt_32x32.xpm
URxvt.scrollstyle: plain
URxvt.saveLines: 10240
URxvt.urlLauncher: firefox
URxvt.keysym.Home: \033[1~
URxvt.keysym.End: \033[4~
URxvt.keysym.0xfe20: \033[Z
!URxvt.keysym.0xffbe: list|^[O|PQRS|
#URxvt.perl-ext-common: default,tabbed,matcher
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: firefox
URxvt.matcher.button: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment