Created
June 22, 2012 09:36
-
-
Save rroemhild/2971694 to your computer and use it in GitHub Desktop.
Xdefaults solarized
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
!---------------------------------------------------------- | |
! Xft settings | |
!---------------------------------------------------------- | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
!---------------------------------------------------------- | |
! URxvt settings | |
!---------------------------------------------------------- | |
URxvt.depth: 32 | |
URxvt.transparent: false | |
URxvt.shading: 18 | |
URxvt.fading: 10 | |
URxvt.urgentOnBell: false | |
URxvt.visualBell: false | |
URxvt.loginShell: true | |
URxvt.internalBorder: 3 | |
URxvt.lineSpace: 0 | |
URxvt*scrollBar: false | |
!! Font | |
URxvt.allow_bold: true | |
URxvt*font: xft:DejaVu Sans Mono:size=9 | |
URxvt*boldFont: xft:DejaVu Sans Mono:size=9 | |
!! Scrollbar | |
URxvt.scrollStyle: rxvt | |
URxvt.scrollBar: false | |
URxvt*saveLines: 10000 | |
!! Perl extensions | |
URxvt.perl-ext-common: default,matcher,clipboard | |
URxvt.keysym.Shift-Control-C: perl:clipboard:copy | |
URxvt.keysym.Shift-Control-V: perl:clipboard:paste | |
URxvt.matcher.button: 1 | |
URxvt.urlLauncher: firefox | |
!! Cursor | |
URxvt.cursorBlink: true | |
URxvt.cursorColor: #657b83 | |
URxvt.cursorUnderline: false | |
!! Pointer | |
URxvt.pointerBlank: true | |
!---------------------------------------------------------- | |
! Color settings | |
! Source http://ethanschoonover.com/solarized | |
!---------------------------------------------------------- | |
!! Light | |
URxvt*background: #fdf6e3 | |
URxvt*foreground: #586e75 | |
URxvt*fadeColor: #fdf6e3 | |
URxvt*color0: #073642 | |
URxvt*color1: #dc322f | |
URxvt*color2: #859900 | |
URxvt*color3: #b58900 | |
URxvt*color4: #268bd2 | |
URxvt*color5: #d33682 | |
URxvt*color6: #2aa198 | |
URxvt*color7: #eee8d5 | |
URxvt*color8: #002b36 | |
URxvt*color9: #cb4b16 | |
URxvt*color10: #586e75 | |
URxvt*color11: #657b83 | |
URxvt*color12: #cb4b16 | |
URxvt*color13: #6c71c4 | |
URxvt*color14: #93a1a1 | |
URxvt*color15: #fdf6e3 | |
!! Dark | |
!URxvt*background: #002b36 | |
!URxvt*foreground: #657b83 | |
!URxvt*fadeColor: #002b36 | |
!URxvt*color0:#073642 | |
!URxvt*color1:#dc322f | |
!URxvt*color2:#859900 | |
!URxvt*color3:#b58900 | |
!URxvt*color4:#268bd2 | |
!URxvt*color5:#d33682 | |
!URxvt*color6:#2aa198 | |
!URxvt*color7:#eee8d5 | |
!URxvt*color8:#002b36 | |
!URxvt*color9:#cb4b16 | |
!URxvt*color10:#586e75 | |
!URxvt*color11:#657b83 | |
!URxvt*color12:#839496 | |
!URxvt*color13:#6c71c4 | |
!URxvt*color14:#93a1a1 | |
!URxvt*color15:#fdf6e3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment