Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 9th, 2010 | Syntax: None | Size: 1.59 KB | Hits: 29 | Expires: Never
Copy text to clipboard
  1. URxvt.background: #040404
  2. URxvt.foreground: #EEEEEE
  3. URxvt.borderColor: #111111
  4. URxvt.scrollBar: False
  5. URxvt.loginShell: true
  6. #URxvt*font: xft:terminus:pixelsize=8, xft:Kochi Gothic:antialias=false
  7. URxvt*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*, xft:Inconsolata:size=10
  8. URxvt*boldFont: -*-proggytiny-*-*-*-*-*-*-*-*-*-*-*-*
  9. URxvt.geometry:90x26
  10. URxvt.perl-ext-common: default,matcher
  11. URxvt.urlLauncher: iceweasel
  12. URxvt.colorUL: #86a2be
  13. URxvt.time: true
  14. URxvt.scrollTtyOutput:      false
  15. URxvt*secondaryScroll:  true
  16. urxvt*perl-lib:         /usr/lib64/urxvt/perl/
  17. urxvt*perl-ext-common:  default,matcher,searchable-scrollback,selection,mark-yank-urls
  18. URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode
  19. URxvt*matcher.button:   1
  20. urxvt.cutchars: `"()'<>[]{|}
  21. URxvt*cutshars: `"()'<>[]{|}
  22. URxvt*visualBell:       false
  23. URxvt*keysym.C-u:       perl:matcher
  24. URxvt.scrollTtyKeypress:    true
  25. URxvt.scrollKey:            true
  26. URxvt.scrollWithBuffer:     true
  27. URxvt.transparent: true
  28. URxvt.tintColor: black
  29. URxvt.shading: 20
  30. Xft.dpi:72
  31.  
  32. !black
  33. *color0:         rgb:19/19/19
  34. *color8:         rgb:25/25/25
  35. !red
  36. *color1:         rgb:80/32/32
  37. *color9:         rgb:98/2b/2b
  38. !green
  39. *color2:         rgb:5b/76/2f
  40. *color10:        rgb:89/b8/3f
  41. !brown/yellow
  42. *color3:         rgb:f0/e6/8c
  43. *color11:        rgb:ff/fa/cd
  44. !blue
  45. *color4:         rgb:32/4c/80
  46. *color12:        rgb:2b/4f/98
  47. !magenta
  48. *color5:         rgb:70/6c/9a
  49. *color13:        rgb:82/6a/b1
  50. !cyan
  51. *color6:         rgb:92/b1/9e
  52. *color14:        rgb:a1/cd/cd
  53. !white
  54. *color7:         rgb:ff/ff/ff
  55. *color15:        rgb:dd/dd/dd