Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #if __has_include(".extend.Xresources")
  2. #include ".extend.Xresources"
  3. #endif
  4.  
  5. Xft.dpi: 96
  6. Xft.antialias: true
  7. Xft.hinting: true
  8. Xft.rgba: rgb
  9. Xft.autohint: false
  10. Xft.hintstyle: hintslight
  11. Xft.lcdfilter: lcddefault
  12.  
  13. XTerm*background: #2b2b2b
  14. XTerm*forground: #e7e7e7
  15. XTerm*pointerColor: #16a085
  16. XTerm*faceName: Fixed
  17. XTerm*faceSize: 11
  18.  
  19. urxvt*transparent: true
  20. urxvt*shading: 15
  21. urxvt*foreground: white
  22. urxvt*background: black
  23.  
  24. *color0: #2E3436
  25. *color1: #a40000
  26. *color2: #4E9A06
  27. *color3: #C4A000
  28. *color4: #3465A4
  29. *color5: #75507B
  30. *color6: #ce5c00
  31. *color7: #babdb9
  32. *color8: #555753
  33. *color9: #EF2929
  34. *color10: #8AE234
  35. *color11: #FCE94F
  36. *color12: #729FCF
  37. *color13: #AD7FA8
  38. *color14: #fcaf3e
  39. *color15: #EEEEEC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement