Xdefaults 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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.cursorBlink: true
  12. URxvt.geometry: 80x24
  13. URxvt.fading: 15%
  14. !!Scroll in less fix
  15. URxvt.secondaryWheel: 1
  16. !!! Font !!! {{{
  17. !!font spacing
  18. URxvt.letterSpace: -1
  19. URxvt.lineSpace: 0
  20. !!fonts
  21. URxvt.font: xft:PragmataProMono-Regular:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:pixelsize=15:autohint=true, xft:FontAwesome:pixelsize=15:autohint=true, xft:unifont:pixelsize=15:autohint=true
  22. URxvt.boldfont: xft:PragmataProMono-Regular:bold:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:bold:pixelsize=15:antialias=true:autohint=true, xft:unifont:bold:pixelsize=15:autohint=true
  23. URxvt.italicFont: xft:PragmataProMono-Regular:italic:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:pixelsize=15:antialias=true:autohint=true:style=bold, xft:unifont:italic:pixelsize=15:autohint=true
  24. URxvt.boldItalicFont: xft:PragmataProMono-Regular:bold:italic:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:bold:italic:pixelsize=15:antialias=true:hinting=true, xft:unifont:bold:italic:pixelsize=15:autohint=true
  25. !!! End Font !!! }}}
  26. !!! urxvt Colors !!! {{{
  27. URxvt.foreground: #eeeeec
  28. !URxvt.tintColor: #262626
  29. URxvt.borderLess: false
  30. URxvt.internalBorder: 0
  31. URxvt.borderColor: #181818
  32. URxvt.cursorColor: grey80
  33. URxvt.cursorColor2: #ffffff
  34. URxvt.underlineColor: #ffffff
  35. URxvt.scrollTtyOutput: false
  36. URxvt.scrollWithBuffer: true
  37. URxvt.scrollBar: false
  38. URxvt.troughColor: #888888
  39. URxvt.scrollBar_right: false
  40. URxvt.intensityStyles: false
  41. !!! End urxvt Colors !!! }}}
  42. !!! Terminal Color Code Attempt !!! {{{
  43. !black
  44. URxvt.color0: rgb:18/18/18
  45. URxvt.color8: rgb:75/77/73
  46. !!red
  47. URxvt.color1: rgb:cc/00/00
  48. URxvt.color9: rgb:ef/29/29
  49. !!green
  50. URxvt.color2: rgb:4e/9a/06
  51. URxvt.color10: rgb:8a/e2/34
  52. !!brown/yellow
  53. URxvt.color3: rgb:c4/a0/00
  54. URxvt.color11: rgb:fc/e9/4f
  55. !!blue
  56. URxvt.color4: #204a87
  57. URxvt.color12: #3465a4
  58. !URxvt.color4: rgb:7b/9e/ca
  59. !URxvt.color12: rgb:98/af/d9
  60. !!magenta
  61. URxvt.color5: rgb:75/50/7b
  62. URxvt.color13: rgb:ad/7f/a8
  63. !!cyan
  64. URxvt.color6: rgb:06/98/9a
  65. URxvt.color14: rgb:34/e2/e2
  66. !!white
  67. URxvt.color7: rgb:ff/ff/ff
  68. URxvt.color15: rgb:ee/ee/ec
  69. !!! End Terminal Color Code Attempt !!! }}}
  70. !!! Transparent Attempt !!! {{{
  71. URxvt.transparent: true
  72. URxvt.shading: 20
  73. ! Included this so you know how to make your foreground not match the color of your background
  74. URxvt.depth: 32
  75. URxvt.background: rgba:3f00/3f00/3f00/dddd
  76. !URxvt.background: rgba:1111/1111/1111/dddd
  77. !URxvt.foreground: grey80
  78. !!! End Transparent !!! }}}
  79. !!Extensions
  80. !URxvt.perl-ext: default,matcher,font-size
  81. URxvt.perl-ext-common: default,matcher,resize-font
  82. !! Allow ctrl+shift bindings
  83. URxvt.iso14755: false
  84. URxvt.iso14755_52: false
  85. !!! URL handling !!! {{{
  86. URxvt.url-launcher: /usr/bin/xdg-open
  87. URxvt.matcher.button: 1
  88. URxvt.keysym.C-Shift-u: matcher:select
  89. URxvt.keysym.C-Delete: matcher:last
  90. URxvt.keysym.M-Delete: matcher:list
  91. URxvt.url-select.underline: true
  92. URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
  93. URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
  94. URxvt.matcher.launcher.2: gvim +$2 $1
  95. !!! End URL handling !!! }}}
  96. !!! Font Bindings !!! {{{
  97. URxvt.keysym.M-C-Up: resize-font:bigger
  98. URxvt.keysym.M-C-Down: resize-font:smaller
  99. URxvt.keysym.M-C-Left: resize-font:reset
  100. URxvt.keysym.M-C-Right: resize-font:show
  101. !!! End Font Bindings !!! }}}
  102. !! For wm
  103. Xcursor.theme: Vanilla-DMZ-AA