mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-08 07:53:43 +03:00
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
},
|
|
{
|
|
"path": "../../../data"
|
|
}
|
|
],
|
|
"settings": {
|
|
"workbench.colorCustomizations": {
|
|
"sash.hoverBorder": "#a1cfe7",
|
|
"statusBar.background": "#78badd",
|
|
"statusBarItem.hoverBackground": "#4fa5d3",
|
|
"statusBarItem.remoteBackground": "#78badd",
|
|
"statusBar.foreground": "#15202b",
|
|
"statusBarItem.remoteForeground": "#15202b"
|
|
},
|
|
"peacock.remoteColor": "#78badd"
|
|
}
|
|
}
|