Solarized Colors in ST (Simple Terminal)

colorssuckless-terminalterminal-emulator

I want to use st with solarized colors like I can with urxvt (of course this is done via .Xresources, in st the colors are defined in a header file). I've tried to put the colors in st's config file (config.h), but the colors are "used for the wrong things" in st (eg. dircolors and colors in vim are rearranged relative to urxvt).

I think I have to modify the escape sequences used by st, but I'm not getting anywhere. Can anyone offer me a hint on how to apply the solarized colors to st?

Best Answer

For those wanting an example of st's config.h with Solarized colours see his Gist: https://gist.github.com/gregf/5279175

Related Question