例えば

/** ブックマークフォルダーの色 **/
/* 共通色 */
.bookmark-item[container] {
fill: black !important;
}
/* フォルダー名による色指定 */
.bookmark-item[container][label="etc"] {
fill: red !important;
}
/*ブックマークアイコンの個別指定*/
.bookmark-item[container][label="pool"] {
list-style-image: url("./folder-favorites.png") !important;
}