Advertisement
Dobbie03

.Xresources

May 29th, 2017
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | None | 0 0
  1. ! ------------------------------------------------------------------------------
  2. ! xterm standard archlabs theme
  3. ! ------------------------------------------------------------------------------
  4. ! https://critical.ch/xterm/
  5. ! ------------------------------------------------------------------------------
  6.  
  7. xterm*font: 7x13
  8. xterm*faceName: Monaco:size=10:antialias=false
  9. xterm*loginShell: true
  10. xterm*vt100*geometry: 90x34
  11. xterm*saveLines: 2000
  12. xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
  13. xterm*termName: xterm-color
  14. xterm*eightBitInput: false
  15. xterm*foreground: rgb:d9/d4/d4
  16. xterm*background: rgb:32/32/32
  17. xterm*color0: rgb:00/00/00
  18. xterm*color1: rgb:a8/00/00
  19. xterm*color2: rgb:00/a8/00
  20. xterm*color3: rgb:a8/54/00
  21. xterm*color4: rgb:5f/81/9d
  22. xterm*color5: rgb:a8/00/a8
  23. xterm*color6: rgb:00/a8/a8
  24. xterm*color7: rgb:70/78/80
  25. xterm*color8: rgb:54/54/54
  26. xterm*color9: rgb:fc/54/54
  27. xterm*color10: rgb:54/fc/54
  28. xterm*color11: rgb:fc/fc/54
  29. xterm*color12: rgb:81/a2/be
  30. xterm*color13: rgb:fc/54/fc
  31. xterm*color14: rgb:54/fc/fc
  32. xterm*color15: rgb:c5/c8/c6
  33. xterm*boldMode: false
  34.  
  35.  
  36. ! ------------------------------------------------------------------------------
  37. ! URxvt standard archlabs theme
  38. ! ------------------------------------------------------------------------------
  39.  
  40.  
  41.  
  42. ! general settings
  43. URxvt*saveline: 15000
  44. URxvt*termName: rxvt-256color
  45. URxvt*iso14755: false
  46.  
  47. ! appearance
  48. URxvt*depth: 32
  49. !URxvt*background: rgba:0000/0000/0000/AAAA
  50. !URxvt*background: [80]#404552
  51. URxvt*background: [80]#3F3F3F
  52. URxvt*foreground: #c5c8c6
  53. URxvt.underlineColor: #4682B4
  54. URxvt.highlightColor: #4682B4
  55. URxvt.throughColor: Blue
  56. URxvt*cursorColor: Green
  57. URxvt*cursorColor2: Black
  58. URxvt*scrollBar: false
  59. URxvt*scrollBar_right: false
  60. URxvt*internalBorder: 0
  61. URxvt*externalBorder: 0
  62. !URxvt.colorIT: #87af5f
  63. !URxvt.colorBD: #d7d7d7
  64. !URxvt.colorUL: #87afd7
  65.  
  66.  
  67. ! special
  68. *.foreground: #9b9081
  69. *.background: #181b20
  70. *.cursorColor: #9b9081
  71.  
  72. ! black
  73. *.color0: #353535
  74. *.color8: #5f5f5f
  75.  
  76. ! red
  77. *.color1: #744b40
  78. *.color9: #785850
  79.  
  80. ! green
  81. *.color2: #6d6137
  82. *.color10: #6f6749
  83.  
  84. ! yellow
  85. *.color3: #765636
  86. *.color11: #776049
  87.  
  88. ! blue
  89. *.color4: #61564b
  90. *.color12: #696057
  91.  
  92. ! magenta
  93. *.color5: #6b4a49
  94. *.color13: #6f5a59
  95.  
  96. ! cyan
  97. *.color6: #435861
  98. *.color14: #525f66
  99.  
  100. ! white
  101. *.color7: #b3b3b3
  102. *.color15: #cdcdcd
  103.  
  104.  
  105. ! fonts
  106. URxvt*letterSpace: -1
  107. !Xft.size: 12
  108. URxvt*font: xft:Monaco:regular:size=10
  109. URxvt*imFont: xft:Monaco:regular:size=10
  110. URxvt*boldFont: xft:Monaco:bold:size=10
  111. URxvt*italicFont: xft:Monaco:italic:size=10
  112. URxvt*boldItalicFont: xft:Monaco:regular:size=10
  113. ! run :.!fc-list | grep <font-name>
  114.  
  115. ! perl extensions
  116. URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
  117. !URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,tabbed
  118.  
  119. ! macros for clipboard and selection
  120. URxvt.copyCommand: xclip -i -selection clipboard
  121. URxvt.pasteCommand: xclip -o -selection clipboard
  122. URxvt.keysym.M-c: perl:clipboard:copy
  123. URxvt.keysym.m-v: perl:clipboard:paste
  124. URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  125. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  126. URxvt.keysym.M-s: perl:keyboard-select:search
  127. URxvt.keysym.M-u: perl:url-select:select_next
  128. URxvt.urlLauncher: waterfox
  129. URxvt.underlineURLs: true
  130. URxvt.urlButton: 1
  131. URxvt.geometry: 71x23
  132.  
  133. ! tabbed
  134. URxvt.tabbed.tabbar-fg: 4
  135. URxvt.tabbed.tabbar-bg: 16
  136. URxvt.tabbed.tab-fg: 15
  137. URxvt.tabbed.tab-bg: 4
  138. URxvt*buffered: false
  139.  
  140.  
  141.  
  142. ! ------------------------------------------------------------------------------
  143. ! UXTerm standard archlabs theme
  144. ! ------------------------------------------------------------------------------
  145.  
  146.  
  147.  
  148. ! termtype
  149. UXTerm*termName: xterm-256color
  150.  
  151.  
  152. UXTerm*cursorColor: white
  153. UXTerm*VT100.geometry: 90x30
  154. UXTerm*font: Monaco
  155. UXTerm*faceSize: 12
  156. UXTerm*dynamicColors: true
  157. UXTerm*utf8: 2
  158. UXTerm*eightBitInput: true
  159. UXTerm*saveLines: 10000
  160. UXTerm*scrollKey: true
  161. UXTerm*scrollTtyOutput: false
  162. UXTerm*scrollBar: false
  163. UXTerm*rightScrollBar: false
  164. UXTerm*jumpScroll: true
  165. UXTerm*multiScroll: true
  166. UXTerm*toolBar: false
  167.  
  168. ! fix colors
  169. UXTerm*background: rgb:63/63/63
  170. UXTerm*foreground: rgb:00/00/00
  171. UXTerm*color0: rgb:00/00/00
  172. UXTerm*color1: rgb:a8/00/00
  173. UXTerm*color2: rgb:00/a8/00
  174. UXTerm*color3: rgb:a8/54/00
  175. UXTerm*color4: rgb:00/00/a8
  176. UXTerm*color5: rgb:a8/00/a8
  177. UXTerm*color6: rgb:00/a8/a8
  178. UXTerm*color7: rgb:a8/a8/a8
  179. UXTerm*color8: rgb:54/54/54
  180. UXTerm*color9: rgb:fc/54/54
  181. UXTerm*color10: rgb:54/fc/54
  182. UXTerm*color11: rgb:fc/fc/54
  183. UXTerm*color12: rgb:54/54/fc
  184. UXTerm*color13: rgb:fc/54/fc
  185. UXTerm*color14: rgb:54/fc/fc
  186. UXTerm*color15: rgb:fc/fc/fc
  187. UXTerm*boldMode: false
  188. UXTerm*colorBDMode: true
  189. UXTerm*colorBD: rgb:3f/3f/3f
  190.  
  191.  
  192.  
  193. ! ------------------------------------------------------------------------------
  194. ! ROFI standard archlabs theme
  195. ! ------------------------------------------------------------------------------
  196.  
  197. rofi.font: Product Sans 20
  198. rofi.location: 0
  199. rofi.color-enabled: true
  200. rofi.color-window: argb:B3000000, argb:B3000000, argb:E6ffffff
  201. rofi.color-normal: argb:00000000, argb:969896B3, argb:00000000, argb:00000000, argb:FFFFFFFF
  202. !ffe1a3ee
  203. rofi.color-urgent: argb:00282a2e, argb:FFcc6666, argb:00282a2e, argb:ffcc6666, argb:e61d1f21
  204. rofi.color-active: argb:00282a2e, argb:FF81a2be, argb:00282a2e, argb:ff81a2be, argb:e61d1f21
  205. rofi.separator-style: solid
  206. rofi.fullscreen: true
  207. rofi.padding: 150
  208. rofi.hide-scrollbar: true
  209. rofi.line-margin: 5
  210. rofi.yoffset: 00
  211. rofi.xoffset: 0
  212. !rofi.width: 1920
  213. rofi.lines: 18
  214.  
  215. !--------------------------------------------
  216. ! Custom DPI
  217. !--------------------------------------------
  218.  
  219. Xft.dpi: 120
  220. Xft.autohint: 0
  221. Xft.lcdfilter: lcddefault
  222. Xft.hintstyle: hintslight
  223. Xft.hinting: 1
  224. Xft.antialias: 1
  225. Xft.rgba: rgb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement