My dotfiles. Period.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. !## ==== ##
  2. !## main ##
  3. !## ==== ##
  4. URxvt.geometry: 90x24
  5. !## extensions
  6. URxvt.perl-ext-common: default,tabbed,selection
  7. URxvt.tabbed.tab-fg: 7
  8. URxvt.tabbed.tab-bg: 0
  9. URxvt.tabbed.tabbar-fg: 4
  10. URxvt.urlLauncher: www-browser
  11. URxvt.matcher.button: 1
  12. !## transparency
  13. URxvt.inheritPixmap: true
  14. URxvt.tintCddolor: red
  15. URxvt.shading: 25
  16. URxvt.depth: 32
  17. URxvt.fading: 30
  18. URxvt.visualBell: false
  19. URxvt.mouseWheelScrollPage: false
  20. URxvt.tripleclickwords: true
  21. URxvt.hold: false
  22. !## scroll set
  23. URxvt.scrollBar: true
  24. URxvt.scrollBar_right: true
  25. URxvt.scrollBar_floating: true
  26. URxvt.scrollstyle: plain
  27. URxvt.scrollWithBuffer: true
  28. URxvt.saveLines: 32767
  29. !## font
  30. URxvt.font: xft:Dejavu Sans Mono:pixelsize=13
  31. URxvt.boldFont: xft:Dejavu Sans Mono:pixelsize=13:style=Bold
  32. URxvt.cursorUnderline: false
  33. URxvt.cursorBlink: true
  34. URxvt.pointerBlankDelay: 999999999
  35. !## ======= ====== ##
  36. !## zenburn colors ##
  37. !## ======= ====== ##
  38. URxvt.foreground: #dcdccc
  39. URxvt.background: #3f3f3f
  40. URxvt.colorUL: #c5f779
  41. URxvt.underlineColor: #c5f779
  42. URxvt.color0: #3f3f3f
  43. URxvt.color1: #705050
  44. URxvt.color2: #60b48a
  45. URxvt.color3: #dfaf8f
  46. URxvt.color4: #506070
  47. URxvt.color5: #dc8cc3
  48. URxvt.color6: #8cd0d3
  49. URxvt.color7: #DCDCCC
  50. URxvt.color8: #709080
  51. URxvt.color9: #cc9393
  52. URxvt.color10: #7f9f7f
  53. URxvt.color11: #f0dfaf
  54. URxvt.color12: #94bff3
  55. URxvt.color13: #ec93d3
  56. URxvt.color14: #93e0e3
  57. URxvt.color15: #ffffff
  58. xterm.color0: #353535
  59. xterm.color8: #666666
  60. xterm.color1: #AE4747
  61. xterm.color9: #EE6363
  62. xterm.color2: #556B2F
  63. xterm.color10: #9ACD32
  64. xterm.color3: #DAA520
  65. xterm.color11: #FFC125
  66. xterm.color4: #6F99B4
  67. xterm.color12: #7C96B0
  68. xterm.color5: #8B7B8B
  69. xterm.color13: #D8BFD8
  70. xterm.color6: #A7A15E
  71. xterm.color14: #F0E68C
  72. xterm.color7: #DDDDDD
  73. xterm.color15: #FFFFFF