1
0
mirror of https://github.com/dylanaraps/pywal.git synced 2025-07-14 04:55:12 +02:00

Merge pull request from jokersus/master

Updated templates to be compatible with rofi 1.7.0^
This commit is contained in:
dylan
2021-08-31 12:47:25 +03:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

@ -73,6 +73,11 @@
padding: 1px; padding: 1px;
}} }}
#element-text, element-icon {{
background-color: inherit;
text-color: inherit;
}}
#element.normal.normal {{ #element.normal.normal {{
background-color: @normal-background; background-color: @normal-background;
text-color: @normal-foreground; text-color: @normal-foreground;

@ -73,6 +73,11 @@
padding: 1px; padding: 1px;
}} }}
#element-text, element-icon {{
background-color: inherit;
text-color: inherit;
}}
#element.normal.normal {{ #element.normal.normal {{
background-color: @normal-background; background-color: @normal-background;
text-color: @normal-foreground; text-color: @normal-foreground;