.Xresources 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. ! UTF-8 by default
  2. xterm*utf8: 1
  3. ! Use a nice truetype font and size by default...
  4. xterm*faceName: monospace:pixelsize=16
  5. !xterm*faceName: Liberation Mono:pixelsize=16:antialias=true:autohint=true
  6. !XTerm*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*
  7. !XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-1
  8. !xterm*font: -xos4-*-*-*-*-*-20-*-*-*-*-*-iso10646-1
  9. !xterm*faceName: DejaVu Sans Mono
  10. !xterm*faceSize: 11
  11. !xterm*faceName: Bitstream Vera Serif Mono
  12. !xterm*faceSize: 12
  13. ! Xterm settings
  14. !XTerm*background: #222222
  15. !XTerm*foreground: #cccccc
  16. XTerm*colorMode: on
  17. XTerm*dynamicColors: on
  18. XTerm*underLine: off
  19. XTerm*colorBDMode: on
  20. !XTerm*colorBD: cyan
  21. XTerm*colorULMode: on
  22. !XTerm*colorUL: magenta
  23. XTerm*customization: -color
  24. XTerm*reverseWrap: true
  25. ! Set dpi size
  26. Xft.dpi: 96
  27. ! Every shell is a login shell by default (for inclusion of all necessary environment variables)
  28. xterm*loginshell: true
  29. ! I like a LOT of scrollback...
  30. xterm*savelines: 10000
  31. ! double-click to select whole URLs :D
  32. xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  33. ! Disable visual bell
  34. xterm*visualBell: false
  35. ! Set default geometry
  36. Xterm*geometry: 86x26
  37. XTerm*title: XTerm
  38. XTerm*savelines: 5000
  39. ! right hand side scrollbar...
  40. xterm*rightScrollBar: true
  41. xterm*ScrollBar: false
  42. ! stop output to terminal from jumping down to bottom of scroll again
  43. xterm*scrollTtyOutput: false
  44. ! scroll down anytime you press a key
  45. xterm*ScrollKey: true
  46. ! disable fullscreen toggle which can conflict with Midnight Commander feature
  47. xterm*fullscreen: never
  48. ! To copy between xterm and other programs/documents
  49. xterm*selectToClipboard: true
  50. ! Key bindings similar to other terminals copy/paste behavior
  51. !Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
  52. !Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
  53. !Alt Shift <Key>C: copy-selection(CLIPBOARD) \n\
  54. !Alt Shift <Key>V: insert-selection(CLIPBOARD)
  55. !Meta Shift <Key>C: copy-selection(CLIPBOARD) \n\
  56. !Meta Shift <Key>V: insert-selection(CLIPBOARD)
  57. xterm.vt100.translations: #override \n\
  58. Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
  59. Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
  60. !XTerm*VT100.Translations: #override \n\
  61. ! Shift Ctrl<Key>V: insert-selection(CLIPBOARD) \n\
  62. ! Shift Ctrl<Key>V: insert-selection(PRIMARY) \n\
  63. ! Shift<Btn1Down>: select-start() \n\
  64. ! Shift<Btn1Motion>: select-extend() \n\
  65. ! Shift<Btn1Up>: select-end(CLIPBOARD)
  66. ! Default colors
  67. *foreground: #B0B0B0
  68. *background: #181818
  69. ! Black + DarkGrey
  70. *color0: #000000
  71. *color8: #222222
  72. !! DarkRed + Red
  73. *color1: #434343
  74. *color9: #434343
  75. ! DarkGreen + Green
  76. *color2: #6B6B6B
  77. *color10: #A5A5A5
  78. !! DarkYellow + Yellow
  79. *color3: #969696
  80. *color11: #E5E5E5
  81. !! DarkBlue + Blue
  82. *color4: #4A4A4A
  83. *color12: #4D4D4D
  84. !! DarkMangenta + Mangenta
  85. *color5: #707070
  86. *color13: #747474
  87. !!DarkCyan + Cyan
  88. *color6: #A9A9A9
  89. *color14: #C4C4C4
  90. !! LightGrey + White
  91. *color7: #FFFFFF
  92. *color15: #DEDEDE
  93. ! ---| phrakture |--- {{{
  94. !*foreground: #bbbbbb
  95. !*background: #222222
  96. !! Black + DarkGrey
  97. !*color0: #000000
  98. !*color8: #222222
  99. !! DarkRed + Red
  100. !*color1: #803232
  101. !*color9: #982b2b
  102. !! DarkGreen + Green
  103. !*color2: #5b762f
  104. !*color10: #89b83f
  105. !! DarkYellow + Yellow
  106. !*color3: #aa9943
  107. !*color11: #efef60
  108. !! DarkBlue + Blue
  109. !*color4: #324c80
  110. !*color12: #1E90FF
  111. !*color12: #2b4f98
  112. !! DarkMangenta + Mangenta
  113. !*color5: #706c9a
  114. !*color13: #826ab1
  115. !!DarkCyan + Cyan
  116. !*color6: #92b19e
  117. !*color14: #a1cdcd
  118. !! LightGrey + White
  119. !*color7: #ffffff
  120. !*color15: #dededE
  121. !}}}
  122. !## Shades of gray ##
  123. !*background: #222c2e
  124. !*foreground: #dee2e3
  125. !*cursorColor: #545f65
  126. !# black
  127. !*color0: #000000
  128. !*color8: #666666
  129. !# red
  130. !*color1: #545f65
  131. !*color9: #dae3e8
  132. !# green
  133. !*color2: #6d787c
  134. !*color10: #99a2a7
  135. !# yellow
  136. !*color3: #dee2e3
  137. !!*color11: #9ea8aa
  138. !*color11: #efef60
  139. !# blue
  140. !*color4: #9ea8aa
  141. !*color12: #dee2e3
  142. !# magenta
  143. !*color5: #97a1a3
  144. !*color13: #c2c7ca
  145. !# cyan
  146. !*color6: #97a1a3
  147. !*color14: #c2c7ca
  148. !# white
  149. !*color7: #dee2e3
  150. !*color15: #efefef
  151. ! DOS-box colours...
  152. !xterm*foreground: rgb:DC/DC/DC
  153. !xterm*background: rgb:00/00/00
  154. !xterm*foreground: rgb:DC/DC/DC
  155. !xterm*background: rgb:2B/2B/2B
  156. !xterm*background: black
  157. !xterm*foreground: lightgray
  158. !xterm*background: #222c2e
  159. !xterm*foreground: #dee2e3
  160. !xterm*foreground: #B0B0B0
  161. !xterm*background: #282828
  162. !xTerm*background: #222222
  163. !xTerm*foreground: #cccccc
  164. !xterm*color0: rgb:00/00/00
  165. !xterm*color1: rgb:a8/00/00
  166. !xterm*color2: rgb:00/a8/00
  167. !xterm*color3: rgb:a8/54/00
  168. !xterm*color4: rgb:00/00/a8
  169. !xterm*color5: rgb:a8/00/a8
  170. !xterm*color6: rgb:00/a8/a8
  171. !xterm*color7: rgb:a8/a8/a8
  172. !xterm*color8: rgb:54/54/54
  173. !xterm*color9: rgb:fc/54/54
  174. !xterm*color10: rgb:54/fc/54
  175. !xterm*color11: rgb:fc/fc/54
  176. !xterm*color12: rgb:54/54/fc
  177. !xterm*color13: rgb:fc/54/fc
  178. !xterm*color14: rgb:54/fc/fc
  179. !xterm*color15: rgb:fc/fc/fc
  180. ! ---| xpdf |--- {{{
  181. xpdf*enableFreetype: yes
  182. xpdf*antialias: yes
  183. xpdf*foreground: white
  184. xpdf*background: black
  185. xpdf*urlCommand: links -g %s
  186. xpdf*viKeys: on
  187. !}}}