UQ54HZUKVGZWCGC4YPWRO42UZL5M4LWNZBDVSQEIXK6NMIY2LREAC
SKDKL7KVJN7UASABGRKNPGUOHISSRBUFNAZHQW2B6OHPFXK4BHYQC
EUSA34VY2G4YAOTFH6UVRRXSATUO3SRWQ72AYUT2FNS6CXQ5LMPAC
5JDVKUIEKHE4ZJVAIJJCGD5D7T3EX3VABTAD3TOQ6LGQNON4PJTQC
if (fg.empty()) {
if (fg.empty() || bg.empty() ) {
if (fg.empty()) { throw UndefinedColor(); }
throw UndefinedColor();
}
foreground = "fg = \""+fg+"\", "; background = "bg = \""+bg+"\"";
foreground = "fg = \""+fg+"\", ";
background = "bg = \""+bg+"\"";
void operator()(const E &e) {
void operator()(const E &e)
{
foreground = "fg = \""+color.first+"\", "; background = "bg = \""+color.second+"\"";
foreground = "fg = \""+color.first+"\", ";
background = "bg = \""+color.second+"\"";
};