Advertisement
BSDG33KCLUB

my .Xdefaults (teal blue colour)

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