Created
October 23, 2017 17:39
-
-
Save nrdmn/76188f68fe005e87b87d51451a2813f8 to your computer and use it in GitHub Desktop.
.Xdefaults
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.scrollBar: false | |
URxvt.internalBorder: 0 | |
URxvt.font: xft:DejaVuSansMono:size=9.4:antialias=true | |
URxvt.boldFont: xft:DejaVuSansMono:bold:size=9.4:antialias=true | |
URxvt.saveLines: 1000 | |
URxvt.color0: #000000 | |
URxvt.color1: #b21818 | |
URxvt.color2: #18b218 | |
URxvt.color3: #b26818 | |
URxvt.color4: #1818b2 | |
URxvt.color5: #b218b2 | |
URxvt.color6: #18b2b2 | |
URxvt.color7: #b2b2b2 | |
URxvt.color8: #686868 | |
URxvt.color9: #ff5454 | |
URxvt.color10: #54ff54 | |
URxvt.color11: #ffff54 | |
URxvt.color12: #5454ff | |
URxvt.color13: #ff54ff | |
URxvt.color14: #54ffff | |
URxvt.color15: #ffffff | |
URxvt.foreground: #ffffff | |
URxvt.background: #000000 | |
#URxvt.depth: 32 | |
URxvt.background: rgba:0000/0000/0000/f3f3 | |
URxvt.secondaryWheel: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment