Advertisement
DimaT1

urxvt

Mar 11th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ! special
  2. URxvt.foreground: #ffffff
  3. URxvt.background: #161b1d
  4. URxvt.cursorColor: #7ea2b4
  5.  
  6. ! black
  7. URxvt.color0: #161b1d
  8. URxvt.color8: #5a7b8c
  9.  
  10. ! red
  11. URxvt.color1: #d22d72
  12. URxvt.color9: #d22d72
  13.  
  14. ! green
  15. URxvt.color2: #568c3b
  16. URxvt.color10: #568c3b
  17.  
  18. ! yellow
  19. URxvt.color3: #8a8a0f
  20. URxvt.color11: #8a8a0f
  21.  
  22. ! blue
  23. URxvt.color4: #257fad
  24. URxvt.color12: #257fad
  25.  
  26. ! magenta
  27. URxvt.color5: #5d5db1
  28. URxvt.color13: #5d5db1
  29.  
  30. ! cyan
  31. URxvt.color6: #2d8f6f
  32. URxvt.color14: #2d8f6f
  33.  
  34. ! white
  35. URxvt.color7: #7ea2b4
  36. URxvt.color15: #ebf8ff
  37.  
  38. URxvt*font: xft:DejaVu Sans Mono:size=7
  39.  
  40. URxvt.scrollBar: false
  41.  
  42. URxvt.iso14755: true
  43. URxvt.iso14755_52: false
  44.  
  45. URxvt.keysym.Shift-Control-V: eval:paste_clipboard
  46. URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
  47.  
  48. URxv.transparent: true
  49. URxv.shading: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement