Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ~ $ cat .Xdefaults
  2. URxvt.buffered: true
  3. !URxvt.background: black
  4. !URxvt.foreground: white
  5. URxvt.cursorColor: #dc74d1
  6. URxvt.underlineColor: green
  7. URxvt.font: xft:Terminus:pixelsize=8, \
  8. xft:IPAPGothic
  9. URxvt.perl-ext-common: default,matcher,clipboard
  10. URxvt.urlLauncher : /usr/bin/firefox
  11. URxvt.matcher.button : 1
  12. URxvt.scrollBar: false
  13. URxvt.urgentOnBell: true
  14. URxvt.termName: rxvt
  15.  
  16. ! colors dawg
  17. *background: #000000
  18. *foreground: #ffffff
  19. ! Black
  20. *color0: #000000
  21. *color8: #555753
  22. ! Red
  23. *color1: #ff6565
  24. *color9: #ff8d8d
  25. ! Green
  26. *color2: #93d44f
  27. *color10: #c8e7a8
  28. ! Yellow
  29. *color3: #eab93d
  30. *color11: #ffc123
  31. ! Blue
  32. *color4: #204a87
  33. *color12: #3465a4
  34. ! Mangenta
  35. *color5: #ce5c00
  36. *color13: #f57900
  37. ! Cyan
  38. *color6: #89b6e2
  39. *color14: #46a4ff
  40. ! White
  41. *color7: #cccccc
  42. *color15: #ffffff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement