forked from Blankeos/crabcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrabcode.jsonc
More file actions
25 lines (25 loc) · 737 Bytes
/
Copy pathcrabcode.jsonc
File metadata and controls
25 lines (25 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"$schema": "crabcode.schema.json",
// Crabcode theme id (see src/generated_themes/carbonfox.json)
// "theme": "vercel",
"notifications": {
"complete": {
"terminal": "auto",
"soundEnabled": true,
"desktop": true,
"soundFile": "/Users/carlo/Desktop/Projects/crabcode/sounds/complete.wav",
},
"question": {
"soundEnabled": true,
"soundFile": "/Users/carlo/Desktop/Projects/crabcode/sounds/question.mp3",
},
"permission": {
"soundEnabled": true,
"soundFile": "/Users/carlo/Desktop/Projects/crabcode/sounds/question.mp3",
},
"error": {
"soundEnabled": true,
"soundFile": "/Users/carlo/Desktop/Projects/crabcode/sounds/error.mp3",
},
},
}