material-design-stock-theme/about.json

80 lines
2.2 KiB
JSON

{
"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",
"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",
"selected": "fff1d9"
},
"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",
"selected": "e3edff"
},
"Material Blue/Red": {
"primary": "212121",
"secondary": "fafafa",
"tertiary": "ff5252",
"quaternary": "2196f3",
"header_background": "1976f2",
"header_primary": "ffffff",
"highlight": "ffff8d",
"danger": "ff6d00",
"success": "4caf50",
"love": "fa6c8d",
"selected": "ffe5e5"
},
"Material Indigo/Orange": {
"primary": "212121",
"secondary": "fafafa",
"tertiary": "ff5722",
"quaternary": "3f51b5",
"header_background": "303f9f",
"header_primary": "ffffff",
"highlight": "ffeb3b",
"danger": "f44336",
"success": "4caf50",
"love": "fa6c8d",
"selected": "ffe6de"
},
"Material Dark": {
"primary": "fafafa",
"secondary": "212121",
"tertiary": "00bcd4",
"quaternary": "00bcd4",
"header_background": "000000",
"header_primary": "ffffff",
"highlight": "fafafa",
"danger": "e45735",
"success": "009900",
"love": "fa6c8d",
"selected": "00424a",
"hover": "2d2d2d"
}
},
"assets": {
"roboto": "assets/Roboto-Regular.ttf",
"roboto-bold": "assets/Roboto-Bold.ttf",
"roboto-italic": "assets/Roboto-Italic.ttf"
},
"screenshots": ["screenshots/light.png", "screenshots/dark.png"]
}