I provided that detail in my original post
Glad you figured it out!

Stakeout Punch wrote:Hiya! I did Teal 2. So if I'm understanding you right, you want both bars to be the same?
The two horizontal toolbars are set by .png images in the theme directory. Look for "main_toolbar_bg.png" and "toolbar_bg.png".
The vertical sidebar is styled in the style.css file:Keep in mind that this might all change in 1.1!Code: Select all
QToolBar { background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #454545, stop:1 #282828); }