Created
March 11, 2017 18:01
-
-
Save nikhan/80b5196178f523282ac25e8c11bc8a72 to your computer and use it in GitHub Desktop.
.Xresources
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.antialias: true | |
Xft.rgba: none | |
! | |
Xft.hinting: true | |
Xft.autohint: true | |
Xft.hintstyle: hintslight | |
URxvt*termName: screen-256color | |
URxvt*scrollBar: false | |
URxvt*visualBell: false | |
URxvt*urgentOnBell: true | |
URxvt*mapAlert: true | |
URxvt.font: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.imFont: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.boldFont: xft:Ubuntu Mono:bold:pixelsize=14:antialias=true | |
URxvt.italicFont: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.boldItalicFont: xft:Ubuntu Mono:pixelsize=14:antialias=true | |
URxvt.letterSpace: 0 | |
URxvt*saveLines: 10000 | |
URxvt*buffered: true | |
URxvt.internalBorder: 24 | |
URxvt.externalBorder: 0 | |
*background: rgb:1a/1a/1a | |
*foreground: rgb:d6/d6/d6 | |
*color0: rgb:1a/1a/1a | |
*color1: rgb:9e/18/28 | |
*color2: rgb:00/88/00 | |
*color3: rgb:96/8a/38 | |
*color4: rgb:41/41/71 | |
*color5: rgb:96/3c/59 | |
*color6: rgb:41/81/79 | |
*color7: rgb:be/be/be | |
*color8: rgb:66/66/66 | |
*color9: rgb:cf/61/71 | |
*color10: rgb:7c/bc/8c | |
*color11: rgb:ff/f7/96 | |
*color12: rgb:41/86/be | |
*color13: rgb:cf/9e/be | |
*color14: rgb:71/be/be | |
*color15: rgb:ff/ff/ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment