Last active
January 15, 2016 15:02
-
-
Save smakhtin/8dba6f001df461885cf9 to your computer and use it in GitHub Desktop.
urxvt config
This file contains 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*foreground: white | |
urxvt*background: black | |
*color0: #2E3436 | |
*color1: #a40000 | |
*color2: #4E9A06 | |
*color3: #C4A000 | |
*color4: #3465A4 | |
*color5: #75507B | |
*color6: #ce5c00 | |
*color7: #babdb9 | |
*color8: #555753 | |
*color9: #EF2929 | |
*color10: #8AE234 | |
*color11: #FCE94F | |
*color12: #729FCF | |
*color13: #AD7FA8 | |
*color14: #fcaf3e | |
*color15: #EEEEEC | |
URxvt*geometry: 80x30 | |
URxvt*scrollBar: false | |
URxvt.xftAntialias: true | |
URxvt.font: 9x50 | |
!-- Xft settings -- ! | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintfull | |
Xft.lcdfilter: lcddefault | |
Xft.autohint: 0 | |
! -- Fonts -- ! | |
URxvt.font:xft:Monospace:pixelsize=12 | |
URxvt.boldfont:xft:Monospace-Bold:pixelsize=12 | |
URxvt.clipboard.autocopy: true | |
URxvt.perl-ext-common: default,tabbed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment