Last active
February 28, 2017 09:13
-
-
Save redguardtoo/4b5a4368c45145a79a460ff6597ca2b2 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
! rxvt-unicode-256color recommended | |
! @see http://websemantics.co.uk/resources/font_size_conversion_chart/ | |
! 16px media; 18px large; 24px x-large ... | |
URxvt.font:xft:WenQuanYi Zen Hei Mono:pixelsize=20:antialias=True | |
URxvt.boldFont:xft:WenQuanYi Zen Hei Mono:pixelsize=20:antialias=True | |
URxvt.inputMethod: fcitx | |
URxvt.preeditType: OnTheSpot,None | |
URxvt*termName: rxvt | |
URxvt*scrollBar_right: false | |
URxvt*scrollBar: false | |
URxvt.transparent: true | |
URxvt.tintColor: white | |
URxvt.shading: 20 | |
*foreground: #eaeaea | |
*background: #000000 | |
*cursorColor: #aeafad | |
*color0: #000000 | |
*color1: #912226 | |
*color2: #778900 | |
*color3: #ae7b00 | |
*color4: #1d2594 | |
*color5: #682a9b | |
*color6: #2b6651 | |
*color7: #929593 | |
*color8: #666666 | |
*color9: #cc6666 | |
*color10: #b5bd68 | |
*color11: #f0c674 | |
*color12: #81a2be | |
*color13: #b294bb | |
*color14: #8abeb7 | |
*color15: #ecebec | |
URxvt.perl-ext : default,matcher,tabbed | |
URxvt.urlLauncher : /usr/bin/firefox | |
Xft.dpi: 96 | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.lcdfilter: lcddefault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment