An alternative to base16-wofi that provides a colors file instead of a predetermined stylesheet.
This guide assumes you're using the default paths for your wofi configuration. If you use different config paths, I'm sure you know what you're doing :) but just be sure to replace these paths with the correct ones.
-
Copy the desired theme from
themes/base16-<theme>.colorsto~/.cache/wal/colors. -
When building your stylesheet at
~/.config/wofi/style.css, use--wofi-color<n>to reference the base16 color specified by<n>, and wofi will insert it at that location in the file. Note that<n>is the color number in decimal, not hex; for example, the colorbase0Awould be referenced with--wofi-color10.