Sign In:     


Forum: VirtualDJ Skins

Topic: browser color bar
Good morning,
I would like to change the color of the bar that scrolls the titles in the browser from the center and the left, it is gray and I would like to put another color.

can you give me the line for in the XML file

THANKS.
 

Posted 2 days ago @ 5:27 pm
<define class="browser">
<colors>
<lists ... focus="browseroverfocus"


That's the element and it's the only thing that uses that color so you could redefine the color

<define color="browseroverfocus" value="#4b4c4d"/>
 

Hello
great thank you very much
 

I have a side question for the devs mentioned element seems only to be browser_window focus, what's the element name for 'selected but not browser_window focus' ?

I tried everything under my 'stock' custom browser skin, looks like it's not included in what I have so it defaults.
 

selected="#404040" focus="#808080"

This is the entire <lists /> element I think:

<lists background="col_brw_main_bg" stripes="transparent" over="transparent" overstripes="transparent" selected="col_brw_trackbar_sel" focus="col_brw_trackbar_focus" text="col_brw_txt_normal" overtext="col_brw_txt_over" selectedtext="col_brw_txt_sel" focustext="col_brw_txt_focus" automix="col_brw_automix" livefeedback="col_brw_livefeedback" download="col_brw_download" scan="col_brw_scan" button="col_brw_bt_up" buttonover="col_brw_bt_up" buttonselected="col_brw_bt_sel" buttonactive="col_brw_bt_sel" insert="col_brw_insert"/>
The names of the colors are from my own skin, but I didn't bother to switch them
 

thanks, I did have it listed but it was defined a bit further down from the main section of colours so I missed it when I was poking the hex values.

default color define tied to selected= [in default:pro , all colour schemes except daylight]
<define color="browser_selected" value="#393a3b"/>