Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: Track Highlight bar color

This topic is old and might contain outdated or incorrect information.

I can't seem to find the option for this. Is their a way to change the highlight color of the tracks in the browser window back to the familiar green color instead of the light grey?

DJ James
 

Posted Tue 13 May 14 @ 2:11 pm
I wish we could do that green or red would be better for me..
 

Posted Tue 13 May 14 @ 2:23 pm
just open the skin xml and you can customize all those colors to own liking, if one prefer red or green.. or something else


/////// BROWSER ///////
<browser>
<size width="1897" height="508"/>
<pos x="12" y="560"/>

-- for list view --

<lists background="32,32,32" stripes="42,42,42" text="255,255,255" selected="85,85,85" selectedtext="255,255,255" over="37,37,37" overstripes="47,47,47" overtext="255,255,255" focus="122,122,122" focustext="255,255,255" automix="64,128,196" scan="255,64,64" download="255,64,64" livefeedback="255,196,196" button="61,61,61" buttonactive="131,131,131" insert="255,0,0" />

-- for grid view --
<grids background="42,42,42" over="47,47,47" selected="85,85,85" text="255,255,255" label="127,127,127" focus="122,122,122" overtext="255,255,255" selectedtext="255,255,255" focustext="255,255,255" stripes="32,32,32" overstripes="33,33,33" selectedstripes="34,36,35" focusstripes="36,41,38" />

</browser>
 

Posted Tue 13 May 14 @ 2:26 pm
Which part changes the highlight color, and what number is equivalent to "VDJ 7 green"?

 

Posted Tue 13 May 14 @ 2:29 pm
 

Posted Tue 13 May 14 @ 2:31 pm
The default 2 deck skin XML only has the following:

<browser>
<pos x="12" y="560"/>
<size width="1897" height="508"/>
</browser>

No stripes code.
 

Posted Tue 13 May 14 @ 2:41 pm
add those ;)
 

Posted Tue 13 May 14 @ 3:05 pm
Lots of options..... ;-) You can also use Hex code colors also.

<browser>
<pos x="7" y="569" width="1907" height="504"/>
<colors background="transparent">
<toolbars background="#212121" text="#FFFFFF" iconbackground="#000000" border="#999999" />
<lists background="#2E2E2E" stripes="#000000" over="#B3B3B3" overstripes="#B3B3B3" selected="#570000" focus="#570000" text="#999999" overtext="#000000" selectedtext="#999999" focustext="#999999" automix="#999999" livefeedback="#999999" download="#999999" scan="#999999" button="#212121" buttonover="#2E2E2E" buttonselected="#2E2E2E" buttonactive="#2E2E2E" insert="#2E2E2E" />
<grids background="#212121" over="#B3B3B3" selected="#570000" focus="#2b2b2b" text="#999999" overtext="#000000" selectedtext="#999999" focustext="#999999" stripes="#1A1A1A" overstripes="#B3B3B3" selectedstripes="#1A1A1A" focusstripes="#2b2b2b" label="#5E5E5E" />
<columns background="#212121" text="#FFFFFF" />
<scrollbars background="#2b2b2b" button="#999999" />
<info background="#0F0F0F" stripes="#000000" text="#FFFFFF" label="#5e5e5e" artist="#999999" title="#999999" />
<search background="#000000" border="#999999" selected="#333333" text="#999999" cursor="#999999" />
<prelisten background="#0F0F0F" border="#999999" selected="#999999" cursor="#2E2E2E" button="#ffffff" buttonbackground="#999999" buttonselected="#999999" />
</colors>
<fontsearch size="16"/>
<font size="16" />
<fontheader size="16" />
<fontgridtitle size="16" />
</browser>
 

Posted Tue 13 May 14 @ 3:06 pm
Quote :
add those

Between where?

In your above example you've got no closing </browser> tag and no opening <colors> tag.
 

Posted Tue 13 May 14 @ 3:08 pm
dj-in-norway wrote :
the stripes entries


Just tried that, now every other line is green!

It needs to be just the highlight bar.

 

Posted Tue 13 May 14 @ 3:14 pm
You need to change selected then
 

Posted Tue 13 May 14 @ 3:17 pm
groovindj wrote :

no closing </browser> tag


sorry fixed that now in the example ;) was a bit quick copy paste

 

Posted Tue 13 May 14 @ 3:23 pm
Nightmare!

On your (Dan) new full screen browser skin, the highlighted track is a dark red-ish shade.

If I switch to full screen then back again, I can get it to be green - but if I touch it or highlight another track, it reverts back to the original color.

So WHICH "selected" do I need to change? One? All?

 

Posted Tue 13 May 14 @ 3:35 pm
-- for list view --

<lists background="32,32,32" stripes="42,42,42" text="255,255,255" selected="85,85,85" selectedtext="255,255,255" over="37,37,37" overstripes="47,47,47" overtext="255,255,255" focus="122,122,122" focustext="255,255,255" automix="64,128,196" scan="255,64,64" download="255,64,64" livefeedback="255,196,196" button="61,61,61" buttonactive="131,131,131" insert="255,0,0" />
 

Posted Tue 13 May 14 @ 3:40 pm
OK thanks. I'll give that a go later.

Would be nice if we could just pick our color choices from a menu within the VDJ config, rather than getting our hands dirty in the XML.
 

Posted Tue 13 May 14 @ 3:47 pm


(Old topics and forums are automatically closed)