mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04:00
[Theme] Add inherit highlight on default theme.
This commit is contained in:
parent
402aef334e
commit
5d6876a516
1 changed files with 1 additions and 0 deletions
|
@ -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 % );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue