Files
StudyDiary/.obsidian/plugins/callout-manager/data.json
T
2026-07-23 20:36:13 +08:00

50 lines
877 B
JSON
Executable File

{
"callouts": {
"custom": [],
"settings": {
"important": [
{
"changes": {
"color": "168, 130, 255"
}
}
],
"tip": [
{
"changes": {
"icon": "lucide-lightbulb"
}
},
{
"condition": {
"colorScheme": "light"
},
"changes": {
"color": "82, 139, 212"
}
},
{
"condition": {
"colorScheme": "dark"
},
"changes": {
"color": "68, 207, 110"
}
}
],
"caution": [
{
"changes": {
"icon": "lucide-info",
"color": "233, 151, 63"
}
}
]
}
},
"calloutDetection": {
"obsidian": true,
"theme": true,
"snippet": true
}
}