Skip to content

Commit 5d8f3e7

Browse files
authored
Merge pull request dylanaraps#623 from jokersus/master
Updated templates to be compatible with rofi 1.7.0^
2 parents a32a987 + 0d12a2c commit 5d8f3e7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pywal/templates/colors-rofi-dark.rasi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
padding: 1px;
7474
}}
7575

76+
#element-text, element-icon {{
77+
background-color: inherit;
78+
text-color: inherit;
79+
}}
80+
7681
#element.normal.normal {{
7782
background-color: @normal-background;
7883
text-color: @normal-foreground;

pywal/templates/colors-rofi-light.rasi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
padding: 1px;
7474
}}
7575

76+
#element-text, element-icon {{
77+
background-color: inherit;
78+
text-color: inherit;
79+
}}
80+
7681
#element.normal.normal {{
7782
background-color: @normal-background;
7883
text-color: @normal-foreground;

0 commit comments

Comments
 (0)