-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
85 lines (85 loc) · 2.35 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"clr.has_term.line_number.foreground": "lightblue_ex",
"clr.has_term.line_number.background": "reset",
"clr.has_term.line_number.style": "normal",
"clr.has_term.line.foreground": "lightgreen_ex",
"clr.has_term.line.background": "reset",
"clr.has_term.line.style": "normal",
"clr.no_term.line_number.foreground": "cyan",
"clr.no_term.line_number.background": "reset",
"clr.no_term.line_number.style": "dim",
"clr.no_term.line.foreground": "red",
"clr.no_term.line.background": "reset",
"clr.no_term.line.style": "dim",
"default.include_filename": false,
"default.search_content": true,
"default.context": 0,
"default.in_cwd": false,
"default.case_sensitive": false,
"default.ignore_dirs": [
".git",
"node_modules",
"__pycache__"
],
"default.show_current": true,
"updater.env.current_version": "1.1.0",
"updater.canary": false,
"updater.env.canary_version": "1.1.0.0",
"updater.auto_update": false,
"config.env.colors": {
"comment": "These are the supported colors you can refer to",
"foregroud": [
"red",
"green",
"yellow",
"blue",
"magenta",
"cyan",
"white",
"black",
"lightblack_ex",
"lightblue_ex",
"lightcyan_ex",
"lightgreen_ex",
"lightmagenta_ex",
"lightred_ex",
"lightwhite_ex",
"lightyellow_ex",
"reset"
],
"background": [
"red",
"green",
"yellow",
"blue",
"magenta",
"cyan",
"white",
"black",
"lightblack_ex",
"lightblue_ex",
"lightcyan_ex",
"lightgreen_ex",
"lightmagenta_ex",
"lightred_ex",
"lightwhite_ex",
"lightyellow_ex",
"reset"
],
"style": [
"bright",
"normal",
"dim",
"reset_all"
]
},
"config.env.type.boolean": [
"default.include_filename",
"default.search_content",
"default.in_cwd",
"default.case_sensitive",
"default.show_current",
"updater.canary",
"updater.auto_update"
]
}