Guest User

Untitled

a guest
Jun 15th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. ! URxvt
  2.  
  3. URxvt*loginShell: true
  4. URxvt*scrollBar: false
  5. URxvt*cursorColor: darkorange1
  6. URxvt*foreground: grey75
  7. URxvt*background: grey15
  8. URxvt*saveLines: 7777
  9. URxvt*cursorBlink: true
  10. URxvt*termName: xterm-256color
  11. URxvt*font: -misc-fixed-medium-r-normal-*-13-120-75-75-c-80-iso10646-1
  12. URxvt*boldFont: -misc-fixed-medium-r-normal-*-13-120-75-75-c-80-iso10646-1
  13. URxvt*colorBD: orange
  14. !URxvt.cutchars: ()*,<>[]{}|`
  15. URxvt*iso14755_52: false
  16. URxvt.perl-ext-common: default,tabbed
  17. !URxvt.perl-ext-common: default,url-select,tabbed
  18. !URxvt.keysym.M-u: perl:url-select:select_next
  19. !URxvt.url-select.launcher: /usr/bin/firefox -new-tab
  20. !URxvt.url-select.underline: true
  21.  
  22. !colors
  23. !black
  24. URxvt*color0: #171717
  25. URxvt*color8: #737373
  26. !red
  27. URxvt*color1: #FF5E5E
  28. URxvt*color9: #FF7878
  29. !green
  30. URxvt*color2: #9CE82B
  31. URxvt*color10: #9ACD32
  32. !yellow
  33. URxvt*color3: #F0E68C
  34. URxvt*color11: #EEE8AA
  35. !blue
  36. URxvt*color4: #008AFF
  37. URxvt*color12: #4F98FF
  38. !magenta
  39. URxvt*color5: #E88CFF
  40. URxvt*color13: #EDA6FF
  41. !cyan
  42. URxvt*color6: #87CEFA
  43. URxvt*color14: #B0E2FF
  44. !white
  45. URxvt*color7: #DCDCCC
  46. URxvt*color15: #FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment