Advertisement
Guest User

.Xdefaults

a guest
Nov 26th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. *background: #3f3f3f
  2. *foreground: #dcdcdc
  3.  
  4. ! Tango Color Scheme (xterm)
  5. XTerm*color0: #2e3436
  6. XTerm*color1: #CC9393
  7. XTerm*color2: #4E9A06
  8. XTerm*color3: #C4A000
  9. XTerm*color4: #3465A4
  10. XTerm*color5: #75507b
  11. XTerm*color6: #06989A
  12. XTerm*color7: #D3D7CF
  13. XTerm*color8: #C5C5C5
  14. XTerm*color9: #DCA3A3
  15. XTerm*color10: #8ae234
  16. XTerm*color11: #fce94f
  17. XTerm*color12: #729fcf
  18. XTerm*color13: #ad7fa8
  19. XTerm*color14: #34E2E2
  20. XTerm*color15: #eeeeec
  21. XTerm*cursorColor: #A09999
  22.  
  23. /* !-- Xft settings -- ! */
  24. Xft.dpi: 104
  25. Xft.antialias: true
  26. Xft.rgba: none
  27. Xft.hinting: true
  28. Xft.hinstyle: hintslight
  29. Xft.lcdfilter: lcddefault
  30.  
  31. XTerm*termName: xterm-256color
  32. xterm*faceName: xft:Ubuntu Mono:size=12:regular
  33. XTerm*allowBoldFonts: false
  34. XTerm*geometry: 102x32
  35. XTerm*metaSendsEscape: true
  36. XTerm*eightBitInput: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement