使用插件:Savor Callout

image

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"id": "Info",
"icon": "🎐",
"title": "New Callout",
"bg": {
"light": "rgba(8, 109, 221, 0.15)",
"dark": "rgba(53, 76, 75, .5)"
},
"box": {
"light": "rgba(238, 245, 248, .3)",
"dark": "rgbaa(53, 76, 75, 1)"
},
"hide": false,
"custom": true
}

image

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"id": "success",
"icon": "🍃",
"title": "New Callout",
"bg": {
"light": "rgba(8, 185, 78, 0.1)",
"dark": "rgba(53, 76, 75, .5)"
},
"box": {
"light": "rgba(238, 245, 248, .3)",
"dark": "rgbaa(53, 76, 75, 1)"
},
"hide": false,
"custom": true
}

image

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"id": "Example",
"icon": "📌",
"title": "New Callout",
"bg": {
"light": "rgba(217, 201, 248, 0.38)",
"dark": "rgba(53, 76, 75, .5)"
},
"box": {
"light": "rgba(238, 245, 248, .3)",
"dark": "rgbaa(53, 76, 75, 1)"
},
"hide": false,
"custom": true
}

image

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"id": "Danger",
"icon": "🖌",
"title": "New Callout",
"bg": {
"light": "rgba(255, 235, 236, 80)",
"dark": "rgba(53, 76, 75, .5)"
},
"box": {
"light": "rgba(238, 245, 248, .3)",
"dark": "rgbaa(53, 76, 75, 1)"
},
"hide": false,
"custom": true
}