Advertisement
krax

fulxbox for arh .Xresources

Sep 11th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.71 KB | None | 0 0
  1. Xft.antialias:          true
  2. xcalendar*firstDay:     1
  3. xcalendar*markHoliday:      false
  4. !Xcursor.theme:         whitelarge
  5. !Xcursor.size:                 32
  6.  
  7. !-------------------------------------------------------------------------------
  8. !
  9. !
  10. !      A T E R M - Setting
  11. !
  12. !
  13. Aterm*background:       #000000
  14. Aterm*foreground:       #ffffff
  15. Aterm*transparent:      true
  16. Aterm*shading:          80
  17. Aterm*cursorColor:      #d8d8d8
  18. Aterm*scrollbars:       false
  19. Aterm*saveLines:        2000
  20. Aterm*tinting:          gray
  21. Aterm*scrollBar:        false
  22. !Aterm*scrollBar_right: true
  23. Aterm*transpscrollbar:      true
  24. Aterm*borderwidth:      0
  25. Aterm*font:         -lfp-gamow-medium-r-normal-*-*-90-*-*-c-*-iso8859-5
  26. Aterm*geometry:                80x25
  27. Aterm*fading:           70  
  28.  
  29. !colors
  30. !black
  31. Aterm*color0:       #333333
  32. Aterm*color8:       #686868
  33. !red
  34. Aterm*color1:       #CA5E5E
  35. Aterm*color9:       #FF595D
  36. !green
  37. Aterm*color2:       #ABCB8D
  38. Aterm*color10:      #AFD78A
  39. !yellow
  40. Aterm*color3:       #C48D62
  41. Aterm*color11:      #E0A765
  42. !blue
  43. Aterm*color4:       #8CA0B0
  44. Aterm*color12:      #3D6A82
  45. !magenta
  46. Aterm*color5:       #CC98E0
  47. Aterm*color13:      #E1A2DC
  48. !cyan
  49. Aterm*color6:       #44CACF
  50. Aterm*color14:      #6CBFC4
  51. !white
  52. Aterm*color7:       #E7E6DD
  53. Aterm*color15:      #F0EFE7
  54.  
  55. !-------------------------------------------------------------------------------
  56. !
  57. !   X T E R M - Setting
  58. !
  59. !
  60. XTerm*background:                       grey11
  61. XTerm*foreground:                       grey80
  62. XTerm*cursorColor:                      darkorange1
  63. XTerm*scrollBar:                        false
  64. XTterm*utf8:                            2
  65. XTerm*termName:                         xterm-256color
  66. XTerm*faceName:                         xft:Dejavu Sans Mono:pixelsize=12
  67. ! http://invisible-island.net/xterm/xterm.faq.html#tiny_menus
  68. XTerm.VT100.geometry:                   89x25
  69. XTerm*saveLines:                        7777
  70. XTerm*metaSendsEscape:                  true
  71. XTerm*highlightSelection:               true
  72. XTerm*trimSelection:                    true
  73. XTerm*cutNewline:                       false
  74. XTerm*colorBDMode:                      true
  75. XTerm*colorBD:                          khaki
  76.  
  77. !colors
  78. !black
  79. XTerm*color0:       #000000
  80. XTerm*color8:       #666666
  81. !red
  82. XTerm*color1:       #9e1828
  83. XTerm*color9:       #cf6171
  84. !green
  85. XTerm*color2:       #aece92
  86. XTerm*color10:      #c5f779
  87. !yellow
  88. XTerm*color3:       #968a38
  89. XTerm*color11:      #fff796
  90. !blue
  91. XTerm*color4:       #414171
  92. XTerm*color12:      #4186be
  93. !magenta
  94. XTerm*color5:       #96c359
  95. XTerm*color13:      #cf9ebe
  96. !cyan
  97. XTerm*color6:       #418179
  98. XTerm*color14:      #71bebe
  99. !white
  100. XTerm*color7:       #bebebe
  101. XTerm*color15:      #ffffff
  102.  
  103. !-------------------------------------------------------------------------------
  104. !
  105. !   U R X V T - Setting
  106. !
  107. URxvt*geometry:             80x25
  108. URxvt*background:           black
  109. URxvt*foreground:           grey80
  110. URxvt*transparent:          true
  111. URxvt*reverseVideo:     false
  112. URxvt*tintColor:            turquoise
  113. URxvt*shading:                 20    
  114. URxvt*fading:                   10      
  115. !URxvt*font:                -lfp-gamow-medium-r-normal-*-*-90-*-*-c-*-iso8859-5
  116. !URxvt*font:            -*-terminus-medium-*-*-*-17-*-*-*-*-*-koi8-*
  117. !URxvt*font:                   xft:matto:antialias=true:size=8
  118. URxvt*font:         xft:Dejavu Sans Mono:pixelsize=11.5
  119. URxvt*boldFont:                xft:Dejavu Sans Mono:style=Oblique:pixelsize=11.5
  120. URxvt*scrollBar:        true
  121. URxvt*scrollBar_floating:   true
  122. URxvt*scrollBar_right:      true
  123. URxvt*scrollColor:      grey13
  124. URxvt*troughColor:             black
  125. URxvt*saveLines:        5500
  126. !URxvt*termName:        URxvt
  127. URxvt*cursorColor:      darkorange1
  128. URxvt*cursorBlink:             false
  129. URxvt*colorBD:                 khaki
  130. URxvt*colorUL:                 gold  
  131. URxvt.cutchars:                ()*,<>[]{}|`""
  132. !URxvt.tabbed.tabbar-fg:       6
  133. !URxvt.tabbed.tabbar-bg:       0
  134. !URxvt.tabbed.tab-fg:          0
  135. !URxvt.tabbed.tab-bg:          3
  136. !URxvt.perl-ext-common:        tabbed
  137.  
  138. !colors
  139. !black
  140. URxvt*color0:               #676767
  141. URxvt*color8:                   #757575
  142. !red
  143. URxvt*color1:                   #EA6868
  144. URxvt*color9:                   #FF7272
  145. !green
  146. URxvt*color2:                   #ABCB8D
  147. URxvt*color10:                  #AFD78A
  148. !yellow
  149. URxvt*color3:                   #E8AE5B
  150. URxvt*color11:                  #FFA75D
  151. !blue
  152. URxvt*color4:                   #71C5F4
  153. URxvt*color12:                  #67CDE9
  154. !magenta
  155. URxvt*color5:                   #E2BAF1
  156. URxvt*color13:                  #ECAEE9
  157. !cyan
  158. URxvt*color6:                   #21F1EA
  159. URxvt*color14:                  #36FFFC
  160. !white
  161. URxvt*color7:                   #F1F1F1
  162. URxvt*color15:                 #FFFFFF
  163.  
  164. !-------------------------------------------------------------------------------
  165. !
  166. !   X C A L C - Setting
  167. !
  168. !
  169. xcalc*geometry: 200x275
  170. xcalc.ti.bevel.background: #111111
  171. xcalc.ti.bevel.screen.background: #000000
  172. xcalc.ti.bevel.screen.DEG.background: #000000
  173. xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen
  174. xcalc.ti.bevel.screen.GRAD.background: #000000
  175. xcalc.ti.bevel.screen.GRAD.foreground: LightSeaGreen
  176. xcalc.ti.bevel.screen.RAD.background: #000000
  177. xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen
  178. xcalc.ti.bevel.screen.INV.background: #000000
  179. xcalc.ti.bevel.screen.INV.foreground: Red
  180. xcalc.ti.bevel.screen.LCD.background: #000000
  181. xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen
  182. xcalc.ti.bevel.screen.LCD.shadowWidth: 0
  183. xcalc.ti.bevel.screen.M.background: #000000
  184. xcalc.ti.bevel.screen.M.foreground: LightSeaGreen
  185. xcalc.ti.bevel.screen.P.background: #000000
  186. xcalc.ti.bevel.screen.P.foreground: Yellow
  187. xcalc.ti.Command.foreground: White
  188. xcalc.ti.Command.background: #777777
  189. xcalc.ti.button5.background: Orange3
  190. xcalc.ti.button19.background: #611161
  191. xcalc.ti.button18.background: #611161
  192. xcalc.ti.button20.background: #611111
  193. xcalc.ti.button25.background: #722222
  194. xcalc.ti.button30.background: #833333
  195. xcalc.ti.button35.background: #944444
  196. xcalc.ti.button40.background: #a55555
  197. xcalc.ti.button22.background: #222262
  198. xcalc.ti.button23.background: #222262
  199. xcalc.ti.button24.background: #222272
  200. xcalc.ti.button27.background: #333373
  201. xcalc.ti.button28.background: #333373
  202. xcalc.ti.button29.background: #333373
  203. xcalc.ti.button32.background: #444484
  204. xcalc.ti.button33.background: #444484
  205. xcalc.ti.button34.background: #444484
  206. xcalc.ti.button37.background: #555595
  207. xcalc.ti.button38.background: #555595
  208. xcalc.ti.button39.background: #555595
  209. XCalc*Cursor:                 hand2
  210. XCalc*ShapeStyle:             rectangle
  211.  
  212. !-------------------------------------------------------------------------------
  213. !
  214. !   X M E S S A G E - Setting
  215. !
  216. !
  217. .xmessage.form.okay.shapeStyle: rectangle
  218. .xmessage.form.okay.background: #777777
  219. .xmessage.form.okay.foreground: snow
  220. !xmessage*message*background: snow
  221. xmessage*defaultButton: okay
  222. Xmessage.form.message.Scroll:  WhenNeeded
  223.  
  224. !-------------------------------------------------------------------------------
  225. !
  226. !   X F O N T S E L - Setting
  227. !
  228. !
  229. !XFontSel*sampleText.background: TEXTBG
  230. XFontSel*menu*showUnselectable: false
  231. XFontSel*MenuButton.shadowWidth: 0
  232. XFontsel*Toggle*ToggleStyle: check
  233. XFontsel*MenuButton*Justify:    left
  234. XFontsel*MenuButton*MenuButtonStyle: select
  235. .xfontsel.pane.commandBox.quitButton.background: #777777
  236. .xfontsel.pane.commandBox.quitButton.foreground: snow
  237. .xfontsel.pane.commandBox.ownButton.background: orange3
  238. .xfontsel.pane.commandBox.ownButton.foreground: snow
  239. .xfontsel.pane.commandBox.countLabel.background: snow
  240. .xfontsel.pane.viewPort.sampleText.background: #777777
  241. .xfontsel.pane.viewPort.sampleText.foreground: snow
  242. .xfontsel.pane.fieldBox.field0.background: #777777
  243. .xfontsel.pane.fieldBox.field0.foreground: snow
  244. .xfontsel.pane.fieldBox.field1.background: #777777
  245. .xfontsel.pane.fieldBox.field1.foreground: snow
  246. .xfontsel.pane.fieldBox.field2.background: #777777
  247. .xfontsel.pane.fieldBox.field2.foreground: snow
  248. .xfontsel.pane.fieldBox.field3.background: #777777
  249. .xfontsel.pane.fieldBox.field3.foreground: snow
  250. .xfontsel.pane.fieldBox.field4.background: #777777
  251. .xfontsel.pane.fieldBox.field4.foreground: snow
  252. .xfontsel.pane.fieldBox.field5.background: #777777
  253. .xfontsel.pane.fieldBox.field5.foreground: snow
  254. .xfontsel.pane.fieldBox.field6.background: #777777
  255. .xfontsel.pane.fieldBox.field6.foreground: snow
  256. .xfontsel.pane.fieldBox.field7.background: #777777
  257. .xfontsel.pane.fieldBox.field7.foreground: snow
  258. .xfontsel.pane.fieldBox.field8.background: #777777
  259. .xfontsel.pane.fieldBox.field8.foreground: snow
  260. .xfontsel.pane.fieldBox.field9.background: #777777
  261. .xfontsel.pane.fieldBox.field9.foreground: snow
  262. .xfontsel.pane.fieldBox.field10.background: #777777
  263. .xfontsel.pane.fieldBox.field10.foreground: snow
  264. .xfontsel.pane.fieldBox.field11.background: #777777
  265. .xfontsel.pane.fieldBox.field11.foreground: snow
  266. .xfontsel.pane.fieldBox.field12.background: #777777
  267. .xfontsel.pane.fieldBox.field12.foreground: snow
  268. .xfontsel.pane.fieldBox.field13.background: #777777
  269. .xfontsel.pane.fieldBox.field13.foreground: snow
  270. .xfontsel.pane.fieldBox*foreground: #000000
  271. .xfontsel.pane.fieldBox.MenuButton.borderWidth: 1
  272. .xfontsel.pane.fieldBox.MenuButton.internalHeight: 1
  273. .xfontsel.pane.fieldBox.MenuButton.internalWidth: 2
  274. .xfontsel.pane.fieldBox.MenuButton.shapeStyle: rectangle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement