Created
June 29, 2013 16:01
-
-
Save radiosilence/5891672 to your computer and use it in GitHub Desktop.
Xresources for urxvt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!URxvt.font: -*-unifont-medium-*-*-*-16-*-*-*-*-*-*-* | |
!URxvt.boldFont: -*-unifont-medium-*-*-*-16-*-*-*-*-*-*-* | |
! Terminus | |
!URxvt.font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-iso10646-* | |
!URxvt.boldFont: -*-terminus-bold-*-*-*-16-*-*-*-*-*-iso10646-* | |
! Tamzen | |
URxvt.font: -misc-tamzen-medium-r-normal--17-*-*-*-*-*-iso8859-1 | |
URxvt.boldFont: -misc-tamzen-bold-r-normal--17-*-*-*-*-*-iso8859-1 | |
! Source Sans | |
!URxvt.font: xft:Source Code Pro:size=7 | |
!URxvt.boldFont: xft:Source Code Pro:bold:size=7 | |
! 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*color0: #2E3436 | |
!urxvt*color1: #DD1144 | |
!urxvt*color2: #9B859D | |
!urxvt*color3: #F9EE98 | |
!urxvt*color4: #424D5E | |
!urxvt*color5: #CDA869 | |
!urxvt*color6: #E94444 | |
!urxvt*color7: #C2C2C2 | |
!urxvt*color8: #4DA869 | |
!urxvt*color9: #EF2929 | |
!urxvt*color10: #BDA2BF | |
!urxvt*color11: #FFF391 | |
!urxvt*color12: #7587A6 | |
!urxvt*color13: #F0C47B | |
!urxvt*color14: #FF4040 | |
!urxvt*color15: #EEEEEC | |
! 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.background: #0E0E0E | |
!URxvt.background: #201615 | |
! Colorz | |
urxvt*color0: #200a04 | |
urxvt*color1: #a04677 | |
urxvt*color2: #a06f7c | |
urxvt*color3: #EFB169 | |
urxvt*color4: #492da0 | |
urxvt*color5: #685da0 | |
urxvt*color6: #dfa05e | |
urxvt*color7: #a01c13 | |
!urxvt*color8: #6B2F4F | |
urxvt*color8: #8F3F69 | |
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