Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. URxvt*.font: xft:DejaVu Sans Mono:autohint=true:pixelsize=14
  2. URxvt.perl-lib: /home/chrx/.urxvt
  3. URxvt.keysym.Control-Shift-Up: perl:font-size:increment
  4. URxvt.keysym.Control-Shift-Down: perl:font-size:decrement
  5. URxvt.perl-ext-common: default,font-size
  6. !--- General
  7.  
  8. URxvt.buffered: true
  9. URxvt.urlLauncher: /usr/bin/firefox
  10. URxvt.matcher.button: 1
  11. URxvt.geometry: 100x45
  12. !--- Scrolling
  13.  
  14. URxvt*.scrollTtyOutput: false
  15. URxvt*.scrollWithBuffer: false
  16. URxvt*.scrollTtyKeypress: true
  17. URxvt.secondaryScroll: true
  18. URxvt*scrollstyle: plain
  19. URxvt*saveLines: 20000
  20. URxvt.scrollBar_right: true
  21. URxvt.scrollBar: false
  22.  
  23. !-- Shading and Fading
  24.  
  25. URxvt.transparent: true
  26. URxvt.shading: 50
  27. URxvt.blurRadius: 5
  28. URxvt.fading: 30
  29.  
  30. !--- Tabbing Menu colors
  31.  
  32. URxvt.tabbed.tabbar-bg: 0
  33. URxvt.tabbed.tabbar-fg: 6
  34. URxvt.tabbed.tab-bg: 0
  35. URxvt.tabbed.tab-fg: 5
  36.  
  37. !--- Colors
  38.  
  39. URxvt.background: black
  40. URxvt.underlineColor: #4ad5e1
  41.  
  42. URxvt.pointerColor: #dc74d1
  43. URxvt.color0: #000000
  44. URxvt.color1: #dc74d1
  45. URxvt.color2: #0eb8c7
  46. URxvt.color3: #dfe37e
  47. URxvt.color5: #9e88f0
  48. URxvt.color6: #73f7ff
  49. URxvt.color7: gray90
  50. URxvt.color8: #8b8f93
  51. URxvt.color9: #dc74d1
  52. URxvt.color10: #0eb8c7
  53. URxvt.color11: #dfe37e
  54. URxvt.color12: #8080ff
  55. URxvt.color13: #9e88f0
  56. URxvt.color14: #73f7ff
  57. URxvt.color15: #e1dddd
  58. URxvt.foreground: #c0e5f1
  59. URxvt.cursorColor: #e0e080
Add Comment
Please, Sign In to add comment