Change theme color.

This commit is contained in:
Dillon Kearns 2019-09-06 09:38:47 +05:30
parent 6732cd0625
commit 23861c1b8f

View File

@ -27,14 +27,14 @@ import Palette
manifest =
{ backgroundColor = Just Color.blue
{ backgroundColor = Just Color.white
, categories = [ Pages.Manifest.Category.education ]
, displayMode = Manifest.Standalone
, orientation = Manifest.Portrait
, description = "elm-pages - A statically typed site generator."
, iarcRatingId = Nothing
, name = "elm-pages docs"
, themeColor = Just Color.blue
, themeColor = Just Color.white
, startUrl = pages.index
, shortName = Just "elm-pages"
, sourceIcon = images.icon