Color the toolbar
here are some .css compiled to change the color of the toolbar (icons, folder, accent color etc) using css:
/* URLBAR TEXT FONT COLOR */
#urlbar-input-container {
color: DarkTurquoise !important;
}
/* COLOR OF BOOKMARKS STAR IN URLBAR */
#star-button[starred] {
fill-opacity: 1;
fill: gold !important;
}
/* SEARCHBAR FONT & MAGNIFIER COLOR */
#urlbar, .searchbar-textbox {
color: DarkTurquoise !important;
}
#identity-box[pageproxystate="invalid"] > #identity-icon,
.searchbar-search-icon {
color: DarkTurquoise !important;
}
/* COLOR OF FOLDERS EVERYWHERE */
#bookmarks-view treechildren::-moz-tree-image(container),
#PlacesToolbarItems toolbarbutton[container="true"],
#PlacesToolbarItems menu[container="true"] .menu-iconic-left,
#BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon,
#bookmarksMenu menu[container="true"] .menu-iconic-icon,
.bookmark-item [container] {
/* FOLDERS COLOR CHANGE */
fill: DarkTurquoise !important ;
}
/* TOOLBAR BUTTON COLOR CHANGE */
:root {
--lwt-toolbarbutton-icon-fill: DarkTurquoise !important;
}
/* ACCENT TAB COLOR CHANGE */
#tabbrowser-tabs{ --tab-line-color: DarkTurquoise !important; }
/* URLBAR & SEARCHBOX BORDER ACCENT COLOR */
#nav-bar{
/* --lwt-toolbar-field-border-color: DarkTurquoise; */
--toolbar-field-focus-border-color: DarkTurquoise;
}
HTML Color Names