Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. urxvt.font: xft:terminus:size=12
  2. urxvt.saveLines: 10000
  3. urxvt.secondaryScreen: on
  4. urxvt.secondaryScroll: off
  5.  
  6. ! Colors
  7. ! ---
  8. ! Black
  9. urxvt*color0: #000000
  10. urxvt*color8: #555555
  11.  
  12. ! Red
  13. urxvt*color1: #AA0000
  14. urxvt*color9: #FF5555
  15.  
  16. ! Green
  17. urxvt*color2: #00AA00
  18. urxvt*color10: #55FF55
  19.  
  20. ! Yellow
  21. urxvt*color3: #AA5500
  22. urxvt*color11: #FFFF55
  23.  
  24. ! Blue
  25. urxvt*color4: #0000AA
  26. urxvt*color12: #5555FF
  27.  
  28. ! Magenta
  29. urxvt*color5: #AA00AA
  30. urxvt*color13: #FF55FF
  31.  
  32. ! Cyan
  33. urxvt*color6: #00AAAA
  34. urxvt*color14: #55FFFF
  35.  
  36. ! White
  37. urxvt*color7: #AAAAAA
  38. urxvt*color15: #FFFFFF
  39.  
  40. *foreground: #ffffff
  41. *background: #000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement