Commit 245d49e6 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(feat): Add transparentized background color

1 merge request!281WIP: (feat): Minds Pro
Pipeline #74850367 running with stages
......@@ -105,6 +105,7 @@ class Settings implements JsonSerializable
'text_color' => $this->textColor ?: static::DEFAULT_TEXT_COLOR,
'primary_color' => $this->primaryColor ?: static::DEFAULT_PRIMARY_COLOR,
'plain_background_color' => $this->plainBackgroundColor ?: static::DEFAULT_PLAIN_BACKGROUND_COLOR,
'transparent_background_color' => sprintf("%sa0", $this->plainBackgroundColor ?: static::DEFAULT_PLAIN_BACKGROUND_COLOR),
],
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment