mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"files.associations": {
|
|
"*.page": "php"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "never",
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"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",
|
|
"eslint.experimental.useFlatConfig": true,
|
|
} |