Guest

.Xdefaults

By: nstickney on Mar 21st, 2011  |  syntax: None  |  size: 1.42 KB  |  hits: 279  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. ! terminal colors ------------------------------------------------------------
  2. *background: #000000
  3. *foregroud: #FFFFFF
  4. ! Black + Grey
  5. *color0:  #000000
  6. *color8:  #999999
  7. ! Red + Light Red
  8. *color1:  #CC4400
  9. *color9:  #FF5500
  10. ! Green + Light Green
  11. *color2:  #00CD00
  12. *color10: #00FF00
  13. ! Brown + Yellow
  14. *color3:  #66CD00
  15. *color11: #80FF00
  16. ! Blue + Light Blue
  17. *color4:  #0000CD
  18. *color12: #0000FF
  19. ! Purple + Light Purple
  20. *color5:  #6600CD
  21. *color13: #8000FF
  22. ! Cyan + Light Cyan
  23. *color6:  #00CDCD
  24. *color14: #00FFFF
  25. ! Light Gray + White
  26. *color7:  #BBBBBB
  27. *color15: #EEEEEE
  28.  
  29. !URxvt Options----------------------------------------------------------------
  30. URxvt.perl-ext-common:  default,matcher
  31. URxvt.urlLauncher:      /usr/bin/chromium
  32. URxvt.matcher.button:   1
  33. URxvt.perl-ext-common:  default,tabbed
  34. URxvt*matcher.pattern.1:\\b(mailto|http|https|ftp|file):[/]*[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  35. URxvt*matcher.pattern.2:\\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
  36. !URxvt.transparent:      true
  37. !URxvt.shading:                 20
  38. !URxvt.tintColor:              #993300
  39. URxvt.foreground:             #CCCCCC
  40. URxvt.xft:                          true
  41. URxvt.font:                        xft:DejaVu Sans Mono::size=09:antialias=True
  42. URxvt.scrollBar:               false
  43. URxvt.saveLines:               65535
  44. URxvt.tabbed.tabbar-fg: 9
  45. URxvt.tabbed.tabbar-bg: 8
  46. URxvt.tabbed.tab-fg:       0
  47. URxvt.tabbed.tab-bg:       8
  48. URxvt*depth:            32
  49. URxvt*background:       rgba:1f00/1f00/1f00/eeee