From d9bc03f4e31128eab471a2e20e985aa86fefb799 Mon Sep 17 00:00:00 2001 From: Il mastro Stefanuzzo Date: Sat, 18 Sep 2021 19:19:52 +0000 Subject: [PATCH] Fixed broken colors in Rofi 1.7.0 --- .config/rofi/themes/dt-dmenu.rasi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.config/rofi/themes/dt-dmenu.rasi b/.config/rofi/themes/dt-dmenu.rasi index 3c5ed60..c30ed75 100644 --- a/.config/rofi/themes/dt-dmenu.rasi +++ b/.config/rofi/themes/dt-dmenu.rasi @@ -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; +} +*/