~/.config/wofi/config file is:
mode=drun,run run-always_parse_args=true term=foot allow_images=true hide_scroll=true insensitive=true prompt= height=40% width=20%
~/.config/wofi/style.css file is very basic with black & white colors:
#input { background-color: #1c1c1c; border: 2px solid #bcbcbc; border-radius: 0; color: #bcbcbc; }
#scroll { background-color: #1c1c1c; border: 2px solid #bcbcbc; border-top-width: 0; color: #6c6c6c; }
#entry:selected { background-color: #5f87af; color: #bcbcbc; }
-- Best Regards, Oğuz