Skip to content

Instantly share code, notes, and snippets.

@julienr
Created April 4, 2012 09:09
Show Gist options
  • Save julienr/2299860 to your computer and use it in GitHub Desktop.
Save julienr/2299860 to your computer and use it in GitHub Desktop.
.Xresources for urxvt
URxvt.depth: 32
URxvt.scrollBar: off
URxvt.font: -*-terminus-medium-r-normal-*-*-*-*-*-*-*-*-*
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
URxvt.background: #300A24
URxvt.foreground: #ffffff
! Colors matching gnome-terminal ubuntu theme (tango)
! black
URxvt.color0 : #000000
URxvt.color8 : #555753
! red
URxvt.color1 : #CC0000
URxvt.color9 : #EF2929
! green
URxvt.color2 : #4E9A06
URxvt.color10 : #8AE234
! yellow
URxvt.color3 : #C4A000
URxvt.color11 : #FCE94F
! blue
URxvt.color4 : #3465A4
URxvt.color12 : #729FCF
! magenta
URxvt.color5 : #75507B
URxvt.color13 : #AD7FA8
! cyan
URxvt.color6 : #06989A
URxvt.color14 : #34E2E2
! white
URxvt.color7 : #D3D7CF
URxvt.color15 : #EEEEEC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment