Created
January 3, 2012 17:10
-
-
Save bpizzi/1555844 to your computer and use it in GitHub Desktop.
bpizzi .Xdefaults
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
urxvt*foreground: #f2f2f2 | |
urxvt*background: #101010 | |
! Normal | |
! color0 black | |
! color1 red | |
! color2 green | |
! color3 yellow | |
! color4 blue | |
! color5 purple | |
! color6 cyan | |
! color7 white | |
urxvt*color0: #6c6c6c | |
urxvt*color1: #e9897c | |
urxvt*color2: #303bf4 | |
urxvt*color3: #ecebbe | |
urxvt*color4: #076fc4 | |
urxvt*color5: #ea96eb | |
urxvt*color6: #c9caec | |
urxvt*color7: #f2f2f2 | |
! Light | |
! color8 black | |
! color9 red | |
! color10 green | |
! color11 yellow | |
! color12 blue | |
! color13 purple | |
! color14 cyan | |
! color15 white | |
urxvt*color8: #747474 | |
urxvt*color9: #f99286 | |
urxvt*color10: #c3f786 | |
urxvt*color11: #fcfbcc | |
urxvt*color12: #b6defb | |
urxvt*color13: #fba1fb | |
urxvt*color14: #d7d9fc | |
urxvt*color15: #e2e2e2 | |
urxvt*scrollBar: false | |
urxvt*internalBorder: 6 | |
urxvt*inheritPixmap: true | |
urxvt*tintColor: white | |
urxvt*shading: 20 | |
XTerm*foreground: #f2f2f2 | |
XTerm*background: #101010 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment