Advertisement
elhackerlibre

.Xresources

Jul 18th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. ! Fuentes:
  2. xterm*faceName: Dejavu Sans Mono Book
  3. xterm*faceSize: 9
  4. xterm*font: sans-9
  5. xterm*boldFont: sans-9
  6.  
  7. ! Configuración local
  8. XTerm*locale: true
  9.  
  10. ! Shell entrada por defecto...
  11. XTerm*loginshell: true
  12.  
  13. ! Enable bell urgent
  14. xterm*bellIsUrgent: true
  15.  
  16. ! scrollback...
  17. XTerm* savelines: 2000
  18.  
  19. ! Doble click selección de URL...
  20. XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  21.  
  22. ! Geometria de ventana...
  23. xterm*geometry: 80x20
  24.  
  25.  
  26. ! special
  27. xterm*foreground: #818181
  28. xterm*background: #1b1b1b
  29. xterm*cursorColor: #16a085
  30.  
  31. ! black
  32. xterm*color0: #000000
  33. xterm*color8: #0d0d0d
  34.  
  35. ! red
  36. xterm*color1: #111111
  37. xterm*color9: #181818
  38.  
  39. ! green
  40. xterm*color2: #222222
  41. xterm*color10: #272727
  42.  
  43. ! yellow
  44. xterm*color3: #333333
  45. xterm*color11: #393939
  46.  
  47. ! blue
  48. xterm*color4: #444444
  49. xterm*color12: #484848
  50.  
  51. ! magenta
  52. xterm*color5: #555555
  53. xterm*color13: #595959
  54.  
  55. ! cyan
  56. xterm*color6: #16a085
  57. xterm*color14: #05b08f
  58.  
  59. ! white
  60. xterm*color7: #777777
  61. xterm*color15: #818181
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement