0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00
Files
homebrewery/themes/themes.json
2025-11-15 18:33:22 +13:00

47 lines
936 B
JSON

{
"Legacy": {
"5ePHB": {
"name": "5e PHB",
"renderer": "legacy",
"baseTheme": false,
"path": "5ePHB"
}
},
"V3": {
"5eDMG": {
"name": "5e DMG",
"renderer": "V3",
"baseTheme": "5ePHB",
"baseSnippets": "5ePHB",
"path": "5eDMG"
},
"5ePHB": {
"name": "5e PHB",
"renderer": "V3",
"baseTheme": "Blank",
"baseSnippets": false,
"path": "5ePHB"
},
"Blank": {
"name": "Blank",
"renderer": "V3",
"baseTheme": false,
"baseSnippets": false,
"path": "Blank"
},
"Journal": {
"name": "Journal",
"renderer": "V3",
"baseTheme": "Blank",
"baseSnippets": "5ePHB",
"path": "Journal"
},
"UnearthedArcana": {
"name": "UnearthedArcana",
"renderer": "V3",
"baseTheme": "Blank",
"baseSnippets": false,
"path": "UnearthedArcana"
}
}
}