mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
Fixed broken colors in Rofi 1.7.0
This commit is contained in:
parent
746e117033
commit
d9bc03f4e3
1 changed files with 13 additions and 0 deletions
|
@ -51,3 +51,16 @@
|
|||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
/* Not actually relevant for this configuration, but it might
|
||||
be useful to someone having issues with their icons' background color
|
||||
|
||||
element-icon {
|
||||
background-color: inherit;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue