My dotfiles. Period.

global.Xdefaults 2.1KB

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