You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2023/02/28 15:17:15 UTC

[incubator-pekko-sbt-paradox] branch main updated: use simpler color scheme to increase contrast of logo against header bar (#36)

This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new a1dda63  use simpler color scheme to increase contrast of logo against header bar (#36)
a1dda63 is described below

commit a1dda63bab5f06a76c815fa0bb270ac72005a51a
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Tue Feb 28 16:17:09 2023 +0100

    use simpler color scheme to increase contrast of logo against header bar (#36)
---
 plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
index b8b6cda..6e43153 100644
--- a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
+++ b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
@@ -39,6 +39,7 @@ object PekkoParadoxPlugin extends AutoPlugin {
         .withLogo("assets/images/pekko_logo.png")
         .withFavicon("assets/images/pekko_favicon.png")
         .withCustomStylesheet("assets/stylesheets/pekko-theme.css")
+        .withColor("white", "orange")
         .withCopyright(pekkoParadoxCopyright.value)
         .withRepository(uri(pekkoParadoxGithub.value))
     })


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org