ENH: Customized VSCode Window Color (#712)
This commit is contained in:
Родитель
14b968c282
Коммит
c5b16e5d62
|
@ -5,6 +5,11 @@
|
|||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#07338b",
|
||||
"titleBar.activeBackground": "#07338b",
|
||||
"titleBar.activeForeground": "#F8FCE5"
|
||||
},
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.insertFinalNewline": true
|
||||
|
|
Загрузка…
Ссылка в новой задаче