Created
April 26, 2009 22:41
-
-
Save cmelbye/102202 to your computer and use it in GitHub Desktop.
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 | |
! | |
urxvt*termName: rxvt-unicode | |
! url launcher thing | |
Urxvt*perl-lib: /usr/lib/urxvt/perl/ | |
URxvt*perl-ext-common: option-popup,matcher | |
URxvt*urlLauncher: /usr/bin/firefox | |
URxvt*matcher.button: 1 | |
! so that URLs containing & , = ? ; will not break words so | |
! they can be selected entirely with one double-click | |
URxvt*cutchars: `"()'*<>[]{|} | |
urxvt*font: xft:Inconsolata-9 | |
!urxvt*boldFont: xft:Inconsolata-12 | |
! And sometimes, I decide 'NO SCROLLBAR' | |
urxvt*scrollBar: False | |
!urxvt*scrollstyle: xterm | |
!urxvt*scrollbar_right: true | |
! Sometimes I need to look at stuff that was previously said... | |
urxvt*scrollttyoutput: true | |
urxvt*internalBorder: 6 | |
URxvt*foreground: #fefefe | |
!URxvt*background: #333333 | |
! for real transparency with a compositing window manager | |
urxvt.depth: 32 | |
urxvt.background: rgba:3300/3300/3300/eeee | |
URxvt*underlineColor: #86a2be | |
!black text | |
urxvt*color0: #242424 | |
urxvt*color8: #606060 | |
!red text | |
urxvt*color1: #b76666 | |
urxvt*color9: #fb6767 | |
!green text | |
urxvt*color2: #5ca782 | |
urxvt*color10: #468f57 | |
!yellow text | |
urxvt*color3: #cba185 | |
urxvt*color11: #f6e5b3 | |
!blue text | |
urxvt*color4: #4c6d8e | |
urxvt*color12: #a0d1ff | |
!magenta text | |
urxvt*color5: #bd7da9 | |
urxvt*color13: #ff9ee7 | |
!cyan text | |
urxvt*color6: #83bfc2 | |
urxvt*color14: #96e5e9 | |
!white | |
urxvt*color7: #a4a4a4 | |
urxvt*color15: #ffffff | |
! | |
! Xterm | |
! | |
xterm*font: -*-terminal-medium-r-*-*-14-*-*-*-*-*-*-1 | |
xterm*background: #111111 | |
xterm*foreground: #eeeeee | |
! | |
! Xcursor | |
! | |
Xcursor*theme: Neutral |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment