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.
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.

Mensajes 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"/>
Mensajes 2 days ago @ 6:12 pm
Hello
great thank you very much
great thank you very much
Mensajes 18 hours ago
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.
I tried everything under my 'stock' custom browser skin, looks like it's not included in what I have so it defaults.
Mensajes 17 hours ago
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
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
Mensajes 11 hours ago
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]
default color define tied to selected= [in default:pro , all colour schemes except daylight]
<define color="browser_selected" value="#393a3b"/>
Mensajes 7 hours ago