Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. cat .Xresources
  2. ! xterm ----------------------------------------------------------------------
  3.  
  4. xterm*VT100.geometry: 80x25
  5. xterm*faceName: Terminus:style=Regular:size=10
  6. !xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
  7. xterm*dynamicColors: true
  8. xterm*utf8: 2
  9. xterm*eightBitInput: true
  10. xterm*saveLines: 51200
  11. xterm*scrollKey: true
  12. xterm*scrollTtyOutput: false
  13. xterm*scrollBar: true
  14. xterm*rightScrollBar: true
  15. xterm*jumpScroll: true
  16. xterm*multiScroll: true
  17. xterm*toolBar: true
  18.  
  19. xterm*foreground: rgb:a8/a8/a8
  20. xterm*background: rgb:00/00/00
  21.  
  22. xterm*color0: rgb:00/00/00
  23. xterm*color1: rgb:a8/00/00
  24. xterm*color2: rgb:00/a8/00
  25. xterm*color3: rgb:a8/54/00
  26. xterm*color4: rgb:00/00/a8
  27. xterm*color5: rgb:a8/00/a8
  28. xterm*color6: rgb:00/a8/a8
  29. xterm*color7: rgb:a8/a8/a8
  30. xterm*color8: rgb:54/54/54
  31. xterm*color9: rgb:fc/54/54
  32. xterm*color10: rgb:54/fc/54
  33. xterm*color11: rgb:fc/fc/54
  34. xterm*color12: rgb:54/54/fc
  35. xterm*color13: rgb:fc/54/fc
  36. xterm*color14: rgb:54/fc/fc
  37. xterm*color15: rgb:fc/fc/fc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement