Advertisement
twodogsdave

.Xresources

Feb 22nd, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.97 KB | None | 0 0
  1. !!SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
  2. !!--------- ------- ---- ------- ----------- ---------- ----------- -----------
  3. !!base03 #002b36 8/4 brblack 234 #1c1c1c 15 -12 -12 0 43 54 193 100 21
  4. !!base02 #073642 0/4 black 235 #262626 20 -12 -12 7 54 66 192 90 26
  5. !!base01 #586e75 10/7 brgreen 240 #585858 45 -07 -07 88 110 117 194 25 46
  6. !!base00 #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195 23 51
  7. !!base0 #839496 12/6 brblue 244 #808080 60 -06 -03 131 148 150 186 13 59
  8. !!base1 #93a1a1 14/4 brcyan 245 #8a8a8a 65 -05 -02 147 161 161 180 9 63
  9. !!base2 #eee8d5 7/7 white 254 #e4e4e4 92 -00 10 238 232 213 44 11 93
  10. !!base3 #fdf6e3 15/7 brwhite 230 #ffffd7 97 00 10 253 246 227 44 10 99
  11. !!yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71
  12. !!orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80
  13. !!red #dc322f 1/1 red 160 #d70000 50 65 45 220 50 47 1 79 86
  14. !!magenta #d33682 5/5 magenta 125 #af005f 50 65 -05 211 54 130 331 74 83
  15. !!violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77
  16. !!blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82
  17. !!cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63
  18. !!green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60
  19.  
  20. #define S_base03 #002b36
  21. #define S_base02 #073642
  22. #define S_base01 #586e75
  23. #define S_base00 #657b83
  24. #define S_base0 #839496
  25. #define S_base1 #93a1a1
  26. #define S_base2 #eee8d5
  27. #define S_base3 #fdf6e3
  28. #define S_yellow #b58900
  29. #define S_orange #cb4b16
  30. #define S_red #dc322f
  31. #define S_magenta #d33682
  32. #define S_violet #6c71c4
  33. #define S_blue #268bd2
  34. #define S_cyan #2aa198
  35. #define S_green #859900
  36.  
  37. *background: black
  38. *foreground: S_base3
  39. *fading: 15
  40. *fadeColor: black
  41. *cursorColor: S_base1
  42. *pointerColorBackground:S_base01
  43. *pointerColorForeground:S_base1
  44.  
  45. !! black dark/light
  46. *color0: S_base02
  47. *color8: S_base03
  48.  
  49. !! red dark/light
  50. *color1: S_red
  51. *color9: S_orange
  52.  
  53. !! green dark/light
  54. *color2: S_green
  55. *color10: S_base01
  56.  
  57. !! yellow dark/light
  58. *color3: S_yellow
  59. *color11: S_base00
  60.  
  61. !! blue dark/light
  62. *color4: S_blue
  63. *color12: S_base0
  64.  
  65. !! magenta dark/light
  66. *color5: S_magenta
  67. *color13: S_violet
  68.  
  69. !! cyan dark/light
  70. *color6: S_cyan
  71. *color14: S_base1
  72.  
  73. !! white dark/light
  74. *color7: S_base2
  75. *color15: S_base3
  76.  
  77. !! SOLARIZED <<----------------------------------------------
  78.  
  79. Xft.dpi: 96
  80. Xft.antialias: true
  81. Xft.hinting: true
  82. Xft.rgba: rgb
  83. Xft.autohint: false
  84. Xft.hintstyle: hintslight
  85. Xft.lcdfilter: lcddefault
  86. Xcursor.theme: Chameleon-Pearl-Regular-0.5
  87. Xcursor.size: 0
  88.  
  89. XTerm*background: #002b36
  90. XTerm*foreground: #fdf6e3
  91. XTerm*reverseVideo: on
  92. XTerm*faceName: Terminus:size=11:antialias=true
  93. XTerm*selectToClipboard: true
  94.  
  95. URxvt.font: 8x13
  96. URxvt.depth: 32
  97. URxvt.background: [65]#002b36
  98. URxvt*scrollBar: false
  99. URxvt*mouseWheelScrollPage: false
  100. URxvt*cursorBlink: true
  101. URxvt*background: black
  102. URxvt*foreground: grey
  103. URxvt*saveLines: 5000
  104. !URxvt*letterSpace: +2
  105. URxvt*allow_bold: false
  106. URxvt.internalBorder: 15
  107. URxvt.intensityStyles: false
  108.  
  109. ! for 'fake' transparency (without Compton) uncomment the following three lines
  110. ! URxvt*inheritPixmap: true
  111. ! URxvt*transparent: true
  112. ! URxvt*shading: 138
  113.  
  114. ! other possible settings:
  115. ! Rxvt.perl-ext-common: ...,clipboard
  116. ! URxvt.keysym.M-C-c: perl:clipboard:copy
  117. ! URxvt.keysym.M-v: perl:clipboard:paste
  118. ! URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  119. ! URxvt*termName: string
  120. ! URxvt*geometry: geometry
  121. ! URxvt*chdir: string
  122. ! URxvt*reverseVideo: boolean
  123. ! URxvt*loginShell: boolean
  124. ! URxvt*multiClickTime: number
  125. ! URxvt*jumpScroll: boolean
  126. ! URxvt*skipScroll: boolean
  127. ! URxvt*pastableTabs: boolean
  128. ! URxvt*scrollstyle: plain
  129. ! URxvt*scrollBar_right: boolean
  130. ! URxvt*scrollBar_floating: true
  131. ! URxvt*scrollBar_align: mode
  132. ! URxvt*thickness: number
  133. ! URxvt*scrollTtyOutput: boolean
  134. ! URxvt*scrollTtyKeypress: boolean
  135. ! URxvt*scrollWithBuffer: boolean
  136. ! URxvt*tintColor: !7DA55
  137. ! URxvt*blurRadius: HxV
  138. ! URxvt*fading: number
  139. ! URxvt*fadeColor: color
  140. ! URxvt*utmpInhibit: boolean
  141. ! URxvt*urgentOnBell: boolean
  142. ! URxvt*visualBell: boolean
  143. ! URxvt*mapAlert: boolean
  144. ! URxvt*meta8: boolean
  145. ! URxvt*tripleclickwords: boolean
  146. ! URxvt*insecure: boolean
  147. ! URxvt*cursorUnderline: boolean
  148. ! URxvt*pointerBlank: boolean
  149. ! URxvt*color0: color
  150. ! URxvt*color1: color
  151. ! URxvt*color2: color
  152. ! URxvt*color3: color
  153. ! URxvt*color4: color
  154. ! URxvt*color5: color
  155. ! URxvt*color6: color
  156. ! URxvt*color7: color
  157. ! URxvt*color8: color
  158. ! URxvt*color9: color
  159. ! URxvt*color10: color
  160. ! URxvt*color11: color
  161. ! URxvt*color12: color
  162. ! URxvt*color13: color
  163. ! URxvt*color14: color
  164. ! URxvt*color15: color
  165. ! URxvt*colorBD: color
  166. ! URxvt*colorIT: color
  167. ! URxvt*colorUL: color
  168. ! URxvt*colorRV: color
  169. ! URxvt*underlineColor: color
  170. ! URxvt*scrollColor: color
  171. ! URxvt*troughColor: color
  172. ! URxvt*highlightColor: color
  173. ! URxvt*highlightTextColor: color
  174. ! URxvt*cursorColor: color
  175. ! URxvt*cursorColor2: color
  176. ! URxvt*pointerColor: color
  177. ! URxvt*pointerColor2: color
  178. ! URxvt*borderColor: color
  179. ! URxvt*iconFile: file
  180. ! URxvt*font: fontname
  181. ! URxvt*boldFont: fontname
  182. ! URxvt*italicFont: fontname
  183. ! URxvt*boldItalicFont: fontname
  184. ! URxvt*intensityStyles: boolean
  185. ! URxvt*inputMethod: name
  186. ! URxvt*preeditType: style
  187. ! URxvt*imLocale: string
  188. ! URxvt*imFont: fontname
  189. ! URxvt*title: string
  190. ! URxvt*iconName: string
  191. ! URxvt*buffered: boolean
  192. ! URxvt*depth: number
  193. ! URxvt*visual: number
  194. ! URxvt*transient-for: windowid
  195. ! URxvt*override-redirect: boolean
  196. ! URxvt*hold: boolean
  197. ! URxvt*externalBorder: number
  198. ! URxvt*internalBorder: number
  199. ! URxvt*borderLess: true
  200. ! URxvt*lineSpace: number
  201. ! URxvt*letterSpace: number
  202. ! URxvt*skipBuiltinGlyphs: boolean
  203. ! URxvt*pointerBlankDelay: number
  204. ! URxvt*backspacekey: string
  205. ! URxvt*deletekey: string
  206. ! URxvt*print-pipe: string
  207. ! URxvt*modifier: modifier
  208. ! URxvt*cutchars: string
  209. ! URxvt*answerbackString: string
  210. ! URxvt*secondaryScreen: boolean
  211. ! URxvt*secondaryScroll: boolean
  212. ! URxvt*perl-lib: string
  213. ! URxvt*perl-eval: perl-eval
  214. ! URxvt*perl-ext-common: string
  215. ! URxvt*perl-ext: string
  216. ! URxvt*iso14755: boolean
  217. ! URxvt*iso14755_52: boolean
  218. ! URxvt*xrm: string
  219. ! URxvt*keysym.sym: keysym
  220. ! URxvt*background.border: boolean
  221. ! URxvt*background.expr: string
  222. ! URxvt*background.interval: seconds
  223. ! URxvt*bell-command: string
  224. ! URxvt*kuake.hotkey: string
  225. ! URxvt*matcher.button: string
  226. ! URxvt*matcher.launcher: string
  227. ! URxvt*matcher.launcher.*: string
  228. ! URxvt*matcher.pattern.*: string
  229. ! URxvt*matcher.rend.*: string
  230. ! URxvt*remote-clipboard.fetch: string
  231. ! URxvt*remote-clipboard.store: string
  232. ! URxvt*searchable-scrollback: string
  233. ! URxvt*selection-autotransform.*: string
  234. ! URxvt*selection-pastebin.cmd: string
  235. ! URxvt*selection-pastebin.url: string
  236. ! URxvt*selection.pattern-0: string
  237. ! URxvt*tab-bg: colour
  238. ! URxvt*tab-fg: colour
  239. ! URxvt*tabbar-bg: colour
  240. ! URxvt*tabbar-fg: colour
  241. ! URxvt*url-launcher: string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement