Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
Update compositor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Aug 10, 2016
1 parent 5553919 commit 6ab73c9
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions compositor.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,31 @@
"title": "",
"branch": "",
"style": {
"name": "Humanist",
"name": "Material",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/LightBannerHeader",
"article": "article/ReaderArticle",
"nav": "nav/AbsoluteNav",
"header": "header/GradientHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "Athelas, Georgia, serif",
"fontFamily": "Roboto, sans-serif",
"heading": {
"fontWeight": 400,
"textTransform": "uppercase",
"letterSpacing": "0.1em"
"fontWeight": 500,
"letterSpacing": "-0.01em"
},
"colors": {
"text": "#121212",
"text": "#212121",
"background": "#fff",
"primary": "#ee5544",
"secondary": "#005499",
"highlight": "#00bd78",
"border": "#ddd",
"muted": "#f3f3f3"
"primary": "#2196f3",
"secondary": "#1565c0",
"highlight": "#ff4081",
"border": "#e0e0e0",
"muted": "#f5f5f5"
},
"layout": {
"maxWidth": 768
"centered": true,
"bannerHeight": "80vh",
"maxWidth": 896
}
},
"content": [
Expand Down

0 comments on commit 6ab73c9

Please sign in to comment.