From 3e55ba9ef64979d87fae929c04c38a5002bd88b8 Mon Sep 17 00:00:00 2001 From: Il mastro Stefanuzzo Date: Sat, 18 Sep 2021 19:31:28 +0000 Subject: [PATCH] Fixed broken colors in Rofi >1.6.1 --- .config/rofi/themes/dt-center.rasi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.config/rofi/themes/dt-center.rasi b/.config/rofi/themes/dt-center.rasi index e61bfcb..63e73eb 100644 --- a/.config/rofi/themes/dt-center.rasi +++ b/.config/rofi/themes/dt-center.rasi @@ -83,3 +83,16 @@ font: @prompt-font; border-radius: 2px; } + +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; +} +*/