Advertisement
elhackerlibre

.Xresources

Aug 31st, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. ! Urxvt-config
  2.  
  3. URxvt.buffered: true
  4. URxvt.font: xft:Terminus:pixelsize=11:antialias=false
  5. URxvt.boldFont: xft:Terminus:bold:pixelsize=11:antialias=false
  6. URxvt*scrollBar: false
  7. URxvt*mouseWheelScrollPage: false
  8. URxvt*cursorBlink: true
  9. URxvt.geometry: 94x24+0+0
  10.  
  11. !::::::::::::::::::::::::::!
  12.  
  13. ! Xterm-config
  14.  
  15. ! Fuentes:
  16. xterm*faceName: Dejavu Sans Mono Book
  17. xterm*faceSize: 8
  18.  
  19. ! Configuración local
  20. XTerm*locale: true
  21.  
  22. ! Shell entrada por defecto...
  23. XTerm*loginshell: true
  24.  
  25. ! Enable bell urgent
  26. xterm*bellIsUrgent: true
  27.  
  28. ! scrollback...
  29. XTerm* savelines: 10000
  30.  
  31. ! Doble click selección de URL...
  32. XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  33.  
  34. ! Geometra de ventana...
  35. xterm*geometry: 85x22+0+0
  36.  
  37.  
  38. !BLK Cursor
  39. #define _color0 #141413
  40. #define _color8 #76787a
  41. !RED Tag
  42. #define _color1 #1b1b1b
  43. #define _color9 #353535
  44. !GRN SpecialKey
  45. #define _color2 #767874
  46. #define _color10 #565656
  47. !YEL Keyword
  48. #define _color3 #333539
  49. #define _color11 #1b1c20
  50. !BLU Number
  51. #define _color4 #3d3b40
  52. #define _color12 #5a5760
  53. !MAG Precondit
  54. #define _color5 #1e1d20
  55. #define _color13 #131212
  56. !CYN Float
  57. #define _color6 #939393
  58. #define _color14 #dddddd
  59. !WHT Search
  60. #define _color7 #767171
  61. #define _color15 #b6b6b6
  62. !FMT Include, StatusLine, ErrorMsg
  63. #define _colorBD #ffffff
  64. #define _colorUL #cccccc
  65. #define _colorIT #999999
  66. !TXT Normal, Normal, Cursor
  67. #define _foreground #75746e
  68. #define _background #0c0c0c
  69. #define _cursorColor #b6b6b6
  70.  
  71.  
  72. URxvt*color0 : _color0
  73. URxvt*color1 : _color1
  74. URxvt*color2 : _color2
  75. URxvt*color3 : _color3
  76. URxvt*color4 : _color4
  77. URxvt*color5 : _color5
  78. URxvt*color6 : _color6
  79. URxvt*color7 : _color7
  80. URxvt*color8 : _color8
  81. URxvt*color9 : _color9
  82. URxvt*color10 : _color10
  83. URxvt*color11 : _color11
  84. URxvt*color12 : _color12
  85. URxvt*color13 : _color13
  86. URxvt*color14 : _color14
  87. URxvt*color15 : _color15
  88. URxvt*colorBD : _colorBD
  89. URxvt*colorIT : _colorIT
  90. URxvt*colorUL : _colorUL
  91. URxvt*foreground : _foreground
  92. URxvt*background : _background
  93. URxvt*cursorColor : _cursorColor
  94.  
  95. XTerm*color0 : _color0
  96. XTerm*color1 : _color1
  97. XTerm*color2 : _color2
  98. XTerm*color3 : _color3
  99. XTerm*color4 : _color4
  100. XTerm*color5 : _color5
  101. XTerm*color6 : _color6
  102. XTerm*color7 : _color7
  103. XTerm*color8 : _color8
  104. XTerm*color9 : _color9
  105. XTerm*color10 : _color10
  106. XTerm*color11 : _color11
  107. XTerm*color12 : _color12
  108. XTerm*color13 : _color13
  109. XTerm*color14 : _color14
  110. XTerm*color15 : _color15
  111. XTerm*colorBD : _colorBD
  112. XTerm*colorIT : _colorIT
  113. XTerm*colorUL : _colorUL
  114. XTerm*foreground : _foreground
  115. XTerm*background : _background
  116. XTerm*cursorColor : _cursorColor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement