2 "$schema": "vscode://schemas/color-theme",
9 "punctuation.definition.comment"
12 "foreground": "#d01c11"
20 "constant.other.symbol",
21 "constant.character.escape"
24 "foreground": "#1bad0e"
28 "name": "Numbers, Characters",
36 "foreground": "#c311d0"
40 "name": "Global definitions",
42 "variable.other.assignment.go",
44 "meta.definition.function.tsx",
45 "meta.type.declaration.tsx"
48 "foreground": "#115bda"
52 "name": "Disable highlighting in some of my Go code",
54 "entity.name.function.support.go",
55 "entity.name.type.package.go",
56 "entity.name.import.go",
57 "entity.name.type.go",
58 "meta.function-call.tsx"
65 "name": "Punctuation",
68 "punctuation.definition.imports.begin.bracket.round.go"
78 "background": "#96000014",
79 "foreground": "#ff0000"
83 "name": "Extra: Diff Range",
90 "background": "#DDDDFF",
91 "foreground": "#434343"
95 "name": "Extra: Diff From",
96 "scope": "meta.diff.header.from-file",
98 "background": "#FFDDDD",
99 "foreground": "#434343"
103 "name": "Extra: Diff To",
104 "scope": "meta.diff.header.to-file",
106 "background": "#DDFFDD",
107 "foreground": "#434343"
111 "semanticTokenColors": {
114 "editor.background": "#F7F7F7",
115 "editor.foreground": "#000",
116 "editor.lineHighlightBackground": "#F0F0F0",
117 "editor.selectionBackground": "#BFDBFE",
118 "editor.selectionHighlightBackground": "#CFCFCF81",
119 "panel.background": "#F0F0F0",
120 "sideBar.background": "#F0F0F0",
121 "editorGroupHeader.tabsBackground": "#F0F0F0",
122 "activityBar.background": "#F0F0F0",
123 "activityBar.foreground": "#007ACC",
124 "editorLineNumber.foreground": "#9DA39A",
125 "editorCursor.foreground": "#007ACC",
126 "editor.findMatchBackground": "#FFBC5D",
127 "editor.findMatchHighlightBackground": "#FFD86381",
128 "statusBar.background": "#DDDDDD",
129 "statusBar.foreground": "#474747",
130 "statusBar.debuggingBackground": "#FFBC5D",
131 "statusBar.debuggingForeground": "#000",
132 "statusBar.noFolderBackground": "#7A3E9D",
133 "statusBar.noFolderForeground": "#fff",
135 "list.activeSelectionBackground": "#DDDDDD",
136 "list.activeSelectionForeground": "#000000",
137 "list.inactiveSelectionBackground": "#E6E6E6",
138 "list.focusHighlightForeground": "#007ACC",
139 "focusBorder": "#CCCCCC",
141 "quickInputList.focusForeground": "#000000",
142 "quickInputList.focusBackground": "#DDDDDD",
144 "editorSuggestWidget.selectedBackground": "#DDDDDD",
145 "editorSuggestWidget.focusHighlightForeground": "#000000",
146 "editorSuggestWidget.highlightForeground": "#000000",
147 "editorSuggestWidget.selectedForeground": "#000000",
149 "terminal.ansiWhite": "#BBBBBB",
150 "terminal.ansiBlack": "#000000",
151 "terminal.ansiBlue": "#325CC0",
152 "terminal.ansiCyan": "#0083B2",
153 "terminal.ansiGreen": "#448C27",
154 "terminal.ansiMagenta": "#7A3E9D",
155 "terminal.ansiRed": "#AA3731",
156 "terminal.ansiYellow": "#CB9000",
157 "terminal.ansiBrightWhite": "#FFFFFF",
158 "terminal.ansiBrightBlack": "#777777",
159 "terminal.ansiBrightBlue": "#007ACC",
160 "terminal.ansiBrightCyan": "#00AACB",
161 "terminal.ansiBrightGreen": "#60CB00",
162 "terminal.ansiBrightMagenta": "#E64CE6",
163 "terminal.ansiBrightRed": "#F05050",
164 "terminal.ansiBrightYellow": "#FFBC5D"