Skip to content

Instantly share code, notes, and snippets.

@radiosilence
Last active December 14, 2015 03:59
Show Gist options
  • Save radiosilence/5024612 to your computer and use it in GitHub Desktop.
Save radiosilence/5024612 to your computer and use it in GitHub Desktop.
xresources
!URxvt.font: -*-unifont-medium-*-*-*-16-*-*-*-*-*-*-*
!URxvt.boldFont: -*-unifont-medium-*-*-*-16-*-*-*-*-*-*-*
! Terminus
URxvt.font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-*
URxvt.boldFont: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-*
! Tamsyn
!URxvt.font: -misc-tamsyn-medium-r-normal--14-*-*-100-*-*-iso8859-1
!URxvt.boldFont: -misc-tamsyn-bold-r-normal--14-*-*-100-*-*-iso8859-1
! Tamzen
!URxvt.font: -misc-tamzen-medium-r-normal--14-*-*-100-*-*-iso8859-1
!URxvt.boldFont: -misc-tamzen-bold-r-normal--14-*-*-100-*-*-iso8859-1
! Termsyn
!URxvt.font: -misc-termsyn-medium-*-*--14-*-*-*-*-*-iso8859-1
!URxvt.boldFont: -misc-termsyn-bold-*-*--14-*-*-*-*-*-iso8859-1
URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard
URxvt.modifier: super
! Original Colors
! urxvt*color8: #4DA869
! urxvt*color9: #EF2929
! urxvt*color10: #BDA2BF
! urxvt*color11: #FFF391
! urxvt*color12: #7587A6
! urxvt*color13: #F0C47B
! urxvt*color14: #FF4040
! urxvt*color15: #EEEEEC
! urxvt*color0: #2E3436
! !urxvt*color0: #000000
! urxvt*color1: #DD1144
! urxvt*color2: #9B859D
! urxvt*color3: #F9EE98
! urxvt*color4: #424D5E
! urxvt*color5: #CDA869
! urxvt*color6: #E94444
! urxvt*color7: #C2C2C2
! Keyboard select
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
! URL select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.autocopy: true
URvxt.url-select.button: 1
URvxt.url-select.launcher: mimeo
URxvt.url-select.underline: true
! 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.foreground: #ffffff
URxvt.scrollBar: false
URxvt.depth: 32
URxvt.background: #0E0E0E
!URxvt.background: #201615
! Colorz
urxvt*color0: #200a04
urxvt*color1: #a04677
urxvt*color2: #a06f7c
urxvt*color3: #b57139
urxvt*color4: #492da0
urxvt*color5: #685da0
urxvt*color6: #dfa05e
urxvt*color7: #a01c13
urxvt*color8: #c0a37d
urxvt*color9: #6a45c8
urxvt*color10: #e8f3ef
urxvt*color11: #c8351a
urxvt*color12: #c89d9d
urxvt*color13: #a1cbdb
urxvt*color14: #c8867e
urxvt*color15: #9eabc8
Xft.dpi: 141
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: false
Xft.hintstyle: hintnone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment