data/styles/zimek_bisque/theme.cfg (raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 |
############################################################ # This work is licensed under the Creative Commons # # Attribution-NonCommercial-ShareAlike 2.5 License. # # To view a copy of this license, visit # # http://creativecommons.org/licenses/by-sa/2.5/ # # or send a letter to Creative Commons, # # 559 Nathan Abbott Way, Stanford, California 94305, USA. # ############################################################ ############################################################################### # # name: zimek_bisque # made: tenner # date: 18-09-2007 # http://www.tenr.de # ############################################################## BACKGROUND ##### background: flat background.color: #B6B6A7 background.colorTo: #B6B6A7 ############################################################## FONTS ########## menu.frame.font: sans-9:bold menu.title.font: sans-10:bold toolbar.clock.font: sans-9:bold toolbar.workspace.font: sans-10:bold toolbar.iconbar.focused.font: sans-8:bold toolbar.iconbar.unfocused.font: sans-8 window.font: sans-8 ############################################################## MENU ########### menu.bevelWidth: 1 #menu.itemHeight: 35 #menu.titleHeight: 21 menu.borderColor: #63634A menu.borderWidth: 1 menu.bullet: triangle menu.bullet.position: Right menu.frame.underlineColor: #ffffff menu.title: flat gradient vertical menu.title.justify: center menu.title.color: #D2D2B7 menu.title.colorTo: #A3A38D menu.title.textColor: #752020 menu.frame: flat gradient crossdiagonal menu.frame.justify: left menu.frame.color: #D2D2B7 menu.frame.colorTo: #A3A38D menu.frame.textColor: #ffffff menu.frame.disableColor: #63634A menu.hilite: flat gradient vertical menu.hilite.color: #8A886A menu.hilite.colorTo: #8A886A menu.hilite.textColor: #752020 ############################################################## TOOLBAR ######## toolbar.bevelWidth: 0 toolbar.borderWidth: 1 toolbar.borderColor: #63634A toolbar.height: 21 toolbar.justify: center toolbar: flat gradient vertical toolbar.pixmap: toolbar.color: #F0EFE9 toolbar.colorTo: #BFBEB2 toolbar.clock: parentrelative toolbar.clock.justify: center toolbar.clock.color: # toolbar.clock.colorTo: # toolbar.clock.textColor: #63634A toolbar.workspace: parentrelative toolbar.workspace.justify: Center toolbar.workspace.color: # toolbar.workspace.colorTo: # toolbar.workspace.textColor: #63634A toolbar.button: parentrelative toolbar.button.color: # toolbar.button.colorTo: # toolbar.button.picColor: #63634A toolbar.button.pressed: parentrelative toolbar.button.pressed.color: # toolbar.button.pressed.colorTo: # toolbar.button.pressed.picColor: #000000 toolbar.iconbar.borderWidth: 1 toolbar.iconbar.borderColor: #63634A toolbar.iconbar.empty: parentrelative toolbar.iconbar.empty.color: # toolbar.iconbar.empty.colorTo: # toolbar.iconbar.focused.borderWidth: 1 toolbar.iconbar.focused.borderColor: #63634A toolbar.iconbar.focused: flat gradient vertical toolbar.iconbar.focused.color: #D2D2B7 toolbar.iconbar.focused.colorTo: #A3A38D toolbar.iconbar.focused.textColor: #752020 toolbar.iconbar.focused.justify: center toolbar.iconbar.unfocused.borderWidth: 1 toolbar.iconbar.unfocused.borderColor: #63634A toolbar.iconbar.unfocused: flat gradient vertical toolbar.iconbar.unfocused.color: #F0EFE9 toolbar.iconbar.unfocused.colorTo: #BFBEB2 toolbar.iconbar.unfocused.textColor: #63634A toolbar.iconbar.unfocused.justify: center ############################################################## WINDOW ######### window.roundCorners: TopRight TopLeft window.bevelWidth: 4 window.shade: false window.borderWidth: 1 window.borderColor: #63634A window.justify: Center window.title.height: 21 window.title.focus: flat gradient vertical window.title.focus.color: #D2D2B7 window.title.focus.colorTo: #A3A38D window.title.unfocus: flat gradient vertical window.title.unfocus.color: #F0EFE9 window.title.unfocus.colorTo: #BFBEB2 window.label.focus: parentrelative window.label.focus.color: # window.label.focus.colorTo: # window.label.focus.textColor: #752020 window.label.unfocus: parentrelative window.label.unfocus.color: # window.label.unfocus.colorTo: # window.label.unfocus.textColor: #63634A window.button.focus: parentrelative window.button.focus.color: # window.button.focus.colorTo: # window.button.focus.picColor: #752020 window.button.unfocus: parentrelative window.button.unfocus.Color: # window.button.unfocus.ColorTo: # window.button.unfocus.picColor: #63634A window.button.pressed: parentrelative window.button.pressed.color: # window.button.pressed.colorTo: # window.button.pressed.picColor: #000000 window.handle.focus: flat window.handle.focus.color: #D2D2B7 window.handle.focus.colorTo: #D2D2B7 window.handle.unfocus: flat window.handle.unfocus.color: #D2D2B7 window.handle.unfocus.colorTo: #D2D2B7 window.handleWidth: 2 window.grip.focus: flat window.grip.focus.color: #63634A window.grip.focus.colorTo: #63634A window.grip.unfocus: flat window.grip.unfocus.color: #D2D2B7 window.grip.unfocus.colorTo: #D2D2B7 ############################################################################### # EOF |