Advertisement
Guest User

xdefaults

a guest
May 19th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. urxvt*perl-lib: /usr/lib/urxvt/perl/
  2. urxvt*perl-ext: default,matcher
  3. urxvt*urlLauncher: /usr/bin/firefox
  4. urxvt*matcher.button: 1
  5. urxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
  6. xterm*activeIcon: false
  7. urxvt*font: xft:ubuntu mono:size=10
  8. urxvt*boldFont: xft:ubuntu mono:size=10
  9. urxvt*termName: rxvt
  10. urxvt.foreground: #cccdcf
  11. urxvt.background: #22262f
  12. urxvt.cursorColor: #cccdcf
  13. urxvt*scrollBar: false
  14. urxvt*matcher.button: 1
  15. urxvt.transparent: false
  16. urxvt*allow_bold: true
  17.  
  18. Xft*dpi: 96
  19. Xft*antialias: true
  20. Xft*hinting: full
  21.  
  22. URxvt*geometry: 85x16
  23. URxvt*fading: 0
  24. URxvt*tintColor: #ffffff
  25. URxvt*shading: 0
  26. URxvt*inheritPixmap: False
  27.  
  28. *background: #0f0f0f
  29. *foreground: #c8c8c8
  30.  
  31. !black
  32. urxvt.color0: #33363f
  33. urxvt.color8: #66696f
  34. !red
  35. urxvt.color1: #a65361
  36. urxvt.color9: #bf6070
  37. !green
  38. urxvt.color2: #98a653
  39. urxvt.color10: #afbf60
  40. !yellow
  41. urxvt.color3: #a68a53
  42. urxvt.color11: #bf9f60
  43. !blue
  44. urxvt.color4: #538aa6
  45. urxvt.color12: #609fbf
  46. !magenta
  47. urxvt.color5: #a663a6
  48. urxvt.color13: #bf73bf
  49. !cyan
  50. urxvt.color6: #53a67c
  51. urxvt.color14: #60bf8f
  52. !white
  53. urxvt.color7: #999a9f
  54. urxvt.color15: #cccdcf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement