-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
36 lines (36 loc) · 1.09 KB
/
Copy pathsettings.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
{
"autoIndent": true,
"fontFamily": "Ubuntu",
"fontItalic": false,
"fontPontSize": 16,
"fontWeight": 50,
"lineHighlighted": true,
"matchingBracketsHighlighted": true,
"showLineNumberArea": true,
"tabWidth": 4,
"theme": {
"accentColor": "#58a6ff",
"accentSoftColor": "#1f3a5f",
"backgroundColor": "#0d1117",
"borderColor": "#30363d",
"classFormat": "#56d4dd",
"errorColor": "#f85149",
"foregroundColor": "#e6edf3",
"functionFormat": "#79c0ff",
"highlightColor": "#1a2230",
"hoverColor": "#21262d",
"keywordFormat_0": "#7ee787",
"keywordFormat_1": "#f2cc60",
"keywordFormat_2": "#58a6ff",
"lineNumberAreaColor": "#0d1117",
"numberFormat": "#ff7b72",
"pressedColor": "#2d333b",
"quotationFormat": "#a5d6ff",
"searchFormat": "#f2cc60",
"singleLineCommentFormat": "#8b949e",
"successColor": "#3fb950",
"surfaceAltColor": "#1c2128",
"surfaceColor": "#161b22",
"warningColor": "#d29922"
}
}