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; +} +*/