.Xresources 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. URxvt.url-select.launcher: /usr/bin/firefox-beta-bin
  2. URxvt.matcher.button: 1
  3. URxvt.url-select.underline: true
  4. URxvt.keysym.M-u: perl:url-select:select_next
  5. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  6. URxvt.keysym.M-s: perl:keyboard-select:search
  7. URxvt.inputMethod: ibus
  8. URxvt.preeditType: OverTheSpot
  9. !!URxvt Settings
  10. URxvt*dynamicColors: on
  11. URxvt*scrollBar: false
  12. URxvt*cursorUnderline: false
  13. !!URxvt Fonts
  14. URxvt*font: xft:Tewi-Normal 10:pixelsize=11
  15. URxvt*boldFont: xft:Tewi-Normal 10:pixelsize=11
  16. !!URxvt Font Settings
  17. Xft.autohint: 1
  18. Xft.dpi: 96
  19. Xft.lcdfilter: lcddefault
  20. Xft.hintstyle: slight
  21. Xft.hinting: 1
  22. Xft.antialias: 1
  23. Xft.rgba: rgb
  24. ! special
  25. *.foreground: #D2C5BC
  26. *.background: #2d2c28
  27. *.cursorColor: #D2C5BC
  28. ! black
  29. *.color0: #5b5955
  30. *.color8: #707277
  31. ! red
  32. *.color1: #c4756e
  33. *.color9: #f6a299
  34. ! green
  35. *.color2: #559a6a
  36. *.color10: #82c896
  37. ! yellow
  38. *.color3: #9b8a4b
  39. *.color11: #cab775
  40. ! blue
  41. *.color4: #6a8dca
  42. *.color12: #98bbfb
  43. ! magenta
  44. *.color5: #b577ac
  45. *.color13: #e5a4db
  46. ! cyan
  47. *.color6: #019baa
  48. *.color14: #53cad9
  49. ! white
  50. *.color7: #dbdde2
  51. *.color15: #f7f9ff
  52. URxvt.perl-ext-common: ...,autocomplete-ALL-the-things
  53. URxvt.keysym.M-C-slash: perl:aAtt:word-complete
  54. URxvt.keysym.M-question: perl:aAtt:fuzzy-complete
  55. URxvt.keysym.M-quotedbl: perl:aAtt:undo