kevinyuan_obsidian-chat-bub.../data.json
Kevin Yuan 31803b585e Initial release: warm theme plugin with color palette and reset button
- Warm cream theme with configurable colors, code blocks, chat bubbles
- Chat callout outline injection for Outline/Quiet Outline
- Preset color palette (12 swatches) for background, chat-r, chat-l
- Reset all settings to defaults button
2026-02-20 00:19:44 +00:00

16 lines
No EOL
382 B
JSON

{
"enableThemeCSS": true,
"markdownBgColor": "#ffffff",
"codeBlockRadius": 14,
"checkboxStrikethrough": false,
"chatRBubbleColor": "#F9E3D0",
"chatLBubbleColor": "#F9E3D0",
"chatBubbleMaxWidth": 75,
"enableOutlineInjection": true,
"injectChatR": true,
"injectChatL": true,
"chatRPrefix": "",
"chatLPrefix": "",
"headingLevel": 1,
"maxDisplayLength": 80
}