Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. Xft.dpi: 96
  2. Xft.antialias: true
  3. Xft.hinting: true
  4. Xft.rgba: rgb
  5. Xft.autohint: false
  6. Xft.hintstyle: hintslight
  7. Xft.lcdfilter: lcddefault
  8.  
  9. XTerm*background: #222D31
  10. XTerm*foreground: #d8d8d8
  11. XTerm*pointerColor: #1ABB9B
  12. XTerm*faceName: Fixed
  13. XTerm*faceSize: 11
  14. XTerm*reverseVideo: on
  15. XTerm*selectToClipboard: true
  16.  
  17. *fading: 8
  18. *fadeColor: black
  19. *pointerColorBackground: #2B2C2B
  20. *pointerColorForeground: #16A085
  21.  
  22. ! special
  23. *.foreground: #282C34
  24. *.background: #C6C7CC
  25. *.cursorColor: #c5c8c6
  26.  
  27. ! black
  28. *.color0: #000000
  29. *.color8: #666666
  30.  
  31. ! red
  32. *.color1: #CD3131
  33. *.color9: #F14C4C
  34.  
  35. ! green
  36. *.color2: #0DBC79
  37. *.color10: #23D18B
  38.  
  39. ! yellow
  40. *.color3: #E5E510
  41. *.color11: #F5F543
  42.  
  43. ! blue
  44. *.color4: #2472C8
  45. *.color12: #3B8EEA
  46.  
  47. ! magenta
  48. *.color5: #BC3FBC
  49. *.color13: #D670D6
  50.  
  51. ! cyan
  52. *.color6: #11A8CD
  53. *.color14: #29B8DB
  54.  
  55. ! white
  56. *.color7: #E5E5E5
  57. *.color15: #E5E5E5
  58.  
  59. Xcursor.theme: xcursor-breeze
  60. Xcursor.size: 0
  61.  
  62. URxvt.font: xft:Source Code Pro:size=10, xft:DejaVu Sans Mono:autohint=true:size=12
  63.  
  64. ! alternative font settings with 'terminus':
  65. ! URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
  66. ! URxvt.bold.font: -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
  67. !! terminus names see end of file!
  68.  
  69. URxvt.depth: 32
  70. URxvt.background: [100]#222D31
  71. URxvt*scrollBar: false
  72. URxvt*mouseWheelScrollPage: false
  73. URxvt*cursorBlink: true
  74. URxvt*background: black
  75. URxvt*foreground: grey
  76. URxvt*saveLines: 5000
  77.  
  78. ! for 'fake' transparency (without Compton) uncomment the following three lines
  79. ! URxvt*inheritPixmap: true
  80. ! URxvt*transparent: true
  81. ! URxvt*shading: 138
  82.  
  83. ! Normal copy-paste keybindings without perls
  84. URxvt.iso14755: false
  85. URxvt.keysym.Shift-Control-V: eval:paste_clipboard
  86. URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
  87. !Xterm escape codes, word by word movement
  88. URxvt.keysym.Control-Left: \033[1;5D
  89. URxvt.keysym.Shift-Control-Left: \033[1;6D
  90. URxvt.keysym.Control-Right: \033[1;5C
  91. URxvt.keysym.Shift-Control-Right: \033[1;6C
  92. URxvt.keysym.Control-Up: \033[1;5A
  93. URxvt.keysym.Shift-Control-Up: \033[1;6A
  94. URxvt.keysym.Control-Down: \033[1;5B
  95. URxvt.keysym.Shift-Control-Down: \033[1;6B
  96. ! Rxvt.perl-ext-common: ...,clipboard
  97. ! URxvt.keysym.M-C-c: perl:clipboard:copy
  98. ! URxvt.keysym.M-v: perl:clipboard:paste
  99. ! URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  100. ! URxvt*termName: string
  101. ! URxvt*geometry: geometry
  102. ! URxvt*chdir: string
  103. ! URxvt*loginShell: boolean
  104. ! URxvt*multiClickTime: number
  105. ! URxvt*jumpScroll: boolean
  106. ! URxvt*skipScroll: boolean
  107. ! URxvt*pastableTabs: boolean
  108. ! URxvt*scrollstyle: plain
  109. ! URxvt*scrollBar_right: boolean
  110. ! URxvt*scrollBar_floating: true
  111. ! URxvt*scrollBar_align: mode
  112. ! URxvt*thickness: number
  113. ! URxvt*scrollTtyOutput: boolean
  114. ! URxvt*scrollTtyKeypress: boolean
  115. ! URxvt*scrollWithBuffer: boolean
  116. ! URxvt*tintColor: !7DA55
  117. ! URxvt*blurRadius: HxV
  118. ! URxvt*fading: number
  119. ! URxvt*fadeColor: color
  120. ! URxvt*utmpInhibit: boolean
  121. ! URxvt*urgentOnBell: boolean
  122. ! URxvt*visualBell: boolean
  123. ! URxvt*mapAlert: boolean
  124. ! URxvt*meta8: boolean
  125. ! URxvt*tripleclickwords: boolean
  126. ! URxvt*insecure: boolean
  127. ! URxvt*cursorUnderline: boolean
  128. ! URxvt*pointerBlank: boolean
  129. ! URxvt*color0: color
  130. ! URxvt*color1: color
  131. ! URxvt*color2: color
  132. ! URxvt*color3: color
  133. ! URxvt*color4: color
  134. ! URxvt*color5: color
  135. ! URxvt*color6: color
  136. ! URxvt*color7: color
  137. ! URxvt*color8: color
  138. ! URxvt*color9: color
  139. ! URxvt*color10: color
  140. ! URxvt*color11: color
  141. ! URxvt*color12: color
  142. ! URxvt*color13: color
  143. ! URxvt*color14: color
  144. ! URxvt*color15: color
  145. ! URxvt*colorBD: color
  146. ! URxvt*colorIT: color
  147. ! URxvt*colorUL: color
  148. ! URxvt*colorRV: color
  149. ! URxvt*underlineColor: color
  150. ! URxvt*scrollColor: color
  151. ! URxvt*troughColor: color
  152. ! URxvt*highlightColor: color
  153. ! URxvt*highlightTextColor: color
  154. ! URxvt*cursorColor: color
  155. ! URxvt*cursorColor2: color
  156. ! URxvt*pointerColor: color
  157. ! URxvt*pointerColor2: color
  158. ! URxvt*borderColor: color
  159. ! URxvt*iconFile: file
  160. ! URxvt*font: fontname
  161. ! URxvt*boldFont: fontname
  162. ! URxvt*italicFont: fontname
  163. ! URxvt*boldItalicFont: fontname
  164. ! URxvt*intensityStyles: boolean
  165. ! URxvt*inputMethod: name
  166. ! URxvt*preeditType: style
  167. ! URxvt*imLocale: string
  168. ! URxvt*imFont: fontname
  169. ! URxvt*title: string
  170. ! URxvt*iconName: string
  171. ! URxvt*buffered: boolean
  172. ! URxvt*depth: number
  173. ! URxvt*visual: number
  174. ! URxvt*transient-for: windowid
  175. ! URxvt*override-redirect: boolean
  176. ! URxvt*hold: boolean
  177. ! URxvt*externalBorder: number
  178. ! URxvt*internalBorder: number
  179. ! URxvt*borderLess: true
  180. ! URxvt*lineSpace: number
  181. URxvt.letterSpace: -1
  182. ! URxvt*skipBuiltinGlyphs: boolean
  183. ! URxvt*pointerBlankDelay: number
  184. ! URxvt*backspacekey: string
  185. ! URxvt*deletekey: string
  186. ! URxvt*print-pipe: string
  187. ! URxvt*modifier: modifier
  188. ! URxvt*cutchars: string
  189. ! URxvt*answerbackString: string
  190. ! URxvt*secondaryScreen: boolean
  191. ! URxvt*secondaryScroll: boolean
  192. ! URxvt*perl-lib: string
  193. ! URxvt*perl-eval: perl-eval
  194. ! URxvt*perl-ext-common: string
  195. ! URxvt*perl-ext: string
  196. ! URxvt*iso14755: boolean
  197. ! URxvt*iso14755_52: boolean
  198. ! URxvt*xrm: string
  199. ! URxvt*keysym.sym: keysym
  200. ! URxvt*background.border: boolean
  201. ! URxvt*background.expr: string
  202. ! URxvt*background.interval: seconds
  203. ! URxvt*bell-command: string
  204. ! URxvt*kuake.hotkey: string
  205. ! URxvt*matcher.button: string
  206. ! URxvt*matcher.launcher: string
  207. ! URxvt*matcher.launcher.*: string
  208. ! URxvt*matcher.pattern.*: string
  209. ! URxvt*matcher.rend.*: string
  210. ! URxvt*remote-clipboard.fetch: string
  211. ! URxvt*remote-clipboard.store: string
  212. ! URxvt*searchable-scrollback: string
  213. ! URxvt*selection-autotransform.*: string
  214. ! URxvt*selection-pastebin.cmd: string
  215. ! URxvt*selection-pastebin.url: string
  216. ! URxvt*selection.pattern-0: string
  217. ! URxvt*tab-bg: colour
  218. ! URxvt*tab-fg: colour
  219. ! URxvt*tabbar-bg: colour
  220. ! URxvt*tabbar-fg: colour
  221. ! URxvt*url-launcher: string
  222.  
  223. ! The Terminus font uses the following X-names:
  224. ! -xos4-terminus-medium-r-normal--12-120-72-72-c-60-iso10646-1
  225. ! -xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1
  226. ! -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
  227. ! -xos4-terminus-medium-r-normal--20-200-72-72-c-100-iso10646-1
  228. ! -xos4-terminus-medium-r-normal--22-220-72-72-c-110-iso10646-1
  229. ! -xos4-terminus-medium-r-normal--24-240-72-72-c-120-iso10646-1
  230. ! -xos4-terminus-medium-r-normal--28-280-72-72-c-140-iso10646-1
  231. ! -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1
  232. ! -xos4-terminus-bold-r-normal--12-120-72-72-c-60-iso10646-1
  233. ! -xos4-terminus-bold-r-normal--14-140-72-72-c-80-iso10646-1
  234. ! -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso10646-1
  235. ! -xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso10646-1
  236. ! -xos4-terminus-bold-r-normal--24-240-72-72-c-120-iso10646-1
  237. ! -xos4-terminus-bold-r-normal--28-280-72-72-c-140-iso10646-1
  238. ! -xos4-terminus-bold-r-normal--32-320-72-72-c-160-iso10646-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement