Advertisement
Guest User

.Xdefaults

a guest
Nov 18th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. URxvt*font: xft:Envy Code R:pixelsize=12
  3. !Options
  4. URxvt.termName:rxvt-256color
  5. URxvt*urgentOnBell: true
  6. URxvt*visualBell: true
  7. URxvt*skipBuiltinGlyphs: true
  8. URxvt*termName: rxvt-unicode
  9. URxvt*borderless: true
  10. URxvt*scrollBar: false
  11. URxvt*saveLines: 5000
  12.  
  13. URxvt.transparent: true
  14. !URxvt.tintColor: #e8e8e8
  15. URxvt.shading: 20
  16.  
  17. URxvt*perl-ext-common: matcher
  18. URxvt*urlLauncher: /usr/bin/uzbl-tabbed
  19. URxvt*matcher.button: 1
  20. URxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@URxvt-]*[\\w/-]
  21.  
  22. !Cursor
  23. URxvt*cursorColor: #454638
  24. URxvt*cursorBlink: true
  25.  
  26. *foreground: #DDEEDD
  27. *background: #1C1C1C
  28.  
  29. !black
  30. *color0: #1C1C1C
  31. *color8: #4d4d4d
  32. !red
  33. *color1: #D81860
  34. *color9: #F00060
  35. !green
  36. *color2: #7CFC00
  37. *color10: #7CFC00
  38. !yellow
  39. *color3: #FFD700
  40. *color11: #FFFF00
  41. !blue
  42. *color4: #1E90FF
  43. *color12: #1E90FF
  44. !magenta
  45. *color5: #B7416E
  46. *color13: #BB4466
  47. !cyan
  48. *color6: #5E7175
  49. *color14: #A3BABF
  50. !white
  51. *color7: #DDEEDD
  52. *color15: #6C887A
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement