mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
30 lines
1008 B
JSON
30 lines
1008 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": false,
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#78797d",
|
|
"activityBar.background": "#78797d",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#df9fac",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"commandCenter.border": "#e7e7e799",
|
|
"sash.hoverBorder": "#78797d",
|
|
"statusBar.background": "#5f6063",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#78797d",
|
|
"statusBarItem.remoteBackground": "#5f6063",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#5f6063",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#5f606399",
|
|
"titleBar.inactiveForeground": "#e7e7e799"
|
|
},
|
|
"peacock.color": "#5f6063",
|
|
"i18n-ally.localesPaths": [
|
|
"locales"
|
|
],
|
|
"i18n-ally.keystyle": "flat"
|
|
} |