Created
March 1, 2014 10:29
-
-
Save dry/9288060 to your computer and use it in GitHub Desktop.
URxvt Solarized for Awesome WM
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.depth: 32 | |
#URxvt.geometry: 90x30 | |
URxvt.background: rgba:4444/4444/4444/9999 | |
URxvt.scrollBar: false | |
URxvt.font: xft:Source Code Pro:size=7 | |
URxvt.letterSpace: -2 | |
URxvt.foreground: rgb:bbbb/bbbb/bbbb | |
Xft.dpi: 144 | |
Xft.antialias: true | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
*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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment