-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.2.json
88 lines (86 loc) · 2.26 KB
/
settings.2.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
86
87
88
{
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "100",
//"editor.fontSize": 25,
"editor.suggestFontSize": 20,
"editor.suggestLineHeight": 30,
"editor.letterSpacing": 0.5,
"editor.tabSize": 2,
"editor.cursorWidth": 3,
"editor.cursorBlinking": "solid",
"editor.minimap.enabled": false,
"editor.rulers": [
80,
100
],
"workbench.startupEditor": "newUntitledFile",
"editor.scrollBeyondLastLine": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#ffc600",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "Solution",
"color": "#193549",
"strikethrough": false,
"underline": true,
"backgroundColor": "#ffc600",
"bold": true,
"italic": true
},
{
"tag": "Task",
"color": "#ffc600",
"strikethrough": false,
"underline": true,
"backgroundColor": "Transparent",
"bold": true,
"italic": true
},
],
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 1,
}