This commit is contained in:
2026-05-27 13:02:40 -07:00
parent ef9e2f383a
commit 6a4c9e0b49
4 changed files with 113 additions and 37 deletions
+26 -22
View File
@@ -147,34 +147,21 @@
"replace": true,
},
"subtitleStyle": {
"fontFamily": "Hiragino Sans, M PLUS 1, Source Han Sans JP, Noto Sans CJK JP",
"fontSize": 38,
"fontColor": "#cad3f5",
"fontWeight": 500,
"lineHeight": 1.4,
"letterSpacing": "0.02em",
"wordSpacing": 0,
"fontKerning": "normal",
"textRendering": "optimizeLegibility",
"paintOrder": "stroke fill",
"WebkitTextStroke": "1.5px #000",
"textShadow": "0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.55)",
"fontStyle": "normal",
"backgroundColor": "transparent",
"hoverTokenColor": "#f4dbd6",
"backdropFilter": "blur(6px)",
"hoverTokenBackgroundColor": "transparent",
"preserveLineBreaks": false,
"autoPauseVideoOnHover": true,
"autoPauseVideoOnYomitanPopup": true,
"secondary": {
"fontFamily": "Manrope, Inter",
"fontSize": 24,
"fontColor": "#cad3f5",
"backgroundColor": "transparent",
"paintOrder": "stroke fill",
"WebkitTextStroke": "0.75px #000",
"textShadow": "0 1px 4px rgba(0,0,0,0.85), 0 0 10px rgba(0,0,0,0.5)",
"css": {
"font-family": "Manrope, Inter",
"color": "#cad3f5",
"background-color": "transparent",
"font-size": "24px",
"text-shadow": "0 1px 4px rgba(0,0,0,0.85), 0 0 10px rgba(0,0,0,0.5)",
"paint-order": "stroke fill",
"-webkit-text-stroke": "0.75px #000"
},
},
"frequencyDictionary": {
"enabled": true,
@@ -195,6 +182,23 @@
},
"nPlusOneColor": "#c6a0f6",
"knownWordColor": "#a6da95",
"css": {
"font-family": "Hiragino Sans, M PLUS 1, Source Han Sans JP, Noto Sans CJK JP",
"color": "#cad3f5",
"background-color": "transparent",
"font-size": "38px",
"font-weight": "500",
"font-style": "normal",
"line-height": "1.4",
"letter-spacing": "0.02em",
"word-spacing": "0",
"font-kerning": "normal",
"text-rendering": "optimizeLegibility",
"text-shadow": "0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.55)",
"paint-order": "stroke fill",
"-webkit-text-stroke": "1.5px #000",
"backdrop-filter": "blur(6px)"
},
},
"jimaku": {
"apiKeyCommand": "cat ~/.jimaku-api-key",