update at 2026-03-17 10:37:27
This commit is contained in:
306
calendar/config/themes.json
Normal file
306
calendar/config/themes.json
Normal file
@@ -0,0 +1,306 @@
|
||||
{
|
||||
"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": "paper",
|
||||
"label": "Paper",
|
||||
"preview": {
|
||||
"pageBackground": "#f2eee5",
|
||||
"paper": "#fcfaf4",
|
||||
"panelBackground": "#fffdf8",
|
||||
"frameStroke": "#7e6b57",
|
||||
"frameStrokeStrong": "#5f5143",
|
||||
"frameMuted": "rgba(126, 107, 87, 0.32)",
|
||||
"mutedInk": "#5a5148",
|
||||
"badgeFill": "#f3ede0",
|
||||
"bodyFont": "'Songti SC', 'STSong', serif",
|
||||
"displayFont": "'Baskerville', 'Times New Roman', 'Songti SC', serif",
|
||||
"titleFont": "'Songti SC', 'STSong', serif",
|
||||
"cardRadius": "1.7rem",
|
||||
"panelRadius": "1.1rem"
|
||||
},
|
||||
"variants": {
|
||||
"portrait": {
|
||||
"devicePlacement": "logo_bottom",
|
||||
"viewport": {
|
||||
"width": 1072,
|
||||
"height": 1448
|
||||
},
|
||||
"backgroundPath": "themes/paper/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/paper/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": "classic",
|
||||
"label": "Classic",
|
||||
"preview": {
|
||||
"pageBackground": "#ece6da",
|
||||
"paper": "#ffffff",
|
||||
"panelBackground": "#fefefe",
|
||||
"frameStroke": "#3d352c",
|
||||
"frameStrokeStrong": "#1f1a15",
|
||||
"frameMuted": "rgba(61, 53, 44, 0.3)",
|
||||
"mutedInk": "#3d352c",
|
||||
"badgeFill": "#f3efe8",
|
||||
"bodyFont": "'PingFang SC', 'Hiragino Sans GB', 'Noto Sans SC', sans-serif",
|
||||
"displayFont": "'Palatino Linotype', 'Book Antiqua', 'Songti SC', serif",
|
||||
"titleFont": "'Palatino Linotype', 'Book Antiqua', 'Songti SC', serif",
|
||||
"cardRadius": "1.25rem",
|
||||
"panelRadius": "0.92rem"
|
||||
},
|
||||
"variants": {
|
||||
"portrait": {
|
||||
"devicePlacement": "logo_bottom",
|
||||
"viewport": {
|
||||
"width": 1072,
|
||||
"height": 1448
|
||||
},
|
||||
"backgroundPath": "themes/classic/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/classic/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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user