Guest User

Untitled

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