Advertisement
Guest User

Untitled

a guest
Apr 21st, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. !
  2. ! ~/.Xdefaults
  3. !
  4.  
  5. ! Xcursor --------------------------------------------------------------------
  6.  
  7. !Xcursor*theme: insertthemehere
  8. !Xcursor*size: 10
  9.  
  10. ! Urxvt --------------------------------------------------------------------
  11.  
  12. urxvt*depth: 32
  13. urxvt*background: rgba:0000/0000/0200/c800
  14.  
  15. URxvt.iconFile: /usr/share/icons/Black-White-mix/scalable/apps/terminal.png
  16. URxvt*geometry: 95x30
  17. urxvt.foreground: #ffffff
  18. urxvt.font: xft:Dejavu Sans Mono:pixelsize=13:antialias=true
  19. urxvt.modifier:alt
  20. urxvt.urlLauncher: arora
  21. urxvt.matcher.button: 1
  22. urxvt.perl-ext-common: default,matcher
  23.  
  24. ! Taille du buffer et barre de défilement
  25. URxvt*saveLines: 10000
  26. URxvt*scrollBar: true
  27. URxvt*scrollBar_right: true
  28. URxvt*scrollColor: #cccccc
  29. URxvt*scrollBar_floating: true
  30. URxvt*scrollstyle: plain
  31.  
  32. ! Colors
  33. urxvt.color0: #000000
  34. urxvt.color1: #ab0000
  35. urxvt.color2: #4a9a06
  36. urxvt.color3: #c4a000
  37. urxvt.color4: #204a87
  38. urxvt.color5: #7f3e8f
  39. urxvt.color6: #729fcf
  40. urxvt.color7: #eeeeec
  41. urxvt.color8: #000000
  42. urxvt.color9: #cc0000
  43. urxvt.color10: #73d216
  44. urxvt.color11: #edd409
  45. urxvt.color12: #3465a4
  46. urxvt.color13: #c04cc4
  47. urxvt.color14: #729fcf
  48. urxvt.color15: #ffffff
  49.  
  50. ! Xterm --------------------------------------------------------------------
  51.  
  52. ! General
  53. xterm*background: #242424
  54. xterm*foreground: #ffffff
  55. xterm*faceName: xft:Dejavu Sans Mono:pixelsize=13:antialias=true
  56.  
  57. ! Colors
  58. xterm*color0: #000000
  59. xterm*color1: #a40000
  60. xterm*color2: #4a9a06
  61. xterm*color3: #c4a000
  62. xterm*color4: #204a87
  63. xterm*color5: #5c3566
  64. xterm*color6: #729fcf
  65. xterm*color7: #eeeeec
  66. xterm*color8: #000000
  67. xterm*color9: #cc0000
  68. xterm*color10: #73d216
  69. xterm*color11: #edd409
  70. xterm*color12: #3465a4
  71. xterm*color13: #75507b
  72. xterm*color14: #729fcf
  73. xterm*color15: #ffffff
  74.  
  75. ! Xcalc --------------------------------------------------------------------
  76.  
  77. XCalc*ti.backgroundPixmap: gradient:vertical?dimension=500&start=gray90&end=gray10
  78.  
  79. XCalc*ti.bevel.screen*backgroundPixmap:
  80. gradient:horizontal?dimension=300&start=rgb:9/a/9&end=white
  81.  
  82. XCalc*ti.button3.label: sqrt
  83.  
  84. XCalc*ti.Command.borderColor: rgb:8/9/a
  85. XCalc*ti.Command.backgroundPixmap:
  86. gradient:vertical?dimension=80&start=rgb:c/d/e&end=black
  87. XCalc*ti.Command.foreground: gray5
  88.  
  89.  
  90. XCalc*ti.button20.foreground: gray5
  91. XCalc*ti.button20.backgroundPixmap:
  92. gradient:vertical?dimension=80&start=rgb:e/d/c&end=black
  93. XCalc*ti.button20.displayList: foreground rgb:a/9/8;segments
  94. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  95. XCalc*ti.button20.borderColor: rgb:9/8/7
  96.  
  97. XCalc*ti.button25.foreground: gray5
  98. XCalc*ti.button25.backgroundPixmap:
  99. gradient:vertical?dimension=80&start=rgb:e/d/c&end=black
  100. XXCalc*ti.button25.displayList: foreground rgb:a/9/8;segments
  101. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  102. XCalc*ti.button25.borderColor: rgb:9/8/7
  103.  
  104. XCalc*ti.button30.foreground: gray5
  105. XCalc*ti.button30.backgroundPixmap:
  106. gradient:vertical?dimension=80&start=rgb:e/d/c&end=black
  107. XCalc*ti.button30.displayList: foreground rgb:a/9/8;segments
  108. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  109. XCalc*ti.button30.borderColor: rgb:9/8/7
  110.  
  111. XCalc*ti.button35.foreground: gray5
  112. XCalc*ti.button35.backgroundPixmap:
  113. gradient:vertical?dimension=80&start=rgb:e/d/c&end=black
  114. XCalc*ti.button35.displayList: foreground rgb:a/9/8;segments
  115. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  116. XCalc*ti.button35.borderColor: rgb:9/8/7
  117.  
  118. XCalc*ti.button40.foreground: gray5
  119. XCalc*ti.button40.backgroundPixmap:
  120. gradient:vertical?dimension=80&start=rgb:e/d/c&end=black
  121. XCalc*ti.button40.displayList: foreground rgb:a/9/8;segments
  122. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  123. XCalc*ti.button40.borderColor: rgb:9/8/7
  124.  
  125.  
  126. XCalc*ti.button22.background: gray95
  127. XCalc*ti.button22.displayList: foreground gray75;segments
  128. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  129. XCalc*ti.button22.borderColor: gray65
  130. XCalc*ti.button22.backgroundPixmap:
  131. gradient:vertical?dimension=80&start=gray95&end=black
  132. XCalc*ti.button23.displayList: foreground gray75;segments
  133. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  134. XCalc*ti.button23.borderColor: gray65
  135.  
  136. XCalc*ti.button23.backgroundPixmap:
  137. gradient:vertical?dimension=80&start=gray95&end=black
  138. XCalc*ti.button24.displayList: foreground gray75;segments
  139. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  140. XCalc*ti.button24.borderColor: gray65
  141.  
  142. XCalc*ti.button24.backgroundPixmap:
  143. gradient:vertical?dimension=80&start=gray95&end=black
  144. XCalc*ti.button27.displayList: foreground gray75;segments
  145. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  146. XCalc*ti.button27.borderColor: gray65
  147.  
  148. XCalc*ti.button27.backgroundPixmap:
  149. gradient:vertical?dimension=80&start=gray95&end=black
  150. XCalc*ti.button28.displayList: foreground gray75;segments
  151. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  152. XCalc*ti.button28.borderColor: gray65
  153.  
  154. XCalc*ti.button28.backgroundPixmap:
  155. gradient:vertical?dimension=80&start=gray95&end=black
  156. XCalc*ti.button29.displayList: foreground gray75;segments
  157. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  158. XCalc*ti.button29.borderColor: gray65
  159.  
  160. XCalc*ti.button29.backgroundPixmap:
  161. gradient:vertical?dimension=80&start=gray95&end=black
  162. XCalc*ti.button32.displayList: foreground gray75;segments
  163. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  164. XCalc*ti.button32.borderColor: gray65
  165.  
  166. XCalc*ti.button32.backgroundPixmap:
  167. gradient:vertical?dimension=80&start=gray95&end=black
  168. XCalc*ti.button33.displayList: foreground gray75;segments
  169. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  170. XCalc*ti.button33.borderColor: gray65
  171.  
  172. XCalc*ti.button33.backgroundPixmap:
  173. gradient:vertical?dimension=80&start=gray95&end=black
  174. XCalc*ti.button34.displayList: foreground gray75;segments
  175. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  176. XCalc*ti.button34.borderColor: gray65
  177. XCalc*ti.button34.backgroundPixmap:
  178. gradient:vertical?dimension=80&start=gray95&end=black
  179. XCalc*ti.button37.backgroundPixmap:
  180. gradient:vertical?dimension=80&start=gray95&end=black
  181. XCalc*ti.button37.displayList: foreground gray75;segments
  182. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  183. XCalc*ti.button37.borderColor: gray65
  184. XCalc*ti.button38.backgroundPixmap:
  185. gradient:vertical?dimension=80&start=gray95&end=black
  186. XCalc*ti.button38.displayList: foreground gray75;segments
  187. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  188. XCalc*ti.button38.borderColor: gray65
  189.  
  190. XCalc*ti.button39.backgroundPixmap:
  191. gradient:vertical?dimension=80&start=gray95&end=black
  192. XCalc*ti.button39.displayList: foreground gray75;segments
  193. 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
  194. XCalc*ti.button39.borderColor: gray65
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement