|
| 1 | +{ |
| 2 | + "autoIndent": true, |
| 3 | + "fontFamily": "Ubuntu Mono", |
| 4 | + "fontItalic": false, |
| 5 | + "fontPontSize": 12, |
| 6 | + "fontWeight": 50, |
| 7 | + "lineHighlighted": true, |
| 8 | + "matchingBracketsHighlighted": true, |
| 9 | + "showLineNumberArea": true, |
| 10 | + "tabWidth": 4, |
| 11 | + "theme": { |
| 12 | + "accentColor": "#58a6ff", |
| 13 | + "accentSoftColor": "#1f3a5f", |
| 14 | + "backgroundColor": "#0d1117", |
| 15 | + "borderColor": "#30363d", |
| 16 | + "classFormat": "#56d4dd", |
| 17 | + "errorColor": "#f85149", |
| 18 | + "foregroundColor": "#e6edf3", |
| 19 | + "functionFormat": "#79c0ff", |
| 20 | + "highlightColor": "#1a2230", |
| 21 | + "hoverColor": "#21262d", |
| 22 | + "keywordFormat_0": "#7ee787", |
| 23 | + "keywordFormat_1": "#f2cc60", |
| 24 | + "keywordFormat_2": "#58a6ff", |
| 25 | + "lineNumberAreaColor": "#0d1117", |
| 26 | + "numberFormat": "#ff7b72", |
| 27 | + "pressedColor": "#2d333b", |
| 28 | + "quotationFormat": "#a5d6ff", |
| 29 | + "searchFormat": "#f2cc60", |
| 30 | + "singleLineCommentFormat": "#8b949e", |
| 31 | + "successColor": "#3fb950", |
| 32 | + "surfaceAltColor": "#1c2128", |
| 33 | + "surfaceColor": "#161b22", |
| 34 | + "warningColor": "#d29922" |
| 35 | + }, |
| 36 | + "vimModeEnabled": false |
| 37 | +} |
0 commit comments