Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in paradoxMaterialTheme have not effect. #29

Open
jeschkies opened this issue May 11, 2020 · 0 comments
Open

Changes in paradoxMaterialTheme have not effect. #29

jeschkies opened this issue May 11, 2020 · 0 comments

Comments

@jeschkies
Copy link

Hi,

I have a multi-project and created a docs subproject:

lazy val docs = (project in file("./docs"))
  .enablePlugins(GhpagesPlugin, ParadoxSitePlugin, ParadoxMaterialThemePlugin)
  .settings(
    publish / skip := true,

    name := "USI - Unified Scheduler Interface",
    gitRemoteRepo := "[email protected]:mesosphere/usi",
    ghpagesNoJekyll := true,

    ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox),
    // TODO: These settings do not work yet
    Compile / paradoxMaterialTheme ~= {
      _.withColor("green", "indigo")
       .withRepository(uri("https://github.com/mesosphere/usi"))
    },
    paradoxProperties ++= Map(
      "github.base_url" -> s"https://github.com/mesosphere/usi",
      "scaladoc.com.mesosphere.usi.base_url" -> s"https://mesosphere.github.io/usi/api/latest",
    )
  )

Unfortunately I am unable to change the settings in paradoxMaterialTheme. I tried a few things but am completely lost. Any help is appreciated.

Thanks a lot 🙂

@mkurz mkurz changed the title Changes in paradoxMaterialTheme habe not effect. Changes in paradoxMaterialTheme have not effect. Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant