Advertisement
Guest User

urxvt almost default

a guest
Nov 21st, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.45 KB | None | 0 0
  1. ! A quick way to add color to manual pages viewed on xterm/uxterm or rxvt-unicode is to modify ~/.Xresources.
  2. *VT100.colorBDMode:     true
  3. *VT100.colorBD:         red
  4. *VT100.colorULMode:     true
  5. *VT100.colorUL:         cyan
  6.  
  7. ! which replaces the decorations with the colors. Also add:
  8. *VT100.veryBoldColors:  6
  9. ! if you want colors and decorations (bold or underline) at the same time. See xterm(1) for a description of the veryBoldColors resource.
  10.  
  11. !! From https://github.com/AntSunrise/URxvt-themes/blob/master/pretty
  12.  
  13. !urxvt*termName:         rxvt
  14. !urxvt*background:       #0c0d0e
  15. !urxvt*foreground:       #7f8f9f
  16. !urxvt*scrollBar:        false
  17. !urxvt.transparent:    false
  18. !urxvt*allow_bold:    true
  19.  
  20. !Xft*dpi:                96
  21. !Xft*antialias:          true
  22. !Xft*hinting:            full
  23.  
  24. !URxvt*tintColor:     #ffffff
  25. !urxvt*shading:        0
  26. !URxvt*inheritPixmap:     False
  27.  
  28. ! black + red
  29. !urxvt*color0:     #3f3f3f
  30. !urxvt*color0:      #101010
  31. !urxvt*color1:      #705050
  32. ! green + yellow
  33. !urxvt*color2:      #60b48a
  34. !urxvt*color3:      #f0dfaf
  35. ! blue + purple
  36. !urxvt*color4:      #506070
  37. !urxvt*color5:      #dc8cc3
  38. ! cyan + white
  39. !urxvt*color6:      #8cd0d3
  40. !urxvt*color7:      #dcdccc
  41. ! bright-black + bright-red
  42. !urxvt*color8:      #000000
  43. !urxvt*color9:      #dca3a3
  44. ! bright-green + bright-yellow
  45. !urxvt*color10:     #c3bf9f
  46. !urxvt*color11:     #f0dfaf
  47. ! bright-blue + bright-purple
  48. !urxvt*color12:     #94bff3
  49. !urxvt*color13:     #ec93d3
  50. ! bright-cyan + bright-white
  51. !urxvt*color14:     #93e0e3
  52. !urxvt*color15:     #ffffff
  53.  
  54. !! From https://github.com/AntSunrise/URxvt-themes/blob/master/dark%20violet%20good
  55.  
  56. !URxvt*background: #1b1b1b
  57. !URxvt*foreground: #cccaca
  58. !
  59. !!Black
  60. !URxvt*color0: #222222
  61. !URxvt*color8: #5b595a
  62. !!Red
  63. !URxvt*color1: #664742
  64. !URxvt*color9: #664742
  65. !!Green
  66. !URxvt*color2: #A5AF86
  67. !URxvt*color10: #A5AF86
  68. !!Yellow
  69. !URxvt*color3: #F7E7BD
  70. !URxvt*color11: #F7E7BD
  71. !!Blue
  72. !URxvt*color4: #6e686f
  73. !URxvt*color12: #6e686f
  74. !!Magenta
  75. !URxvt*color5: #966E6E
  76. !URxvt*color13: #B09A91
  77. !!Cyan
  78. !URxvt*color6: #849492
  79. !URxvt*color14: #849492
  80. !!White
  81. !URxvt*color7: #a49c9c
  82. !URxvt*color15: #e9e6e6
  83.  
  84. !From https://github.com/AntSunrise/URxvt-themes/blob/master/julie
  85.  
  86. !URxvt*background: [90]#151515
  87. !URxvt*foreground: #c6a57b
  88. !URxvt*background: #151515
  89. !black
  90. !URxvt*color0: #101010
  91. !URxvt*color8: #404040
  92. !red
  93. !URxvt*color1: #953331
  94. !URxvt*color9: #8D4A48
  95. !green
  96. !URxvt*color2: #546A29
  97. !URxvt*color10: #7E9960
  98. !yellow
  99. !URxvt*color3: #909737
  100. !URxvt*color11: #9CA554
  101. !blue
  102. !UzRxvt*color4: #385E6B
  103. !URxvt*color12: #5C737C
  104. !magenta
  105. !URxvt*color5: #7F355E
  106. !URxvt*color13: #95618B
  107. !cyan
  108. !URxvt*color6: #34676F
  109. !URxvt*color14: #5D858A
  110. !white
  111. !URxvt*color7: #dddddd
  112. !URxvt*color15: #dddddd
  113.  
  114. ! From https://github.com/AntSunrise/URxvt-themes/blob/master/all%20colorful%20and%20shit
  115. !urxvt*termName: rxvt
  116. !urxvt.transparent: false
  117. !urxvt.boldFont:
  118. !Xft*dpi: 96
  119. !Xft*antialias: true
  120. !Xft*hinting: true
  121. !Xft*hintstyle: hintfull
  122. !Xft*rgba: rgb
  123. !*internalBorder: 26
  124. !URxvt*fading: 0
  125. !URxvt*tintColor: #ffffff
  126. !URxvt*inheritPixmap: False
  127. !! special
  128. !*.foreground:   #aaaaaa
  129. !*.background:   #161b21
  130. !*.cursorColor:  #aaaaaa
  131. !
  132. !! black
  133. !*.color0:       #9ea2a5
  134. !*.color8:       #9ea2a5
  135. !
  136. !! red
  137. !*.color1:       #8b6066
  138. !*.color9:       #8b6066
  139. !
  140. !! green
  141. !*.color2:       #9a7e62
  142. !*.color10:      #9a7e62
  143. !
  144. !! yellow
  145. !*.color3:       #e7d869
  146. !*.color11:      #e7d869
  147. !
  148. !! blue
  149. !*.color4:       #354f73
  150. !*.color12:      #354f73
  151. !
  152. !! magenta
  153. !*.color5:       #55465b
  154. !*.color13:      #55465b
  155. !
  156. !! cyan
  157. !*.color6:       #716467
  158. !*.color14:      #716467
  159. !
  160. !! white
  161. !*.color7:       #aaaaaa
  162. !*.color15:      #a7a9a8
  163.  
  164.  
  165. ! From https://github.com/AntSunrise/URxvt-themes/blob/master/black%20blue%20space
  166. ! this one is ok
  167. !urxvt*termName:              rxvt
  168. !urxvt*boldFont:            
  169. !urxvt*background:           #000000
  170. !urxvt*foreground:           #666699
  171. !urxvt*cursorColor:          #6699CC
  172. !urxvt*colorBD:              #CCCCFF
  173. !
  174. !!Visiblue
  175. !urxvt*color0:               #333366
  176. !urxvt*color8:               #333399
  177. !
  178. !urxvt*color1:               #6666CC
  179. !urxvt*color9:               #9999FF
  180. !
  181. !urxvt*color2:               #0099CC
  182. !urxvt*color10:              #00CCFF
  183. !
  184. !urxvt*color3:               #3366CC
  185. !urxvt*color11:              #6699FF
  186. !
  187. !urxvt*color4:               #006699
  188. !urxvt*color12:              #0099CC
  189. !
  190. !urxvt*color5:               #0066FF
  191. !urxvt*color13:              #0099FF
  192. !
  193. !urxvt*color6:               #669999
  194. !urxvt*color14:              #66CCCC
  195. !
  196. !urxvt*color7:               #99CCCC
  197. !urxvt*color15:              #CCFFFF
  198.  
  199.  
  200. !! From https://morfikov.github.io/post/konfiguracja-terminala-urxvt/
  201. !!  and:https://wiki.archlinux.org/index.php/Rxvt-unicode
  202.  
  203. !! Different stuff
  204.  
  205. ! Dom not work, see hack in .zshrc
  206. URxvt.iconFile:  /usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
  207. URxvt*scrollBar:    true
  208. URxvt*scrollBar_right:  true
  209. URxvt*thickness:    5
  210. URxvt.copyCommand:  xclip -i -selection clipboard
  211. URxvt.iso14755: false
  212. URxvt.keysym.Control-Down:  \033[1;5B
  213. URxvt.keysym.Control-Left:  \033[1;5D
  214. URxvt.keysym.Control-Right: \033[1;5C
  215. URxvt.keysym.Control-Up:    \033[1;5A
  216.  
  217. ! Perl extensions
  218. URxvt.perl-ext-common:  default,matcher,selection-to-clipboard,url-select,clipboard,keyboard-select
  219.  
  220. !! Copy and Paste
  221. URxvt.clipboard.autocopy: true
  222. URxvt.keysym.Control-u: perl:url-select:select_next
  223. URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  224. URxvt.keysym.M-Escape:  perl:keyboard-select:activate
  225. URxvt.keysym.M-c:   perl:clipboard:copy
  226. URxvt.keysym.M-s:   perl:keyboard-select:search
  227. URxvt.keysym.M-u:   perl:url-select:select_next
  228. URxvt.keysym.M-v:   perl:clipboard:paste
  229. URxvt.clipboard.copycmd:  xsel -ib
  230. URxvt.clipboard.pastecmd: xsel -ob
  231.  
  232. ! Increase/decrease text size
  233. URxvt.keysym.C-S-Up:          perl:font-size:increase
  234. URxvt.keysym.C-S-Down:        perl:font-size:decrease
  235.  
  236. ! Matcher
  237. URxvt.keysym.Shift-Down:    command:\033]721;1\007
  238. URxvt.keysym.Shift-Up:  command:\033]720;1\007
  239. URxvt.matcher.button:   1
  240. URxvt.matcher.rend.0:   Uline Bold fg5
  241. URxvt.pasteCommand: xclip -o -selection clipboard
  242. URxvt.scrollstyle:  plain
  243. URxvt.underlineURLs:    true
  244. URxvt.urgentOnBell: true
  245.  
  246. ! URL lauincher
  247. URxvt.url-launcher: /usr/bin/firefox
  248. URxvt.url-select.launcher:  /usr/bin/xdg-open
  249. URxvt.url-select.underline: true
  250. URxvt.urlButton:    1
  251. URxvt.urlLauncher:  firefox
  252.  
  253. !! Fonts
  254.  
  255. Xft.autohint:      false
  256. Xft.antialias:     true
  257. Xft.rgba:          none
  258. Xft.hinting:       true
  259. Xft.hintstyle:     hintslight
  260. Xft.lcdfilter:     lcddefault
  261. Xft.dpi:           96
  262.  
  263. *.font:           xft:Roboto Mono for Powerline:pixelsize=9:antialias=true:hinting=true
  264. *.boldFont:       xft:Roboto Mono for Powerline:bold:pixelsize=9:antialias=true:hinting=true
  265. *.italicFont:     xft::Roboto Mono for Powerline:italic:pixelsize= 9:antialias=true:hinting=true
  266. *.boldItalicFont: xft:Roboto Mono for Powerline:bold:italic:pixelsize=9:antialias=true:hinting=true
  267.  
  268. !! Scrolling
  269.  
  270. ! do not scroll with output
  271. URxvt*scrollTtyOutput: false
  272.  
  273. ! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
  274. URxvt*scrollWithBuffer: true
  275.  
  276. ! scroll back to the bottom on keypress
  277. URxvt*scrollTtyKeypress: true
  278.  
  279. ! Scrolling in secondary screen (like less without -X)
  280. URxvt.secondaryScreen: 1
  281. URxvt.secondaryScroll: 0
  282. URxvt.secondaryWheel: 1
  283.  
  284. ! When there are many messages scroll window 60 times a second or when it is full
  285. URxvt*jumpScroll: true
  286. URxvt*skipScroll: true
  287.  
  288. ! Mouse scrolls the whole page
  289. Rxvt*mouseWheelScrollPage: true
  290.  
  291. ! Border and wndow position
  292. URxvt*borderLess: false
  293. URxvt*geometry: 147x39+100+207
  294.  
  295. ! Cursor and mouse pointer
  296. URxvt*cursorUnderline: false
  297. URxvt*cursorBlink: true
  298.  
  299. ! Number of remembered lines
  300. URxvt*saveLines: 10200
  301.  
  302. ! Turn off iso14755 mo1de.tu allow using LShift/LCttr
  303. URxvt*iso14755: false
  304. URxvt*iso14755_52: false
  305.  
  306. ! Remove spaces between lines
  307. URxvt*lineSpace: 0
  308.  
  309. ! Do not use spacing between letters
  310. URxvt*letterSpace: -1
  311.  
  312. ! From https://incenp.org/notes/2013/urxvt-keyboard-problems.html
  313. urxvt.keysym.Control-l: clear\n
  314.  
  315. !  From me
  316. URxvt*shading:        0
  317.  
  318. urxvt*termName: rxvt
  319. urxvt.transparent: false
  320. Xft*dpi: 96
  321. Xft*antialias: true
  322. Xft*hinting: true
  323. x!Xft*hintstyle: hintfull
  324. Xft*rgba: rgb
  325. *internalBorder: 8
  326. URxvt*fading: 0
  327. URxvt*tintColor: #ffffff
  328. URxvt*inheritPixmap: False
  329. !! special
  330. *.foreground:   white
  331. *.background:   black
  332. *.cursorColor:  #aaaaaa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement