A related mod I use for the urlbar dropdown (but solid color, this time).
Reduce opacity for labels (text is "more white")
Background for favicons (icons should be more visible)
Is better with "squircle favicons" (reason of the border-radius)
.OmniDropdown-Label {opacity: .8;}
.OmniLinkItem-Favicon {background-color: var(--colorFg); border-radius: 4px;}