Xdefaults 841 B

123456789101112131415161718192021222324252627282930313233
  1. ! -- Use your alt keys free of hassle!
  2. Xterm*metaSendsEscape: true
  3. Xterm*eightBitInput: false
  4. ! -- The URxvt handles things xterm doesn't.
  5. !URxvt.cursorColor: #dc74d1
  6. !URxvt.pointerColor: #dc74d1
  7. URxvt.background: #0e0e0e
  8. URxvt.foreground: #dddddd
  9. !URxvt.color0: #000000
  10. !URxvt.color8: #8b8f93
  11. !URxvt.color1: #dc74d1
  12. !URxvt.color9: #dc74d1
  13. !URxvt.color2: #0eb8c7
  14. URxvt.color4: #4E86B6
  15. URxvt.color12: #6DD1FF
  16. !URxvt.color10: #0eb8c7
  17. !URxvt.color3: #dfe37e
  18. !URxvt.color11: #dfe37e
  19. !URxvt.color5: #9e88f0
  20. !URxvt.color13: #9e88f0
  21. !URxvt.color6: #73f7ff
  22. !URxvt.color14: #73f7ff
  23. !URxvt.color7: #e1dddd
  24. !URxvt.color15: #e1dddd
  25. URxvt.font: xft:Monospace:pixelsize=16
  26. ! -- Other options I like
  27. URxvt.scrollBar: False
  28. URxvt.cursorBlink: True