2023-04-27 09:10:08 +03:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": ".."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"workbench.colorCustomizations": {
|
2024-04-27 00:29:40 +03:00
|
|
|
"sash.hoverBorder": "#a1cfe7",
|
|
|
|
"statusBar.background": "#78badd",
|
|
|
|
"statusBarItem.hoverBackground": "#4fa5d3",
|
|
|
|
"statusBarItem.remoteBackground": "#78badd",
|
2023-04-27 09:10:08 +03:00
|
|
|
"statusBar.foreground": "#15202b",
|
|
|
|
"statusBarItem.remoteForeground": "#15202b"
|
|
|
|
},
|
2024-04-27 00:29:40 +03:00
|
|
|
"peacock.remoteColor": "#78badd",
|
2023-05-01 19:16:55 +03:00
|
|
|
"cSpell.enableFiletypes": ["ansible", "shellscript"]
|
2023-04-27 09:10:08 +03:00
|
|
|
}
|
|
|
|
}
|