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