mirror of
https://github.com/kevinyuan/obsidian-chat-bubble-theme.git
synced 2026-07-22 07:02:37 +00:00
- 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
16 lines
No EOL
382 B
JSON
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
|
|
} |