Theme fix after upgrading rofi to 1.7.0

2021/09/04 by Paulo Pereira

~/categories/Linux #Linux #Arch Linux #rofi

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:

before

After the fix (all normal again):

after