Hi,
dmenu is a nifty program (see http://tools.suckless.org/dmenu/), it is not configured with a config file, but only by means of commandline arguments.
So I have project that provides 2 wrappers to pass the right arguments to use solarized colors:
https://github.com/Dieterbe/dmenu-solarized
It gets color definitions from a central place, so that it also becomes easy for other shellscripts (or any tool that can read ini files), the color definitions are provided by a different "plugin":
https://github.com/Dieterbe/xdg-solarized
Hi, dmenu is a nifty program (see http://tools.suckless.org/dmenu/), it is not configured with a config file, but only by means of commandline arguments. So I have project that provides 2 wrappers to pass the right arguments to use solarized colors: https://github.com/Dieterbe/dmenu-solarized It gets color definitions from a central place, so that it also becomes easy for other shellscripts (or any tool that can read ini files), the color definitions are provided by a different "plugin": https://github.com/Dieterbe/xdg-solarized