diff --git a/src/services/builder.cpp b/src/services/builder.cpp index 86ab8e8c..fc72211b 100644 --- a/src/services/builder.cpp +++ b/src/services/builder.cpp @@ -394,8 +394,7 @@ void Builder::color_alpha(std::string alpha_) } if (alpha.size() == 4) { - // If alpha looks like #123 then we treat as a color and ignore the fg color - this->color(alpha + alpha.substr(1)); + this->color(alpha); return; }