-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhoLogToLabStreamingLayer.code-workspace
More file actions
134 lines (133 loc) · 5.25 KB
/
PhoLogToLabStreamingLayer.code-workspace
File metadata and controls
134 lines (133 loc) · 5.25 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"folders": [
{
"path": "."
},
{
"path": "../PhoPyLSLhelper"
},
{
"path": "../lab-recorder-python"
},
{
"path": "../whisper-timestamped"
},
{
"path": "../uv-deps-switcher"
}
],
"settings": {
"python.languageServer": "None",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#13e4df2d", // teal translucent
"editor.lineHighlightBorder": "#9ae3e31f",
"activityBar.background": "#184747",
"titleBar.activeBackground": "#1de9b6",
"titleBar.activeForeground": "#000000",
"scrollbarSlider.background": "#1de9b657",
"scrollbarSlider.hoverBackground": "#00bfbf82",
"scrollbarSlider.activeBackground": "#00b1b1df",
"activityBar.inactiveForeground": "#ffffff3c",
"activityBar.foreground": "#ffffff",
"notebook.outputContainerBackgroundColor": "#1ca7a950",
"notebook.outputContainerBorderColor": "#1de9b6",
"notebook.focusedCellBorder": "#00b1b1da",
"notebook.focusedEditorBorder": "#00b1b1",
"notebook.inactiveFocusedCellBorder": "#00b1b163",
"titleBar.inactiveBackground": "#1de9b68e",
"tab.activeBorder": "#294444",
"statusBar.background": "#234646",
"statusBar.foreground": "#ffffff",
"window.activeBorder": "#00b1b1",
"window.inactiveBorder": "#00b1b118",
"sideBar.dropBackground": "#578f9380",
"sideBySideEditor.horizontalBorder": "#ffffff17",
"sideBySideEditor.verticalBorder": "#ffffff17",
"profileBadge.background": "#4d4d4d",
"profileBadge.foreground": "#00b1b1",
"editorGroup.border": "#00b1b117",
"editorGroupHeader.tabsBackground": "#00b1b12d",
"editorGroupHeader.tabsBorder": "#005f5f",
"tab.activeBackground": "#006e6e",
"tab.activeBorderTop": "#00b1b1",
"tab.activeForeground": "#ffffff",
"tab.border": "#008080",
"tab.hoverBackground": "#004f4f",
"tab.inactiveBackground": "#181818",
"tab.inactiveForeground": "#9d9d9d",
"tab.lastPinnedBorder": "#cccccc33",
"tab.unfocusedActiveBorder": "#1f1f1f",
"tab.unfocusedActiveBorderTop": "#2b2b2b",
"tab.unfocusedHoverBackground": "#1f1f1f",
"tab.activeModifiedBorder": "#1de9b6",
"tab.inactiveModifiedBorder": "#1de9b680",
"tab.unfocusedActiveBackground": "#1f1f1f",
"tab.unfocusedActiveForeground": "#ffffff80",
"tab.unfocusedActiveModifiedBorder": "#1de9b680",
"tab.unfocusedInactiveBackground": "#181818",
"tab.unfocusedInactiveForeground": "#9d9d9d80",
"tab.unfocusedInactiveModifiedBorder": "#1de9b640",
// "editor.lineHighlightBackground": "#1fcf102d",
// "editor.lineHighlightBorder": "#a1d1a11f",
// "activityBar.background": "#234b2e",
// "titleBar.activeBackground": "#53c754",
// "titleBar.activeForeground": "#000000",
// "scrollbarSlider.background": "#10ff2157",
// "scrollbarSlider.hoverBackground": "#00ff1182",
// "scrollbarSlider.activeBackground": "#00ff01df",
// "activityBar.inactiveForeground": "#ffffff3c",
// "activityBar.foreground": "#ffffff",
// "notebook.outputContainerBackgroundColor": "#395a3e50",
// "notebook.outputContainerBorderColor": "#10ff21",
// "notebook.focusedCellBorder": "#00ff01da",
// "notebook.focusedEditorBorder": "#00ff01",
// "notebook.inactiveFocusedCellBorder": "#00ff0163",
// "titleBar.inactiveBackground": "#53c7548e",
// "tab.activeBorder": "#2F3C2E",
// "statusBar.background": "#2e3c2e",
// "statusBar.foreground": "#ffffff",
// "window.activeBorder": "#00ff01",
// "window.inactiveBorder": "#00ff0118",
// "sideBar.dropBackground": "#53595d80",
// "sideBySideEditor.horizontalBorder": "#ffffff17",
// "sideBySideEditor.verticalBorder": "#ffffff17",
// "profileBadge.background": "#4d4d4d",
// "profileBadge.foreground": "#00ff01",
// "editorGroup.border": "#00ff0117",
// "editorGroupHeader.tabsBackground": "#00ff012d",
// "editorGroupHeader.tabsBorder": "#003f00",
// "tab.activeBackground": "#004100",
// "tab.activeBorderTop": "#00ff01",
// "tab.activeForeground": "#ffffff",
// "tab.border": "#006b00",
// "tab.hoverBackground": "#003000",
// "tab.inactiveBackground": "#181818",
// "tab.inactiveForeground": "#9d9d9d",
// "tab.lastPinnedBorder": "#cccccc33",
// "tab.unfocusedActiveBorder": "#1f1f1f",
// "tab.unfocusedActiveBorderTop": "#2b2b2b",
// "tab.unfocusedHoverBackground": "#1f1f1f",
// "tab.activeModifiedBorder": "#33cc33",
// "tab.inactiveModifiedBorder": "#33cc3380",
// "tab.unfocusedActiveBackground": "#1f1f1f",
// "tab.unfocusedActiveForeground": "#ffffff80",
// "tab.unfocusedActiveModifiedBorder": "#33cc3380",
// "tab.unfocusedInactiveBackground": "#181818",
// "tab.unfocusedInactiveForeground": "#9d9d9d80",
// "tab.unfocusedInactiveModifiedBorder": "#33cc3340",
"editorBracketHighlight.foreground1": "#5caeef",
"editorBracketHighlight.foreground2": "#dfb976",
"editorBracketHighlight.foreground3": "#72d972",
"editorBracketHighlight.foreground4": "#4fb1bc",
"editorBracketHighlight.foreground5": "#97c26c",
"editorBracketHighlight.foreground6": "#abb2c0",
"editorBracketHighlight.unexpectedBracket.foreground": "#db6165",
"editorIndentGuide.activeBackground1": "#00ff0186",
"editorIndentGuide.activeBackground2": "#00ff8586",
"editorIndentGuide.activeBackground3": "#75ff7586",
"editorIndentGuide.activeBackground4": "#c2ffc286",
"editorIndentGuide.activeBackground5": "#33ff3386",
"editorIndentGuide.activeBackground6": "#ebffeb86"
},
}
}