colors from Xdefaults
Hello,
I would like to use the colors I defined in ~/.Xresources for my i3 config.
For example, in ~/.Xresources I have
#define S_orange #cb4b16
#define S_red #dc322f
#define S_magenta #d33682
and now I would like to use S_blue in my i3 config like
client.focused Sorange Sred S_magenta
or similar. Is it possible to use the settings defined in ~/.Xresources (or .Xdefaults) in i3?
Small addition: There are tools such as themer that allow you to manage this with templates, if you like.