11 lines
339 B
JSON
11 lines
339 B
JSON
|
{
|
||
|
"workbench.colorTheme": "Panda Syntax",
|
||
|
"workbench.iconTheme": "sweet-vscode-icons",
|
||
|
"workbench.productIconTheme": "bootstrap-product-icons",
|
||
|
"editor.fontFamily": "JetBrainsMono Nerd Font",
|
||
|
"redhat.telemetry.enabled": true,
|
||
|
"window.zoomLevel": 1,
|
||
|
"window.titleBarStyle": "custom",
|
||
|
"editor.fontSize": 13
|
||
|
}
|