first commit
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user