Skip to content

Commit

Permalink
add color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Apr 17, 2017
1 parent b103aeb commit 7d7d9d7
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion about.json
@@ -1,5 +1,31 @@
{
"name": "Material Design Theme",
"about_url": "https://meta.discourse.org/t/material-design-stock-theme/47142",
"license_url": "https://github.com/discourse/material-design-stock-theme/blob/master/LICENSE.txt"
"license_url": "https://github.com/discourse/material-design-stock-theme/blob/master/LICENSE.txt",
"color_schemes": {
"Material Teal/Amber": {
"primary": "212121",
"secondary": "fafafa",
"tertiary": "ffa000",
"quaternary": "00796b",
"header_background": "00796b",
"header_primary": "ffffff",
"highlight": "ffff8d",
"danger": "ff5722",
"success": "4caf50",
"love": "fa6c8d"
},
"Material Red/Blue": {
"primary": "212121",
"secondary": "fafafa",
"tertiary": "448aff",
"quaternary": "d32f2f",
"header_background": "d32f2f",
"header_primary": "ffffff",
"highlight": "ffff8d",
"danger": "ff6d00",
"success": "4caf50",
"love": "fa6c8d"
}
}
}

0 comments on commit 7d7d9d7

Please sign in to comment.