unixwz0r

.Xdefaults (URxvt Twilight) By: CyberpunkZ

Jan 22nd, 2016
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.00 KB | None | 0 0
  1. ! CyberpunkZ FreeBSD & Darwin Twilight Scheme - .Xdefaults
  2. URxvt.perl-ext-common: default,matcher,tabbed
  3. URxvt.tabbed.tabbar-fg: -2
  4. URxvt.tabbed.tabbar-bg: -1
  5. URxvt.tabbed.tab-fg: -2
  6. URxvt.tabbed.tab-bg: 1
  7.  
  8. xterm*ScrollBar: false
  9. *foreground:           #7cafc2
  10. *background:           #181818
  11. !urxvt*background: #181512
  12. urxvt*background: #141414
  13. urxvt*foreground: #FFFFD4
  14. urxvt*cursorColor: #FFFFD4
  15.  
  16. !! black dark/light
  17. urxvt*color0: #141414
  18. urxvt*color8: #141414
  19.  
  20. !! red dark/light
  21. urxvt*color1: #C06D44
  22. urxvt*color9: #C06D44
  23.  
  24. !! green dark/light
  25. urxvt*color2: #CCD88C
  26. urxvt*color10: #CCD88C
  27.  
  28. !! yellow dark/light
  29. urxvt*color3: #E2C47E
  30. urxvt*color11: #E2C47E
  31.  
  32. !! blue dark/light
  33. ! urxvt*color4: #5A5E62
  34. ! urxvt*color12: #5A5E62
  35. urxvt*color4: #5A5E62
  36. urxvt*color12: #5A5E62
  37.  
  38. !! magenta dark/light
  39. urxvt*color5: #D0DC8E
  40. urxvt*color13: #D0DC8E
  41.  
  42. !! cyan dark/light
  43. urxvt*color6: #8A989B
  44. urxvt*color14: #8A989B
  45.  
  46. !! white dark/light
  47. urxvt*color7: #FFFFD4
  48. urxvt*color15: #FFFFD4
  49.  
  50. URxvt.scrollBar: true
  51. URxvt.scrollstyle: plain
  52. URxvt.scrollBar_right: true
  53. URxvt.scrollColor: #1A1A1A
  54.  
  55. ! example
  56. URxvt.geometry: 184x51
  57. !URxvt*.transparent: true
  58. URxvt*termName: rxvt
  59. ! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
  60. URxvt*.shading: 15
  61. !URxvt.font:      -xos4-terminus-medium-*-normal-*-14-*-*-*-*-*-*-*
  62. URxvt.font: xft:Monaco:size=10
  63. !URxvt.font: xft:Menlo:size=9
  64. !urxvt*font:     latin-*-*-*-12-*-*-*-*-*-iso8859-1
  65. !urxvt*boldFont: latin-bold-*-*-*-12-*-*-*-*-*-iso8859-1
  66. #!/bin/env bash
  67. ! mwm DW-Motif Scheme by:cypx
  68. ! Active border colors
  69. Mwm*activeForeground: #000000000000
  70. Mwm*activeBackground: #987867
  71. Mwm*activeBackgroundPixmap: /usr/home/raz0redge/motif/active.xpm
  72. Mwm*activeTopShadowColor: #c4ada1
  73. Mwm*activeTopShadowPixmap: unspecified_pixmap
  74. Mwm*activeBottomShadowColor: #584940
  75. Mwm*activeBottomShadowPixmap: unspecifie!
  76. ! Window manager menu colors
  77. ! This is used for color customization to match the menu colors
  78. ! to the active or inactive borders.  If this is set to 0,
  79. ! the menu colors will not be changed during customization
  80. Mwm*matchMenuColors : 1
  81. Mwm*menu*foreground: #000000000000
  82. Mwm*menu*background: #caaa91
  83. Mwm*menu*backgroundPixmap: /usr/home/raz0redge/motif/inactive.xpm
  84. Mwm*menu*topShadowColor: #dbbca3
  85. Mwm*menu*topShadowpixmap: unspecified_pixmap
  86. Mwm*menu*bottomShadowColor: #997559
  87. Mwm*menu*bottomShadowPixmap: unspecified_pixmap
  88. !
  89. ! Icon image and box colors
  90. Mwm*iconImageForeground: #000000000000
  91. Mwm*iconImageBackground: #caaa91
  92. Mwm*iconImageBackgroundPixmap: /usr/home/raz0redge/motif/active.xpm
  93. Mwm*iconImageTopShadowColor: #dbbca3
  94. Mwm*iconImageTopShadowPixmap: unspecified_pixmap
  95. Mwm*iconImageBottomShadowColor: #997559
  96. Mwm*iconImageBottomShadowPixmap: unspecified_pixmap
  97. Mwm*iconImageAutoShade: True
  98. !
  99. ! Set the trough color to set the iconbox color
  100. Mwm*iconbox.IBframe.IBsWindow.hScrollBar.TroughColor:
  101. Mwm*iconbox.IBframe.IBsWindow.vScrollBar.TroughColor:
  102. !
  103. ! Inactive border colors
  104. Mwm*foreground: #000000000000
  105. Mwm*background: #caaa91
  106. Mwm*backgroundPixmap: /usr/home/raz0redge/motif/inactive.xpm
  107. Mwm*topShadowColor: #dbbca3
  108. Mwm*topShadowPixmap: unspecified_pixmap
  109. Mwm*bottomShadowColor: #997559
  110. Mwm*bottomShadowPixmap: unspecified_pixmap
  111. Mwm*autoShade: True
  112. !
  113. ! Matte colors
  114. Mwm*matteForeground: #000000000000
  115. Mwm*matteBackground: #caaa91
  116. Mwm*matteTopShadowColor: #dbbca3
  117. Mwm*matteTopShadowPixmap: unspecified_pixmap
  118. Mwm*matteBottomShadowColor: #997559
  119. Mwm*matteBottomShadowPixmap: unspecified_pixmap
  120. Mwm*matteAutoShade: True
  121. !
  122. !
  123. ! Set to greater than 0 pixels to add an additional border
  124. ! between border and the window
  125. Mwm*matteWidth: 0
  126. !
  127. ! Mwm fonts
  128. Mwm*fontList: -xos4-terminus-medium-*-normal-*-12-*-*-*-*-*-*-*
  129. !
  130. ! Set to Explicit to determine focus by clicking on the window
  131. ! or border
  132. ! Set to Pointer to determine focus based on the location of
  133. ! the pointer
  134. Mwm*keyboardFocusPolicy: Pointer
  135. !
  136. ! Policy when the window with focus is minimized or removed
  137. ! if focuspolicy is explicit, set to true to give focus to
  138. ! the window with previous focus
  139. Mwm*autoKeyFocus: True
  140. !
  141. ! Policy when the window with focus is raised
  142. ! if focuspolicy is explicit, set to true to give focus to
  143. ! the window that is raised
  144. Mwm*raiseKeyFocus: True
  145. !
  146. ! if focuspolicy is explicit, set to true to give a window focus
  147. ! when it is restored from an icon
  148. Mwm*deiconifyKeyFocus: True
  149. !
  150. ! Set to True to raise a window when it is given focus
  151. ! Set to False to keep the stacking order the same when a window
  152. ! is given focus
  153. Mwm*focusAutoRaise: True
  154. !
  155. ! if focuspolicy is explicit,
  156. ! set to true to give input focus to a window when it is mapped
  157. Mwm*startupKeyFocus: True
  158. !
  159. ! Set to True to place and size windows interactively
  160. ! false to use default placement
  161. Mwm*interactivePlacement: False
  162. !
  163. ! Delay time to retry interactive placement if it fails
  164. Mwm*interPlaceDelay: 1000
  165. !
  166. ! Number of retries for interactive placement before using default
  167. ! placement
  168. Mwm*interPlaceRetries: 4
  169. !
  170. ! This determines default placement of window when there is
  171. ! no specification by the user
  172. ! Set to true to have Mwm stagger the positions of a window
  173. ! from the top left corner
  174. Mwm*clientAutoPlace: False
  175. !
  176. ! Set to true to include the border when positioning a window
  177. ! Set to false to exclude the border
  178. Mwm*positionIsFrame: False
  179. !
  180. ! Set to true to gray icons in the iconbox
  181. ! when the icons are not in the minimized state
  182. Mwm*fadeNormalIcon: True
  183. !
  184. ! Border decorations
  185. ! Set to all for all decorations
  186. ! Set to any of the following to limit decorations:
  187. !    maximize minimize resizeh border menu title
  188. ! Set to none for no decorations
  189. Mwm*clientDecoration: all
  190. !
  191. ! Set to True for compatibility for running XUI applications
  192. Mwm*useDECMode: True
  193. !
  194. ! Set to True to display icon box
  195. ! Set to False to displays icons without the icon box
  196. Mwm*useIconBox: False
  197. !
  198. Mwm*iconBoxSBDisplayPolicy:       vertical
  199. !
  200. ! Icon decorations
  201. ! Set to all or any of the following to control what is
  202. ! displayed with an icon
  203. ! activelabel label image
  204. Mwm*iconDecoration: activelabel label image
  205. !
  206. ! Position of Icon box
  207. ! width x height + x position + y position
  208. Mwm*iconBoxGeometry: 14x1+0+2000
  209. !
  210. ! Size of resize border
  211. Mwm*resizeBorderWidth: 6
  212. !
  213. ! When moving a window,
  214. ! if this is set to True, the entire window will move
  215. ! if this is set to False, an outline will move
  216. Mwm*moveOpaque: False
  217. !
  218. ! Set this to True to ignore the appropriate MOD keys for window
  219. ! manager operations depending on the keyboard and language
  220. Mwm*ignoreModKeys: False
  221. ! Set this to True to always ignore MOD2, MOD3, MOD4 keys for
  222. ! window ! manager operations regardless of the keyboard and
  223. ! language
  224. Mwm*ignoreAllModKeys: False
  225. !
  226. Mwm*transientDecoration: Title resize
  227. Mwm*workspaceMenu: True
  228. !
  229. ! How to place icons when a window is minimized
  230. ! Set to left top for top of screen left to right
  231. ! Set to left bottom for bottom of screen left to right
  232. ! Set to right top for top of screen right to left
  233. ! Set to right bottom for bottom of screen right to left
  234. ! Set to top left for left of screen top to bottom
  235. ! Set to top right for right of screen top to bottom
  236. ! Set to bottom left for left of screen bottom to top
  237. ! Set to bottom right for right of screen bottom to top
  238. Mwm*iconPlacement: top left
  239. !
  240. ! Set to True to place icons according to iconPlacement resource
  241. ! Set to False for interactive arrangement
  242. Mwm*iconAutoPlace: True
  243. !
  244. ! Set to numbers of pixels between the edge of screen and the
  245. ! icons
  246. Mwm*iconPlacementMargin: 1
  247. !
  248. ! Title for icon box
  249. Mwm*iconBoxTitle: Icon box
  250. !
  251. Mwm*restartSettings: True
  252. !
  253. ! Feedback information
  254. ! options are all or none or
  255. ! behavior move resize placement quit restart kill
  256. Mwm*showFeedback:      behavior placement quit restart kill
  257. !
  258. ! Resize Mwm dialog boxes to fit on screen
  259. *DXmfitToScreenPolicy:      as_needed
  260. !
  261. ! Double-click on window menu (on border of window)
  262. ! Set to true to enable double-click on window menu to "close"
  263. ! a window
  264. Mwm*wMenuButtonClick2: Falsed_pixmap
  265. Mwm*activeAutoShade: True
Advertisement
Add Comment
Please, Sign In to add comment