Created
May 25, 2017 10:40
-
-
Save codification/3cf852c65030a137b6b9517c6ed6ebfe 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 settings --------------------------------------------------------------- | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
! URxvt settings --------------------------------------------------------------- | |
!URxvt*font: xft:Anonymous Pro:pixelsize=12:antialiasing=true | |
URxvt*font: xft:Inconsolata:pixelsize=16:antialiasing=true | |
!URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialiasing=true | |
URxvt*scrollBar: false | |
URxvt*perl-ext-common: font-size | |
!URxvt.keysym.C-Up: perl:font-size:increase | |
!URxvt.keysym.C-Down: perl:font-size:decrease | |
URxvt.keysym.C-0x2b: perl:font-size:incglobal | |
URxvt.keysym.C-0x2d: perl:font-size:decglobal | |
URxvt*background: black | |
URxvt*foreground: white | |
URxvt*color0: #2E3436 | |
URxvt*color1: #a40000 | |
URxvt*color2: #4E9A06 | |
URxvt*color3: #C4A000 | |
URxvt*color4: #3465A4 | |
URxvt*color5: #75507B | |
URxvt*color6: #ce5c00 | |
URxvt*color7: #babdb9 | |
URxvt*color8: #555753 | |
URxvt*color9: #EF2929 | |
URxvt*color10: #8AE234 | |
URxvt*color11: #FCE94F | |
URxvt*color12: #729FCF | |
URxvt*color13: #AD7FA8 | |
URxvt*color14: #fcaf3e | |
URxvt*color15: #EEEEEC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment