|
|
@@ -26,5 +26,25 @@
|
|
26
|
26
|
"sound": "off"
|
|
27
|
27
|
},
|
|
28
|
28
|
"terminal.integrated.enableVisualBell": false,
|
|
29
|
|
- "Lingma.PreferredLanguage forCommitMessage": "简体中文"
|
|
|
29
|
+ "Lingma.PreferredLanguage forCommitMessage": "简体中文",
|
|
|
30
|
+ "workbench.colorCustomizations": {
|
|
|
31
|
+ "activityBar.activeBackground": "#1f6fd0",
|
|
|
32
|
+ "activityBar.background": "#1f6fd0",
|
|
|
33
|
+ "activityBar.foreground": "#e7e7e7",
|
|
|
34
|
+ "activityBar.inactiveForeground": "#e7e7e799",
|
|
|
35
|
+ "activityBarBadge.background": "#ee90bb",
|
|
|
36
|
+ "activityBarBadge.foreground": "#15202b",
|
|
|
37
|
+ "commandCenter.border": "#e7e7e799",
|
|
|
38
|
+ "sash.hoverBorder": "#1f6fd0",
|
|
|
39
|
+ "statusBar.background": "#1857a4",
|
|
|
40
|
+ "statusBar.foreground": "#e7e7e7",
|
|
|
41
|
+ "statusBarItem.hoverBackground": "#1f6fd0",
|
|
|
42
|
+ "statusBarItem.remoteBackground": "#1857a4",
|
|
|
43
|
+ "statusBarItem.remoteForeground": "#e7e7e7",
|
|
|
44
|
+ "titleBar.activeBackground": "#1857a4",
|
|
|
45
|
+ "titleBar.activeForeground": "#e7e7e7",
|
|
|
46
|
+ "titleBar.inactiveBackground": "#1857a499",
|
|
|
47
|
+ "titleBar.inactiveForeground": "#e7e7e799"
|
|
|
48
|
+ },
|
|
|
49
|
+ "peacock.color": "#1857a4"
|
|
30
|
50
|
}
|