Xdefaults 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. !!For urxvt
  2. !! run $(xrdb -merge $HOME/.Xresourses) after editing, or logout
  3. !!URxvt
  4. URxvt.termName: rxvt-unicode-256color
  5. URxvt.urgentOnBell: true
  6. URxvt.insecure: true
  7. URxvt.visualBell: false
  8. URxvt.inheritPixmap: false
  9. URxvt.savelines: 1024
  10. URxvt.cutchars: "()*,<>[]{}|''"
  11. URxvt.perl-ext: default,matcher,font-size
  12. URxvt.url-launcher: sensible-browser
  13. URxvt.matcher.button: 1
  14. URxvt.keysym.C-Shift-u: matcher:select
  15. URxvt.keysym.C-Delete: matcher:last
  16. URxvt.keysym.M-Delete: matcher:list
  17. URxvt.url-select.underline: true
  18. URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
  19. URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
  20. URxvt.matcher.launcher.2: gvim +$2 $1
  21. URxvt.cursorBlink: true
  22. URxvt.geometry: 80x24
  23. URxvt.fading: 25%
  24. !!! Font !!! {{{
  25. URxvt.font: xft:PragmataProMono-Regular:pixelsize=15:autohint=true.xft:Bitstream Vera Sans Mono:pixelsize=15:autohint=true.xft:Liberation Mono:pixelsize=15:autohint=true.xft:unifont:pixelsize=15:autohint=true.xft:DejaVu Sans Mono:pixelsize=15:autohint=true.xft:FontAwesome:pixelsize=15:autohint=true
  26. URxvt.boldfont: xft:PragmataProMono-Regular:bold:pixelsize=15:autohint=true.xft:Bitstream Vera Sans Mono:bold:pixelsize=15:autohint=true.xft:Liberation Mono:bold:pixelsize=15:autohint=true.xft:unifont:bold:pixelsize=15:autohint=true.xft:DejaVu Sans Mono:bold:pixelsize=15:antialias=true:autohint=true
  27. URxvt.italicFont: xft:PragmataProMono-Regular:italic:pixelsize=15:autohint=true.xft:Bitstream Vera Sans Mono:italic:pixelsize=15:autohint=true.xft:Liberation Mono:italic:pixelsize=15:autohint=true.xft:unifont:italic:pixelsize=15:autohint=true.xft:DejaVu Sans Mono:pixelsize=15:antialias=true:autohint=true:style=bold
  28. URxvt.boldItalicFont: xft:PragmataProMono-Regular:bold:italic:pixelsize=15:autohint=true.xft:Bitstream Vera Sans Mono:bold:italic:pixelsize=15:autohint=true.xft:Liberation Mono:bold:italic:pixelsize=15:autohint=true.xft:unifont:bold:italic:pixelsize=15:autohint=true.xft:DejaVu Sans Mono:bold:italic:pixelsize=15:antialias=true:hinting=true
  29. !!! End Font !!! }}}
  30. !!! Font Bindings !!! {{{
  31. URxvt.keysym.M-C-Up: perl:font-size:increase
  32. URxvt.keysym.M-C-Down: perl:font-size:decrease
  33. URxvt.keysym.M-C-S-Up: perl:font-size:incglobal
  34. URxvt.keysym.M-C-S-Down: perl:font-size:decglobal
  35. URxvt.iso14755: false
  36. URxvt.iso14755_52: false
  37. !!! End Font Bindings !!! }}}
  38. !!! Transparent Attempt !!! {{{
  39. URxvt.transparent: true
  40. URxvt.shading:20
  41. ! Included this so you know how to make your foreground not match the color of your background
  42. URxvt.depth: 32
  43. URxvt.background: rgba:3f00/3f00/3f00/dddd
  44. !URxvt.background: rgba:1111/1111/1111/dddd
  45. !URxvt.foreground: grey80
  46. !!! End Transparent !!! }}}
  47. URxvt.foreground: #eeeeec
  48. !URxvt.tintColor: #262626
  49. URxvt.borderLess: false
  50. URxvt.internalBorder: 0
  51. URxvt.borderColor: #181818
  52. URxvt.cursorColor: grey80
  53. URxvt.cursorColor2: #ffffff
  54. URxvt.underlineColor: #ffffff
  55. URxvt.scrollTtyOutput: false
  56. URxvt.scrollWithBuffer: true
  57. URxvt.scrollBar: false
  58. URxvt.troughColor: #888888
  59. URxvt.scrollBar_right: false
  60. URxvt.intensityStyles: false
  61. !!! Color Attempt !!! {{{
  62. !! tangoesque scheme
  63. !!URxvt.background: #111111
  64. !URxvt.background: #2E3436
  65. !URxvt.foreground: #babdb6
  66. !! Black (not tango) + DarkGrey
  67. !URxvt.color0: #000000
  68. !URxvt.color8: #555753
  69. !! DarkRed + Red
  70. !URxvt.color1: #ff6565
  71. !URxvt.color9: #ff8d8d
  72. !! DarkGreen + Green
  73. !URxvt.color2: #93d44f
  74. !URxvt.color10: #c8e7a8
  75. !! DarkYellow + Yellow
  76. !URxvt.color3: #eab93d
  77. !URxvt.color11: #ffc123
  78. !! DarkBlue + Blue
  79. !URxvt.color4: #204a87
  80. !URxvt.color12: #3465a4
  81. !! DarkMagenta + Magenta
  82. !URxvt.color5: #ce5c00
  83. !URxvt.color13: #f57900
  84. !!DarkCyan + Cyan (both not tango)
  85. !URxvt.color6: #89b6e2
  86. !URxvt.color14: #46a4ff
  87. !! LightGrey + White
  88. !URxvt.color7: #cccccc
  89. !URxvt.color15: #ffffff
  90. !-------
  91. !black
  92. URxvt.color0: rgb:18/18/18
  93. URxvt.color8: rgb:75/77/73
  94. !!red
  95. URxvt.color1: rgb:cc/00/00
  96. URxvt.color9: rgb:ef/29/29
  97. !!green
  98. URxvt.color2: rgb:4e/9a/06
  99. URxvt.color10: rgb:8a/e2/34
  100. !!brown/yellow
  101. URxvt.color3: rgb:c4/a0/00
  102. URxvt.color11: rgb:fc/e9/4f
  103. !!blue
  104. URxvt.color4: #204a87
  105. URxvt.color12: #3465a4
  106. !URxvt.color4: rgb:7b/9e/ca
  107. !URxvt.color12: rgb:98/af/d9
  108. !!magenta
  109. URxvt.color5: rgb:75/50/7b
  110. URxvt.color13: rgb:ad/7f/a8
  111. !!cyan
  112. URxvt.color6: rgb:06/98/9a
  113. URxvt.color14: rgb:34/e2/e2
  114. !!white
  115. URxvt.color7: rgb:ff/ff/ff
  116. URxvt.color15: rgb:ee/ee/ec
  117. !!! End Color Attempt !!! }}}
  118. !!font spacing
  119. URxvt.letterSpace: -1
  120. URxvt.lineSpace: 0
  121. !!Scroll in less fix
  122. URxvt.secondaryWheel: 1