Guest User

Untitled

a guest
Jun 15th, 2014
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1.  
  2. !-------------------------------------------------------------------------------
  3. !
  4. ! U R X V T - Settings
  5. !
  6. URxvt*geometry: 140x20
  7. URxvt*borderLess: false
  8. URxvt*depth: 32
  9. URxvt*background: rgba:3333/3333/3333/dddd
  10. URxvt*scrollBar: false
  11. URxvt*font: xft:terminus-14
  12. URxvt*cursorBlink: true
  13. URxvt*cursorUnderline: true
  14. URxvt.saveLines: 100000
  15.  
  16. !colors
  17. !black
  18. URxvt*color0: #676767
  19. URxvt*color8: #757575
  20. !red
  21. URxvt*color1: #EA6868
  22. URxvt*color9: #FF7272
  23. !green
  24. URxvt*color2: #ABCB8D
  25. URxvt*color10: #AFD78A
  26. !yellow
  27. URxvt*color3: #E8AE5B
  28. URxvt*color11: #FFA75D
  29. !blue
  30. URxvt*color4: #71C5F4
  31. URxvt*color12: #67CDE9
  32. !magenta
  33. URxvt*color5: #E2BAF1
  34. URxvt*color13: #ECAEE9
  35. !cyan
  36. URxvt*color6: #21F1EA
  37. URxvt*color14: #36FFFC
  38. !white
  39. URxvt*color7: #F1F1F1
  40. URxvt*color15: #FFFFFF
  41.  
  42. URxvt*foreground: #7F9F7F
Advertisement
Add Comment
Please, Sign In to add comment