-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgodot.code-workspace
41 lines (41 loc) · 1.46 KB
/
godot.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"folders": [
{
"path": "."
}
],
"settings": {
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#388E3C",
"activityBar.activeBorder": "#388E3C",
"list.activeSelectionForeground": "#388E3C",
"list.inactiveSelectionForeground": "#388E3C",
"list.highlightForeground": "#388E3C",
"scrollbarSlider.activeBackground": "#388E3C50",
"editorSuggestWidget.highlightForeground": "#388E3C",
"textLink.foreground": "#388E3C",
"progressBar.background": "#388E3C",
"pickerGroup.foreground": "#388E3C",
"tab.activeBorder": "#388E3C",
"notificationLink.foreground": "#388E3C",
"editorWidget.resizeBorder": "#388E3C",
"editorWidget.border": "#388E3C",
"settings.modifiedItemIndicator": "#388E3C",
"settings.headerForeground": "#388E3C",
"panelTitle.activeBorder": "#388E3C",
"breadcrumb.activeSelectionForeground": "#388E3C",
"menu.selectionForeground": "#388E3C",
"menubar.selectionForeground": "#388E3C",
"editor.findMatchBorder": "#388E3C",
"selection.background": "#388E3C40"
},
"gitlens.hovers.currentLine.over": "line",
"files.autoSaveDelay": 100,
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"godot_tools.editor_path": "C:\\Users\\Sajo\\Desktop\\saj\\godot\\Godot_v3.2-stable_win64.exe"
}
}