summaryrefslogtreecommitdiffstats
path: root/themes/Paper.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-14 13:58:21 +0200
committerDave Davenport <qball@blame.services>2021-08-14 13:58:21 +0200
commit9f777a7a7ba251bc8d8c99b7a26d65601c5eb8b5 (patch)
tree4fb7d6b389e59fcbf9ca7888005a88e873d5317a /themes/Paper.rasi
parent0352e99dea62c0a3fc226fb9ea562e2912b410f8 (diff)
[Themes] Fix inheritance with state set.
Update theme.c and included themes. This should allow you to set `element-text { text-color: inherit; background-color: inherit;}` to fix old themes.
Diffstat (limited to 'themes/Paper.rasi')
-rw-r--r--themes/Paper.rasi4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/Paper.rasi b/themes/Paper.rasi
index 03233e34..67a98b1a 100644
--- a/themes/Paper.rasi
+++ b/themes/Paper.rasi
@@ -64,6 +64,10 @@ element {
border: 0;
padding: 1px ;
}
+element-text {
+ background-color: inherit;
+ text-color: inherit;
+}
element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;