Created
          April 20, 2014 04:37 
        
      - 
      
- 
        Save coddeys/11105157 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
    
  
  
    
  | !------------------------------------------------------------------------------- | |
| ! Xft settings | |
| !------------------------------------------------------------------------------- | |
| Xft.autohint: 0 | |
| Xft.dpi: 96 | |
| Xft.antialias: 1 | |
| Xft.rgba: rgb | |
| Xft.hinting: true | |
| Xft.hintstyle: hintslight | |
| Xft.lcdfilter: lcddefault | |
| !------------------------------------------------------------------------------- | |
| ! Urxvt base settings | |
| !------------------------------------------------------------------------------- | |
| URxvt.urlLauncher: firefox | |
| ! URxvt.url-launcher: /usr/bin/firefox | |
| ! URxvt*termName: xterm-256color | |
| URxvt*termName: rxvt-unicode | |
| URxvt.intensityStyles: false | |
| URxvt*buffered: true | |
| URxvt*cursorBlink: true | |
| URxvt*underlineColor: yellow | |
| URxvt*font: xft:inconsolata:size=15:antialias=true | |
| URxvt*borderless: 1 | |
| URxvt*scrollBar: false | |
| URxvt*loginShell: true | |
| URxvt*saveLines: 5000 | |
| URxvt.perl-ext-common: default,matcher | |
| URxvt.matcher.button: 1 | |
| *background: #002b36 | |
| *foreground: #657b83 | |
| !!*fading: 40 | |
| *fadeColor: #002b36 | |
| *cursorColor: #93a1a1 | |
| *pointerColorBackground: #586e75 | |
| *pointerColorForeground: #93a1a1 | |
| !! black dark/light | |
| *color0: #073642 | |
| *color8: #002b36 | |
| !! red dark/light | |
| *color1: #dc322f | |
| *color9: #cb4b16 | |
| !! green dark/light | |
| *color2: #859900 | |
| *color10: #586e75 | |
| !! yellow dark/light | |
| *color3: #b58900 | |
| *color11: #657b83 | |
| !! blue dark/light | |
| *color4: #268bd2 | |
| *color12: #839496 | |
| !! magenta dark/light | |
| *color5: #d33682 | |
| *color13: #6c71c4 | |
| !! cyan dark/light | |
| *color6: #2aa198 | |
| *color14: #93a1a1 | |
| !! white dark/light | |
| *color7: #eee8d5 | |
| *color15: #fdf6e3 | |
| !------------------------------------------------------------------------------- | |
| ! Solarized color scheme for the X Window System | |
| ! http://ethanschoonover.com/solarized | |
| !------------------------------------------------------------------------------- | |
| ! Common | |
| #define S_yellow #b58900 | |
| #define S_orange #cb4b16 | |
| #define S_red #dc322f | |
| #define S_magenta #d33682 | |
| #define S_violet #6c71c4 | |
| #define S_blue #268bd2 | |
| #define S_cyan #2aa198 | |
| #define S_green #859900 | |
| ! Dark | |
| #define S_base03 #002b36 | |
| #define S_base02 #073642 | |
| #define S_base01 #586e75 | |
| #define S_base00 #657b83 | |
| #define S_base0 #839496 | |
| #define S_base1 #93a1a1 | |
| #define S_base2 #eee8d5 | |
| #define S_base3 #fdf6e3 | |
| ! Light | |
| ! #define S_base03 #fdf6e3 | |
| ! #define S_base02 #eee8d5 | |
| ! #define S_base01 #93a1a1 | |
| ! #define S_base00 #839496 | |
| ! #define S_base0 #657b83 | |
| ! #define S_base1 #586e75 | |
| ! #define S_base2 #073642 | |
| ! #define S_base3 #002b36 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment