Skip to content

Instantly share code, notes, and snippets.

@594727294
Created March 5, 2015 23:19
Show Gist options
  • Save 594727294/e795ec92fb25843c3f9e to your computer and use it in GitHub Desktop.
Save 594727294/e795ec92fb25843c3f9e to your computer and use it in GitHub Desktop.
~/.Xresources
URxvt.termName: rxvt
URxvt.tabbed.tabbar-fg: #AAA
URxvt.tabbed.tabbar-bg: #111
URxvt.tabbed.tab-fg: #111
URxvt.tabbed.tab-bg: #AAA
URxvt.scrollBar: false
URxvt.font: xft:Tewi:size=8
URxvt.boldFont: xft:Tewi-bold:size=8
!Colours
! special
URxvt*.foreground: #a2a2a2
URxvt*.background: #292929
URxvt*.cursorColor: #a2a2a2
! black
URxvt*.color0: #4e4e4e
URxvt*.color8: #777777
! red
URxvt*.color1: #a9635d
URxvt*.color9: #ffbbb2
! green
URxvt*.color2: #468459
URxvt*.color10: #9ddeaf
! yellow
URxvt*.color3: #c0e9c4
URxvt*.color11: #a9e091
! blue
URxvt*.color4: #5879af
URxvt*.color12: #b3d1ff
! magenta
URxvt*.color5: #9c6594
URxvt*.color13: #fabdf0
! cyan
URxvt*.color6: #008592
URxvt*.color14: #79e0ed
! white
URxvt*.color7: #cfcfcf
URxvt*.color15: #ffffff
URxvt.perl-ext-common: ...,url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.perl-ext-common: ...,clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
URxvt.perl-ext-common: ...,url-select
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt*internalBorder: 10
URxvt*externalBorder: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment