Theme fix after upgrading rofi to 1.7.0
After upgrading to rofi 1.7.0 my themes where broken and weird.
To fix I just add to my theme.rasi files:
1element-text, element-icon {
2 background-color: inherit;
3 text-color: inherit;
4}
Before the fix:

After the fix (all normal again):
