1 ! ***** Menu ***** 2 3 menu.title: raised gradient crossdiagonal border border 4 menu.title.color: #151a22 5 menu.title.colorTo: #7a8290 6 menu.title.borderWidth: 1 7 menu.title.borderColor: #202020 8 menu.title.textColor: #ffffff 9 10 menu.frame: sunken gradient crossdiagonal border border 11 menu.frame.color: #0f1319 12 menu.frame.colorTo: gray40 13 menu.frame.borderWidth: 1 14 menu.frame.borderColor: #202020 15 menu.frame.textColor: #cccccc 16 menu.frame.foregroundColor: #cccccc 17 18 menu.active: sunken gradient crossdiagonal border 19 menu.active.color: #151a22 20 menu.active.colorTo: #7a8290 21 menu.active.borderWidth: 1 22 menu.active.borderColor: #202020 23 menu.active.textColor: #ffffff 24 25 ! for 0.6x compatibility 26 menu.hilite: sunken gradient crossdiagonal 27 menu.hilite.color: #151a22 28 menu.hilite.colorTo: #7a8290 29 menu.hilite.textColor: #ffffff 30 31 menu.bullet: triangle 32 menu.bullet.position: right 33 34 menu.frame.disabledColor: black 35 ! for 0.6x compatibility 36 menu.frame.disableColor: black 37 38 menu.frame.alignment: right 39 menu.title.alignment: center 40 41 ! for 0.6x compatibility 42 menu.frame.justify: right 43 menu.title.justify: center 44 45 46 ! ***** Window ***** 47 48 ! focused window 49 window.title.focus: raised gradient diagonal 50 window.title.focus.color: gray40 51 window.title.focus.colorTo: #0f1319 52 53 window.label.focus: sunken gradient crossdiagonal 54 window.label.focus.color: #151a22 55 window.label.focus.colorTo: #7a8290 56 window.label.focus.textColor: gray90 57 58 window.handle.focus: raised gradient diagonal 59 window.handle.focus.color: gray50 60 window.handle.focus.colorTo: #0f1319 61 62 window.grip.focus: raised gradient diagonal 63 window.grip.focus.color: #7a8290 64 window.grip.focus.colorTo: #151a22 65 66 window.button.focus: parentrelative 67 window.button.focus.picColor: #cccccc 68 69 window.button.pressed: flat gradient vertical 70 window.button.pressed.color: #0f1319 71 window.button.pressed.colorTo: #7a8290 72 73 window.frame.focusColor: #858585 74 75 ! unfocused window 76 window.title.unfocus: raised gradient diagonal 77 window.title.unfocus.color: gray40 78 window.title.unfocus.colorTo: #0f1319 79 80 window.label.unfocus: parentrelative 81 window.label.unfocus.textColor: #808080 82 83 window.handle.unfocus: raised gradient diagonal 84 window.handle.unfocus.color: gray50 85 window.handle.unfocus.colorTo: #0f1319 86 87 window.grip.unfocus: raised gradient diagonal 88 window.grip.unfocus.color: gray50 89 window.grip.unfocus.colorTo: #0f1319 90 91 window.button.unfocus: parentrelative 92 window.button.unfocus.picColor: #727272 93 94 window.frame.unfocusColor: #5e6166 95 96 window.alignment: right 97 window.frameWidth: 0 98 window.handleHeight: 4 99 100 ! for 0.6x compatibility 101 window.justify: right 102 103 ! ***** toolbar ***** 104 toolbar: raised gradient vertical 105 toolbar.color: #585858 106 toolbar.colorTo: #0f1319 107 108 toolbar.label: parentrelative 109 toolbar.label.textColor: #cccccc 110 111 toolbar.windowLabel: sunken gradient crossdiagonal 112 toolbar.windowLabel.color: #151a22 113 toolbar.windowLabel.colorTo: #7a8290 114 toolbar.windowLabel.textColor: #ffffff 115 116 toolbar.clock: parentrelative 117 toolbar.clock.textColor: #cccccc 118 119 toolbar.button: parentrelative 120 121 toolbar.button.pressed: flat gradient vertical 122 toolbar.button.pressed.color: #0f1319 123 toolbar.button.pressed.colorTo: #7a8290 124 125 toolbar.button.picColor: #cccccc 126 127 toolbar.alignment: center 128 129 ! for 0.6x compatibility 130 toolbar.justify: center 131 132 ! ***** the rest ***** 133 borderColor: #202020 134 borderWidth: 1 135 bevelWidth: 2 136 ! for 0.6x compatibility 137 handleWidth: 4 138 frameWidth: 0 139 rootCommand: bsetbg -solid "#3a404b" 140 141 *font: Bitstream Vera Sans-11 142 menu.title.font: Bitstream Vera Sans-11:style=Bold 143 window.font: Bitstream Vera Sans-11:style=Bold 144