! STYLEFILE FOR BLACKBOX 0.7.x ! ! This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. ! ! Please read this license to know the legal rights to the use of this work. The license can be ! found at the folowing location: http://creativecommons.org/licenses/by-nc-sa/2.5/ ! -------- INFO-------- style.name: Zenburn style.author: crowmag style.date: 20 November, 2006 style.credits: Based upon the Zenburn color scheme for VIM by Jani Nurminen ! http://www.vim.org/scripts/script.php?script_id=415 style.comments: ! ################################################################ ! All width, height and margin resources are specified in pixels. ! In general, width and height specify the full extent, where as ! margin specifies the space around another element. ! ################################################################ ! -------- BACKGROUND -------- rootCommand: bsetroot -solid #393c39 ! -------- TOOLBAR -------- toolbar.appearance: flat solid bevel1 border toolbar.backgroundColor: #393c39 toolbar.textColor: #b48585 toolbar.alignment: center toolbar.borderColor: #6a8162 toolbar.borderWidth: 1 ! space around and between buttons and labels toolbar.marginWidth: 2 toolbar.label.appearance: flat solid bevel1 border toolbar.label.backgroundColor: #6a8162 toolbar.label.textColor: #f6deac toolbar.label.alignment: center toolbar.label.borderColor: #6a8162 toolbar.label.borderWidth: 1 ! space around text in labels toolbar.label.marginWidth: 2 toolbar.windowLabel.appearance: flat solid bevel1 border toolbar.windowLabel.backgroundColor: #293031 toolbar.windowLabel.textColor: #ffceac toolbar.windowlabel.borderColor: #6a8162 toolbar.windowlabel.borderWidth: 1 ! space around text in labels toolbar.windowlabel.marginWidth: 2 toolbar.clock.appearance: flat solid bevel1 border toolbar.clock.backgroundColor: #6a8162 toolbar.clock.textColor: #f6deac toolbar.clock.alignment: center toolbar.clock.borderColor: #6a8162 toolbar.clock.borderWidth: 1 ! space around text in clock toolbar.clock.marginWidth: 2 toolbar.button.appearance: flat solid bevel1 border toolbar.button.backgroundColor: #393c39 toolbar.button.foregroundColor: #eeeeac toolbar.button.borderColor: #ccba9c toolbar.button.borderWidth: 1 toolbar.button.pressed.appearance: flat solid bevel1 border toolbar.button.pressed.backgroundColor:#393c39 toolbar.button.pressed.foregroundColor:#eeeeac toolbar.button.pressed.borderColor: #ccba9c toolbar.button.pressed.borderWidth: 1 ! space around bitmaps in buttons toolbar.button.marginWidth: 3 ! -------- MENU -------- menu.title.appearance: flat solid bevel1 border menu.title.backgroundColor: #6a8162 menu.title.textColor: #f6deac menu.title.alignment: center menu.title.borderColor: #d9b482 menu.title.borderWidth: 1 ! space around text in title menu.title.marginWidth: 2 menu.frame.appearance: flat solid bevel1 border menu.frame.backgroundColor: #393c39 menu.frame.textColor: #cd9194 menu.frame.alignment: left ! the bullet color menu.frame.foregroundColor: #dea1a4 ! only shows in 'nix - let's be nice menu.frame.disabledColor: #8bb294 menu.frame.borderColor: #d9b482 menu.frame.borderWidth: 1 ! space around all items in frame menu.frame.marginWidth: 0 menu.active.appearance: flat solid bevel1 border menu.active.backgroundColor: #6a8162 menu.active.textColor: #f6deac ! the hilited bullet color menu.active.foregroundColor: #eeeeac menu.active.borderColor: #978e80 menu.active.borderWidth: 1 menu.bullet: triangle menu.bullet.position: right ! -------- WINDOW -------- window.title.focus.appearance: flat solid bevel1 border window.title.focus.backgroundColor: #6a8162 window.title.focus.borderColor: #d9b482 window.title.focus.borderWidth: 1 window.title.unfocus.appearance: flat solid bevel1 border window.title.unfocus.backgroundColor: #393c39 window.title.unfocus.borderColor: #6a8162 window.title.unfocus.borderWidth: 1 ! space around and between buttons and labels window.title.marginWidth: 2 window.label.focus.appearance: parentrelative window.label.focus.textColor: #f6deac window.label.unfocus.appearance: parentrelative window.label.unfocus.textColor: #6a8162 window.alignment: center ! space around text in labels window.label.marginWidth: 2 window.button.focus.appearance: flat solid bevel1 border window.button.focus.backgroundColor: #393c39 window.button.focus.foregroundColor: #eeeeac window.button.focus.borderColor: #e6ceac window.button.focus.borderWidth: 1 window.button.unfocus.appearance: flat solid bevel1 border window.button.unfocus.backgroundColor: #393c39 window.button.unfocus.foregroundColor: #6a8162 window.button.unfocus.borderColor: #6a8162 window.button.unfocus.borderWidth: 1 window.button.pressed.appearance: flat solid bevel1 window.button.pressed.backgroundColor: #393c39 window.button.pressed.foregroundColor: #eeeeac window.button.pressed.borderColor: #e6ceac window.button.pressed.borderWidth: 1 ! space around bitmaps in buttons window.button.marginWidth: 4 window.handle.focus.appearance: flat solid bevel1 border window.handle.focus.backgroundColor: #393c39 window.handle.focus.borderColor: #d9b482 window.handle.focus.borderWidth: 1 window.handle.unfocus.appearance: flat solid bevel1 border window.handle.unfocus.backgroundColor: #393c39 window.handle.unfocus.borderColor: #6a8162 window.handle.unfocus.borderWidth: 1 window.handleHeight: 5 window.grip.focus.appearance: flat solid bevel1 window.grip.focus.backgroundColor: #6a8162 window.grip.focus.borderColor: #d9b482 window.grip.focus.borderWidth: 1 window.grip.unfocus.appearance: flat solid bevel1 border window.grip.unfocus.backgroundColor: #393c39 window.grip.unfocus.borderColor: #6a8162 window.grip.unfocus.borderWidth: 1 ! these are the left and right borders of the window frame window.frame.focus.borderColor: #d9b482 window.frame.unfocus.borderColor: #6a8162 window.frame.borderWidth: 1 ! -------- SLIT -------- ! add the following for 'nix (xob?) users slit.appearance: flat gradient elliptic bevel1 border slit.backgroundColor: #393c39 slit.borderColor: #6a8162 slit.borderWidth: 1 slit.bevelWidth: 1 ! the space around and between slit clients slit.MarginWidth: 3 ! -------- FONTS -------- ! syntax is for Posix platforms - I use "global.fonts" (bbLean 1.16) toolbar.font: ProggyTinyTTSZ-10:style=normal menu.title.font: Dungeon-12:style=bold menu.frame.font: Verdana-13:style=normal window.font: Dungeon-12:style=bold *font: Verdana-13:style=normal ! -------- MISC. -------- *.borderColor: #d9b482 *.borderWidth: 1 *.bevelWidth: 1 ! Posix platforms should delete this following section, ! it is Windows color scheme info ! -------- 3DC INFO START -------- 6187119 6845821 8425111 8421504 8819869 9280420 6455658 6455658 11329270 8425111 3750969 3617908 3750969 8565977 9745035 3750969 3750969 6455658 8425111 8425111 3617908 14013067 8425111 6455658 11329270 6455658 11329270 11325158 3750969 ! __END__