Files
kindle-calendar/calendar/config/themes.json
2026-03-21 18:44:12 +08:00

161 lines
4.9 KiB
JSON

{
"defaultThemeId": "default",
"defaultOrientation": "portrait",
"themes": [
{
"id": "default",
"label": "Default",
"preview": {
"pageBackground": "#efe8db",
"paper": "#ffffff",
"panelBackground": "#fffdf9",
"frameStroke": "#8b6b47",
"frameStrokeStrong": "#6f5235",
"frameMuted": "rgba(139, 107, 71, 0.35)",
"mutedInk": "#4c4c4c",
"badgeFill": "#faf6ef",
"bodyFont": "'Hiragino Sans GB', 'PingFang SC', 'Noto Sans SC', sans-serif",
"displayFont": "'Iowan Old Style', 'Baskerville', serif",
"titleFont": "'Hiragino Sans GB', 'PingFang SC', 'Noto Sans SC', sans-serif",
"cardRadius": "2rem",
"panelRadius": "1.25rem"
},
"variants": {
"portrait": {
"devicePlacement": "logo_bottom",
"viewport": {
"width": 1072,
"height": 1448
},
"backgroundPath": "themes/default/portrait/kindlebg.png",
"clock": {
"x": 347,
"y": 55,
"width": 220,
"height": 220,
"faceRadiusRatio": 0.47,
"faceStroke": 3,
"tickOuterInset": 6,
"majorTickLength": 14,
"minorTickLength": 7,
"majorTickThickness": 4,
"minorTickThickness": 2,
"hourLengthRatio": 0.48,
"minuteLengthRatio": 0.72,
"hourThickness": 9,
"minuteThickness": 5,
"centerRadius": 7
}
},
"landscape": {
"devicePlacement": "logo_right",
"viewport": {
"width": 1448,
"height": 1072
},
"backgroundPath": "themes/default/landscape/kindlebg.png",
"clock": {
"x": 659,
"y": 57,
"width": 220,
"height": 220,
"faceRadiusRatio": 0.47,
"faceStroke": 3,
"tickOuterInset": 6,
"majorTickLength": 14,
"minorTickLength": 7,
"majorTickThickness": 4,
"minorTickThickness": 2,
"hourLengthRatio": 0.48,
"minuteLengthRatio": 0.72,
"hourThickness": 9,
"minuteThickness": 5,
"centerRadius": 7
}
}
}
},
{
"id": "simple",
"label": "Simple",
"preview": {
"pageBackground": "#ffffff",
"paper": "#ffffff",
"panelBackground": "#ffffff",
"frameStroke": "#1e1e1e",
"frameStrokeStrong": "#000000",
"frameMuted": "rgba(10, 10, 10, 0.32)",
"mutedInk": "#4a5565",
"badgeFill": "#ffffff",
"bodyFont": "'Inter', 'PingFang SC', 'Noto Sans SC', sans-serif",
"displayFont": "'Inter', 'PingFang SC', 'Noto Sans SC', sans-serif",
"titleFont": "'Inter', 'PingFang SC', 'Noto Sans SC', sans-serif",
"cardRadius": "32px",
"panelRadius": "32px"
},
"variants": {
"portrait": {
"devicePlacement": "logo_bottom",
"viewport": {
"width": 1072,
"height": 1448
},
"backgroundPath": "themes/simple/portrait/kindlebg.png",
"clock": {
"x": 544,
"y": 32,
"width": 480,
"height": 480,
"faceRadiusRatio": 0.5,
"faceStroke": 2,
"tickOuterInset": 21.735,
"majorTickOuterInset": 21.735,
"minorTickOuterInset": 21.735,
"majorTickLength": 47.348,
"minorTickLength": 21.735,
"majorTickThickness": 14.4,
"minorTickThickness": 6.521,
"hourLengthRatio": 0.62,
"hourBackLengthRatio": 0.28,
"minuteLengthRatio": 0.9090585774058577,
"minuteBackLengthRatio": 0.3,
"hourThickness": 14.4,
"minuteThickness": 9.6,
"centerRadius": 4.8
}
},
"landscape": {
"devicePlacement": "logo_right",
"viewport": {
"width": 1448,
"height": 1072
},
"backgroundPath": "themes/simple/landscape/kindlebg.png",
"clock": {
"x": 29,
"y": 562,
"width": 480,
"height": 480,
"faceRadiusRatio": 0.5,
"faceStroke": 2,
"tickOuterInset": 21.735,
"majorTickOuterInset": 21.735,
"minorTickOuterInset": 21.735,
"majorTickLength": 47.348,
"minorTickLength": 21.735,
"majorTickThickness": 14.4,
"minorTickThickness": 6.521,
"hourLengthRatio": 0.62,
"hourBackLengthRatio": 0.28,
"minuteLengthRatio": 0.9090585774058577,
"minuteBackLengthRatio": 0.3,
"hourThickness": 14.4,
"minuteThickness": 9.6,
"centerRadius": 4.8
}
}
}
}
]
}