A little customization of the url bar,
To get the url font the same color:
browser.urlbar.formatting.enabled true
To change the color of the padlock back to green:
security.secure_connection_icon_color_gray false
To change the color of the bookmark star using css:
#star-button[starred] {
fill-opacity: 1;
fill: YOUR COLOR HERE !important;
}