Advertisement
discrust

.Xdefaults [blue]

Apr 4th, 2012 (edited)
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. URxvt*termName: rxvt
  2.  
  3. ## borderless and no scrollbar
  4. URxvt*scrollBar_right: false
  5. URxvt*scrollBar: false
  6. URxvt*borderLess: false
  7.  
  8. ## teh transparency stuff
  9. URxvt*inheritPixmap: true
  10. URxvt*tintColor: white
  11. URxvt*shading: 10
  12. URxvt.urlLauncher: /home/lukaso/.firefox/firefox
  13. ## geometry and font
  14. URxvt*geometry: 120×30
  15.  
  16. URxvt*font: xft:Droid Sans Mono:pixelsize=8.5:antialias=true:hinting=true:hintstyle=hintfull:dpi=96
  17.  
  18. Xft.
  19. Xft.rgba: rgb
  20. ## change default colors
  21.  
  22. *background: #1b1b1b
  23. *foreground: #7b7b7b
  24.  
  25. !Visiblue
  26. urxvt*color0: #333366
  27. urxvt*color8: #333399
  28.  
  29. urxvt*color1: #6666CC
  30. urxvt*color9: #9999FF
  31.  
  32. urxvt*color2: #0099CC
  33. urxvt*color10: #00CCFF
  34.  
  35. urxvt*color3: #3366CC
  36. urxvt*color11: #6699FF
  37.  
  38. urxvt*color4: #006699
  39. urxvt*color12: #0099CC
  40.  
  41. urxvt*color5: #0066FF
  42. urxvt*color13: #0099FF
  43.  
  44. urxvt*color6: #669999
  45. urxvt*color14: #66CCCC
  46.  
  47. URxvt.perl-ext-common: default,matcher
  48. URxvt.urlLauncher: /home/lukaso/.firefox/firefox
  49. URxvt.matcher.button: 1
  50. URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  51. URxvt*cursorBlink: true
  52. URxvt*cursorUnderline: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement