|
4 | 4 | // Editor
|
5 | 5 | "editor.autoIndent": true,
|
6 | 6 | "editor.codeActionsOnSave": {
|
7 |
| - "source.organizeImports": false |
| 7 | + "source.organizeImports": true |
8 | 8 | },
|
9 |
| - "editor.codeLens": false, |
10 | 9 | "editor.cursorBlinking": "solid",
|
11 | 10 | "editor.cursorSmoothCaretAnimation": true,
|
12 | 11 | "editor.cursorStyle": "line",
|
|
36 | 35 | "activityBar.inactiveForeground": "#15202b99",
|
37 | 36 | "activityBarBadge.background": "#06b9a5",
|
38 | 37 | "activityBarBadge.foreground": "#15202b",
|
| 38 | + "titleBar.activeBackground": "#f9e64f", |
| 39 | + "titleBar.inactiveBackground": "#f9e64f99", |
| 40 | + "titleBar.activeForeground": "#15202b", |
| 41 | + "titleBar.inactiveForeground": "#15202b99", |
39 | 42 | "statusBar.background": "#f9e64f",
|
40 | 43 | "statusBarItem.hoverBackground": "#f7df1e",
|
41 | 44 | "statusBar.foreground": "#15202b"
|
|
56 | 59 | // "files.hotExit": "onExit",
|
57 | 60 | "files.defaultLanguage": "typescript",
|
58 | 61 | "files.trimTrailingWhitespace": true,
|
| 62 | + // Peacock Settings |
| 63 | + "peacock.color": "#f9e64f", |
59 | 64 | // Prettier settings
|
60 | 65 | "prettier.singleQuote": true,
|
61 | 66 | "prettier.printWidth": 100,
|
62 |
| - // Peacock Settings |
63 |
| - "peacock.affectActivityBar": true, |
64 |
| - "peacock.affectStatusBar": true, |
65 |
| - "peacock.affectTitleBar": false, |
66 |
| - "peacock.keepBadgeColor": false, |
67 |
| - "peacock.keepForegroundColor": false, |
68 | 67 | // REST client
|
69 | 68 | "rest-client.environmentVariables": {
|
70 | 69 | "$shared": {
|
|
0 commit comments