-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
55 lines (55 loc) · 1.48 KB
/
config.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"Settings": {
"Timeout": 2,
"MaxRedirects": 30,
"Checkboxes": {
"https": true,
"autoformat": true
}
},
"Theme": {
"Chroma": "catppuccin-mocha",
"Emojis": {
"statusbarProtoInsecure": "🌿",
"statusbarProtoHttps": "🔒",
"statusbarProtoHttp2": "🗲 ",
"statusbarDefaultIndicator": "⿻"
},
"Colors": {
"checkboxOn": "42",
"checkboxOff": "8",
"fileinputPrompt": "177",
"fileinputPlaceholder": "243",
"fileinputText": "219",
"headerName": "141",
"headerValue": "183",
"helpKey": "219",
"helpDesc": "213",
"pressedKeyPrompt": "219",
"pressedKeyText": "225",
"requestBody": "225",
"statusbarFg": "#C1C6B2",
"statusbarBg": "#353533",
"statusbarTextWarning": "220",
"statusbarTextError": "225",
"statusbarIndicator": "#6124DF",
"statusbarNugget": "#FFFDF5",
"statusbarBadgeBg": "#59A8C9",
"statusbarBadgeFg": "#FFFDF5",
"statusbarBadgeError": "#FF5F87",
"statusbarBadgeOk": "#2e8048",
"statusbarBadgeWarning": "130",
"statusbarReqCount": "#A550DF",
"statusbarResTime": "#C550DF",
"textinputPrompt": "69",
"textinputPromptActive": "177",
"textinputPlaceholder": "243",
"textinputPlaceholderActive": "249",
"textinputText": "183",
"textareaCursorLine": "225",
"textareaPlaceholder": "249",
"textareaText": "183",
"url": "189"
}
}
}