Customizing Tabs look
To utilize fluxbox' neat tabs and make them look (even more) pretty
you'll need to add some extra entries to your desired style(/theme)...
However, note that you don't have to do this, fluxbox is very capable of
setting the tabs to a proper color/style by itself, but if you want to have
more control of how they look..you might want to add a few lines like this:
! -- tab style (for fluxbox)
window.tab.justify: Right
window.tab.label.unfocus: Flat Solid
window.tab.label.unfocus.color: rgb:AC/AC/AC
window.tab.label.unfocus.textColor: black
window.tab.label.focus: Raised Solid
window.tab.label.focus.color: rgb:CC/CC/CC
window.tab.label.focus.textColor: black
window.tab.borderWidth: 1
window.tab.borderColor: rgb:10/10/10
window.tab.font: fixed
! --- end, tab style
Okay, so what does all this do then?
Well the same stuff as any other thing in a theme, im sure you get it if you have ever made a blackbox theme before (if you haven't, read some tutorial 'bout it;)
Also note that a style containging these extra entries will still work perfectly
in blackbox, so you loose nothing by adding this!
|
|
|