.Xresources 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. ! ▓▓▓▓▓▓▓▓▓▓
  2. ! ░▓ Author ▓ Abdullah <https://abdullah.today/>
  3. ! ░▓▓▓▓▓▓▓▓▓▓
  4. ! ░░░░░░░░░░
  5. ! Colors
  6. *.foreground : #fffaf4
  7. *.background : #0e1019
  8. *.cursorColor : #ff0018
  9. *.color0 : #232323
  10. *.color8 : #444444
  11. *.color1 : #ff000f
  12. *.color9 : #ff2740
  13. *.color2 : #8ce10b
  14. *.color10 : #abe15b
  15. *.color3 : #ffb900
  16. *.color11 : #ffd242
  17. *.color4 : #008df8
  18. *.color12 : #0092ff
  19. *.color5 : #6d43a6
  20. *.color13 : #9a5feb
  21. *.color6 : #00d8eb
  22. *.color14 : #67fff0
  23. *.color7 : #ffffff
  24. *.color15 : #ffffff
  25. *.colorBD : #9e9c9a
  26. ! Fonts
  27. !URxvt*font: -misc-tamsyn-bold-r-normal--20-145-100-100-c-100-iso8859-1,\
  28. ! -misc-tamzen-medium-r-normal--20-145-100-100-c-100-iso8859-1,\
  29. ! xft:DejaVu Sans Mono for Powerline-10,\
  30. ! xft:'Terminus (TTF) for Powerline':MediumForPowerline:size=13:antialias=true,\
  31. ! xft:Inconsolata\ For\ Powerline:size=13:antialias=true,\
  32. ! xft:Consolas:size=13,\
  33. ! xft:Inconsolata\ for\ Powerline,\
  34. ! xft:Terminess\ Powerline:size=12,\
  35. ! -misc-tamzenforpowerline-medium-r-normal--20-145-100-100-c-100-iso10646-1,\
  36. ! xterm: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1,\
  37. ! xft:PowerlineSymbols,\
  38. ! xft:FontAwesome:size=28:minspace=False,\
  39. ! xft:DejaVu Sans:pixelsize=18
  40. !URxvt*boldFont: -misc-tamzenforpowerline-bold-r-normal--20-145-100-100-c-100-iso8859-1,\
  41. ! xft:Inconsolata:bold:size=16:antialias=true,\
  42. ! xft:DejaVu Sans:bold:size=16:antialias=true,\
  43. ! xft:FontAwesome
  44. URxvt*font: xft:source code pro for powerline:italic:pixelsize=18,\
  45. xft:DejaVu Sans Mono for Powerline-10,\
  46. xft:'Terminus (TTF) for Powerline':MediumForPowerline:size=13:antialias=true,\
  47. xft:Inconsolata\ For\ Powerline:size=13:antialias=true,\
  48. xft:Consolas:size=13,\
  49. xft:Inconsolata\ for\ Powerline,\
  50. xft:Terminess\ Powerline:size=12,\
  51. -misc-tamzenforpowerline-medium-r-normal--20-145-100-100-c-100-iso10646-1,\
  52. xterm: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1,\
  53. xft:PowerlineSymbols,\
  54. xft:FontAwesome:size=28:minspace=False,\
  55. xft:DejaVu Sans:pixelsize=18
  56. URxvt*imFont: xft:source code pro for powerline:italic:pixelsize=18
  57. URxvt*boldFont: xft:source code pro for powerline:semibold:pixelsize=18
  58. URxvt*italicFont: xft:source code pro for powerline:italic:pixelsize=18
  59. URxvt*boldItalicFont: xft:source code pro for powerline:semibold:italic:pixelsize=18
  60. URxvt*letterSpace: 0
  61. URxvt*termName : rxvt-unicode-256color
  62. URxvt*geometry : 96x30
  63. !URxvt*chdir : /home/ak
  64. URxvt*reverseVideo : 0
  65. URxvt*loginShell : 1
  66. !URxvt*multiClickTime : 0.1
  67. URxvt*jumpScroll : 1
  68. URxvt*skipScroll : 1
  69. URxvt*pastableTabs : 1
  70. URxvt*scrollstyle : plain
  71. URxvt*scrollBar : 0
  72. URxvt*scrollBar_right : 0
  73. URxvt*scrollBar_floating : 0
  74. URxvt*scrollBar_align : centre
  75. URxvt*thickness : 0
  76. URxvt*scrollTtyOutput : 0
  77. URxvt*scrollTtyKeypress : 1
  78. URxvt*scrollWithBuffer : 1
  79. URxvt*inheritPixmap : 0
  80. URxvt*transparent : 0
  81. URxvt*tintColor : #ffffff
  82. URxvt*shading : 145
  83. URxvt*blurRadius : 1x65
  84. URxvt*fading : 25
  85. URxvt*fadeColor : #008B8B
  86. URxvt*utmpInhibit : 1
  87. URxvt*urgentOnBell : 1
  88. URxvt*visualBell : 0
  89. URxvt*mapAlert : 0
  90. URxvt*meta8 : 0
  91. URxvt*mouseWheelScrollPage : 0
  92. URxvt*tripleclickwords : 0
  93. URxvt*insecure : 0
  94. URxvt*cursorUnderline : 1
  95. URxvt*cursorBlink : 0
  96. URxvt*pointerBlank : 1
  97. !URxvt*colorBD : color
  98. !URxvt*colorIT : color
  99. !URxvt*colorUL : color
  100. !URxvt*colorRV : color
  101. !URxvt*underlineColor : color
  102. !URxvt*scrollColor : color
  103. !URxvt*troughColor : color
  104. !URxvt*highlightColor : color
  105. !URxvt*highlightTextColor : color
  106. !URxvt*cursorColor : color
  107. !URxvt*cursorColor2 : color
  108. !URxvt*pointerColor : color
  109. !URxvt*pointerColor2 : color
  110. !URxvt*borderColor : color
  111. URxvt*path : /home/abdullah/pix
  112. !URxvt*backgroundPixmap : /home/abdullah/pix/bg.jpg;op=keep-aspect
  113. URxvt*iconFile : /usr/share/pixmaps/urxvt.xpm
  114. URxvt*pointerShape : ul_angle
  115. !URxvt*italicFont : fontname
  116. !URxvt*boldItalicFont : fontname
  117. URxvt*intensityStyles : 1
  118. !URxvt*inputMethod : ibus
  119. !URxvt*preeditType : xim
  120. !URxvt*imLocale : ja_JP.EUC-JP
  121. !URxvt*imFont : xft : Fura Code for Powerline : 17
  122. !URxvt*title : rxvt
  123. !URxvt*iconName : rxvt
  124. URxvt*saveLines : 9999
  125. URxvt*buffered : 1
  126. URxvt*depth : 32
  127. URxvt*visual : 0x20
  128. !URxvt*transient-for :
  129. URxvt*override-redirect : 0
  130. !URxvt*hold : 1
  131. URxvt*externalBorder : 15
  132. URxvt*internalBorder : 15
  133. URxvt*borderLess : 0
  134. URxvt*lineSpace : 0
  135. !URxvt*letterSpace : 0
  136. URxvt*skipBuiltinGlyphs : 0
  137. URxvt*pointerBlankDelay : 1
  138. !URxvt*backspacekey :
  139. !URxvt*deletekey :
  140. URxvt*print-pipe : cat > /tmp/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
  141. URxvt*modifier :
  142. URxvt*cutchars : BACKSLASH " " '"'&()*,;<=>?@[]^{|}\"()*,<>[]{}|''"\
  143. !URxvt*
  144. !URxvt*answerbackString:
  145. URxvt*secondaryScreen : 1
  146. URxvt*secondaryScroll : 1
  147. URxvt*perl-lib : /home/ak/.urxvt/ext
  148. !URxvt*perl-eval :
  149. !URxvt*perl-ext-common :
  150. !URxvt*perl-ext :
  151. URxvt*iso14755 : 1
  152. URxvt*iso14755_52 : 1
  153. !URxvt*xrm :
  154. !URxvt*keysym.sym :
  155. URxvt*background : rgba:0000/0000/0200/c800
  156. !URxvt*background.border :
  157. !URxvt*background.expr :
  158. !URxvt*background.interval :
  159. !URxvt*bell-command :
  160. !URxvt*kuake.hotkey :
  161. URxvt*matcher.button : 2
  162. URxvt*url-launcher : /usr/bin/google-chrome-stable
  163. URxvt*url-select.underline : 1
  164. !URxvt*matcher.launcher.* :
  165. !URxvt*matcher.pattern.* :
  166. URxvt*matcher.rend.0 : Uline Bold fg5
  167. !URxvt*remote-clipboard.fetch :
  168. !URxvt*remote-clipboard.store :
  169. !URxvt*selection-autotransform.* :
  170. !URxvt*selection-pastebin.cmd :
  171. !URxvt*selection-pastebin.url :
  172. URxvt*selection.pattern-0 : ([[ : word : ]]+)
  173. !URxvt*tab-bg :
  174. !URxvt*tab-fg :
  175. !URxvt*tabbar-bg :
  176. !URxvt*tabbar-fg :
  177. URxvt*keysym.M-C-c : selection : rot13
  178. !URxvt*keysym.M-s : searchable-scrollback : start
  179. URxvt*perl-ext-common : vim,default,matcher
  180. !URxvt*clipboar-autocopy : 1
  181. URxvt*vim-scrollback : M-s
  182. URxvt*vim-scrollback-paste : M-p
  183. URxvt*clipboard.copycmd : xsel -ib
  184. polybar*background : #24292A
  185. polybar*foreground : #ccd2be
  186. polybar*fading : 15
  187. polybar*fadeColor : black
  188. polybar*cursorColor : #16A085
  189. polybar*pointerColorBackground : #2B2C2B
  190. polybar*pointerColorForeground : #16A085
  191. polybar*urgent : #B34747
  192. !! black dark/light
  193. polybar*color0 : #24292A
  194. polybar*color8 : #3c4140
  195. !! red dark/light
  196. polybar*color1 : #ff8843
  197. polybar*color9 : #c48851
  198. !! green dark/light
  199. polybar*color2 : #7a8d5c
  200. polybar*color10 : #aec199
  201. !! yellow dark/light
  202. polybar*color3 : #a69658
  203. polybar*color11 : #c4b268
  204. !! blue dark/light
  205. polybar*color4 : #7b90a9
  206. polybar*color12 : #91aac7
  207. !! magenta dark/light
  208. polybar*color5 : #aa6161
  209. polybar*color13 : #e78484
  210. !! cyan dark/light
  211. polybar*color6 : #698885
  212. polybar*color14 : #83a5a1
  213. !! white dark/light
  214. polybar*color7 : #a8b298
  215. polybar*color15 : #ccd2be
  216. !! pink
  217. polybar*color16 : #9181E7
  218. !! purple
  219. polybar*color17 : #D7AFF9
  220. !! XTERM
  221. !xterm*font: -misc-tamzen-medium-r-normal--20-145-100-100-c-100-iso8859-1, xft:DejaVu Sans Mono for Powerline-10, xft:Terminus (TTF) for Powerline:MediumForPowerline:size=13:antialias=true, xft:Inconsolata\ For\ Powerline:size=13:antialias=true
  222. !xterm*font: -misc-tamzen-medium-r-normal--20-145-100-100-c-100-iso8859-1
  223. xterm*faceName: -misc-tamzen-medium-r-normal--20-145-100-100-c-100-iso8859-1
  224. ! xft:Consolas:size=13, \
  225. ! xft:Inconsolata for Powerline, \
  226. ! xft:Terminess Powerline:size=12, \
  227. ! -misc-tamzenforpowerline-medium-r-normal--20-145-100-100-c-100-iso10646-1, \
  228. ! xterm: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1, \
  229. ! xft:PowerlineSymbols,\
  230. ! xft:FontAwesome:size=28:minspace=False,\
  231. ! xft:DejaVu Sans:pixelsize=18
  232. !xterm*boldFont: -misc-tamzenforpowerline-bold-r-normal--20-145-100-100-c-100-iso8859-1, xft:Inconsolata:bold:size=16:antialias=true, xft:DejaVu Sans:bold:size=16:antialias=true, xft:FontAwesome
  233. xterm*termName : xterm-256color
  234. xterm*geometry : 96x30
  235. !xterm*chdir : /home/ak
  236. xterm*reverseVideo : 0
  237. xterm*loginShell : 1
  238. !xterm*multiClickTime : 0.1
  239. !xterm*jumpScroll : 1
  240. !xterm*skipScroll : 1
  241. !xterm*pastableTabs : 1
  242. !xterm*scrollstyle : plain
  243. !xterm*scrollBar : 0
  244. !xterm*scrollBar_right : 0
  245. !xterm*scrollBar_floating : 0
  246. !xterm*scrollBar_align : centre
  247. !xterm*thickness : 0
  248. !xterm*scrollTtyOutput : 0
  249. !xterm*scrollTtyKeypress : 1
  250. !xterm*scrollWithBuffer : 1
  251. !xterm*inheritPixmap : 0
  252. !xterm*transparent : 0
  253. !xterm*tintColor : #ffffff
  254. !xterm*shading : 145
  255. !xterm*blurRadius : 1x65
  256. !xterm*fading : 25
  257. !xterm*fadeColor : #008B8B
  258. !xterm*utmpInhibit : 1
  259. !xterm*urgentOnBell : 1
  260. !xterm*visualBell : 0
  261. !xterm*mapAlert : 0
  262. !xterm*meta8 : 0
  263. !xterm*mouseWheelScrollPage : 0
  264. !xterm*tripleclickwords : 0
  265. !xterm*insecure : 0
  266. !xterm*cursorUnderline : 1
  267. !xterm*cursorBlink : 0
  268. !xterm*pointerBlank : 1
  269. !xterm*colorBD : color
  270. !xterm*colorIT : color
  271. !xterm*colorUL : color
  272. !xterm*colorRV : color
  273. !xterm*underlineColor : color
  274. !xterm*scrollColor : color
  275. !xterm*troughColor : color
  276. !xterm*highlightColor : color
  277. !xterm*highlightTextColor : color
  278. !xterm*cursorColor : color
  279. !xterm*cursorColor2 : color
  280. !xterm*pointerColor : color
  281. !xterm*pointerColor2 : color
  282. !xterm*borderColor : color
  283. !xterm*path : /home/abdullah/pix
  284. !xterm*backgroundPixmap : /home/abdullah/pix/bg.jpg;op=keep-aspect
  285. !xterm*iconFile : /usr/share/pixmaps/terminal-tango.svg
  286. !xterm*pointerShape : ul_angle
  287. !xterm*italicFont : fontname
  288. !xterm*boldItalicFont : fontname
  289. !xterm*intensityStyles : 1
  290. !xterm*inputMethod : ibus
  291. !xterm*preeditType : xim
  292. !xterm*imLocale : ja_JP.EUC-JP
  293. !xterm*imFont : xft : Fura Code for Powerline : 17
  294. !xterm*title : rxvt
  295. !xterm*iconName : rxvt
  296. !xterm*saveLines : 9999
  297. !xterm*buffered : 1
  298. !xterm*depth : 96
  299. !xterm*visual : 0x20
  300. !xterm*transient-for :
  301. !xterm*override-redirect : 0
  302. !xterm*hold : 1
  303. !xterm*externalBorder : 15
  304. !xterm*internalBorder : 15
  305. !xterm*borderLess : 0
  306. !xterm*lineSpace : 0
  307. !xterm*letterSpace : 0
  308. !xterm*skipBuiltinGlyphs : 0
  309. !xterm*pointerBlankDelay : 1
  310. !xterm*backspacekey :
  311. !xterm*deletekey :
  312. !xterm*print-pipe : cat > /tmp/$(echo urxvt.dump.$(date +'%Y%M%d%H%m%S'))
  313. !xterm*modifier :
  314. xterm*cutchars : \"()*,<>[]{}|''"\
  315. !xterm*cutchars : BACKSLASH '"'&()*,;<=>?@[]^{|}
  316. !xterm*
  317. !xterm*answerbackString :
  318. !xterm*secondaryScreen : 1