Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Sign up for a GitHub account Sign in
  2.  
  3. All Gists
  4. liangzan / .Xresources
  5. Created on 20 Jan 2012
  6. Code
  7. Revisions 1
  8. Stars 16
  9. Forks 4
  10. Embed URL
  11.  
  12. HTTPS clone URL
  13.  
  14. You can clone with HTTPS or SSH.
  15.  
  16. Download Gist
  17. Xresources for configuring urxvt
  18. .Xresources Raw
  19. 1
  20. 2
  21. 3
  22. 4
  23. 5
  24. 6
  25. 7
  26. 8
  27. 9
  28. 10
  29. 11
  30. 12
  31. 13
  32. 14
  33. 15
  34. 16
  35. 17
  36. 18
  37. 19
  38. 20
  39. 21
  40. 22
  41. 23
  42. 24
  43. 25
  44. 26
  45. 27
  46. 28
  47. 29
  48. 30
  49. 31
  50. 32
  51. 33
  52. 34
  53. 35
  54. 36
  55. 37
  56. 38
  57. 39
  58. 40
  59. 41
  60. 42
  61. 43
  62. 44
  63. 45
  64. 46
  65. 47
  66. 48
  67. 49
  68. 50
  69. 51
  70. 52
  71. 53
  72. 54
  73. 55
  74. 56
  75. 57
  76. 58
  77. 59
  78. 60
  79. 61
  80. 62
  81. 63
  82. 64
  83. 65
  84. 66
  85. 67
  86. 68
  87. 69
  88. 70
  89. 71
  90. 72
  91. 73
  92. 74
  93. 75
  94. 76
  95. 77
  96. 78
  97. 79
  98. 80
  99. 81
  100. 82
  101. 83
  102. 84
  103. 85
  104. 86
  105. 87
  106. 88
  107. 89
  108. 90
  109. 91
  110. ! urxvt
  111. URxvt*buffered: true
  112. URxvt*cursorBlink: true
  113. URxvt*underlineColor: yellow
  114. URxvt*font: xft:inconsolata:size=10:antialias=true
  115. URxvt*depth: 32
  116. URxvt*borderless: 1
  117. URxvt*scrollBar: false
  118. URxvt*loginShell: true
  119. Urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
  120. URxvt*saveLines: 5000
  121. URxvt*termName: rxvt-unicode
  122. URxvt.perl-ext-common: default,matcher
  123. URxvt.urlLauncher: firefox
  124. URxvt.matcher.button: 1
  125.  
  126. !! drop in Solarized colorscheme for Xresources/Xdefaults
  127.  
  128. !!SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
  129. !!--------- ------- ---- ------- ----------- ---------- ----------- -----------
  130. !!base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21
  131. !!base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26
  132. !!base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46
  133. !!base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51
  134. !!base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59
  135. !!base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63
  136. !!base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93
  137. !!base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99
  138. !!yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71
  139. !!orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80
  140. !!red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86
  141. !!magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83
  142. !!violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77
  143. !!blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
  144. !!cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
  145. !!green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60
  146.  
  147. #define S_base03 #002b36
  148. #define S_base02 #073642
  149. #define S_base01 #586e75
  150. #define S_base00 #657b83
  151. #define S_base0 #839496
  152. #define S_base1 #93a1a1
  153. #define S_base2 #eee8d5
  154. #define S_base3 #fdf6e3
  155. #define S_yellow #b58900
  156. #define S_orange #cb4b16
  157. #define S_red #dc322f
  158. #define S_magenta #d33682
  159. #define S_violet #6c71c4
  160. #define S_blue #268bd2
  161. #define S_cyan #2aa198
  162. #define S_green #859900
  163.  
  164. *background: S_base03
  165. *foreground: S_base00
  166. *cursorColor: S_base1
  167. *pointerColorBackground:S_base01
  168. *pointerColorForeground:S_base1
  169.  
  170. !! black dark/light
  171. *color0: S_base02
  172. *color8: S_base03
  173.  
  174. !! red dark/light
  175. *color1: S_red
  176. *color9: S_orange
  177.  
  178. !! green dark/light
  179. *color2: S_green
  180. *color10: S_base01
  181.  
  182. !! yellow dark/light
  183. *color3: S_yellow
  184. *color11: S_base00
  185.  
  186. !! blue dark/light
  187. *color4: S_blue
  188. *color12: S_base0
  189.  
  190. !! magenta dark/light
  191. *color5: S_magenta
  192. *color13: S_violet
  193.  
  194. !! cyan dark/light
  195. *color6: S_cyan
  196. *color14: S_base1
  197.  
  198. !! white dark/light
  199. *color7: S_base2
  200. *color15: S_base3
  201.  
  202. fbm-static commented 29 days ago
  203. omg can I get your tmux conf as well?
  204. Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
  205. Status API Blog About © 2014 GitHub, Inc. Terms Privacy Security Contact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement