After upgrading to rofi 1.7.0 my themes where broken and weird.
To fix I just add to my theme.rasi files:
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
Before the fix:
After the fix (all normal again):