1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[Theme] Add inherit highlight on default theme.

This commit is contained in:
Dave Davenport 2020-09-06 12:07:57 +02:00
parent 402aef334e
commit 5d6876a516

View file

@ -75,6 +75,7 @@ element alternate.active {
element-text { element-text {
background-color: rgba ( 0, 0, 0, 0 % ); background-color: rgba ( 0, 0, 0, 0 % );
text-color: inherit; text-color: inherit;
highlight: inherit;
} }
element-icon { element-icon {
background-color: rgba ( 0, 0, 0, 0 % ); background-color: rgba ( 0, 0, 0, 0 % );