My dotfiles. Period.

global.Xdefaults 2.1KB

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