Skip to content

Commit

Permalink
Update compositor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valscion committed Sep 14, 2017
1 parent 78aa392 commit d258f01
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions compositor.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,31 @@
"title": "",
"branch": "",
"style": {
"name": "Future",
"name": "Material",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/BannerHeader",
"nav": "nav/DarkAbsoluteNav",
"header": "header/GradientHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "\"Avenir Next\", Helvetica, sans-serif",
"fontFamily": "Roboto, sans-serif",
"heading": {
"fontWeight": 500,
"textTransform": "uppercase",
"letterSpacing": "0.2em"
},
"alternativeText": {
"textTransform": "uppercase",
"fontWeight": 400,
"letterSpacing": "0.2em",
"opacity": 0.75
"letterSpacing": "-0.01em"
},
"colors": {
"text": "#333",
"text": "#212121",
"background": "#fff",
"primary": "#666",
"secondary": "#888",
"highlight": "#1f80ff",
"muted": "#f6f6f6",
"border": "#eee"
"primary": "#2196f3",
"secondary": "#1565c0",
"highlight": "#ff4081",
"border": "#e0e0e0",
"muted": "#f5f5f5"
},
"layout": {
"centered": true,
"maxWidth": 1024,
"bannerHeight": "80vh"
"bannerHeight": "80vh",
"maxWidth": 896
}
},
"content": [
Expand Down

0 comments on commit d258f01

Please sign in to comment.