| 1 |
{ |
| 2 |
"name": "github-light", |
| 3 |
"colors": { |
| 4 |
"focusBorder": "#0969da", |
| 5 |
"foreground": "#24292f", |
| 6 |
"descriptionForeground": "#57606a", |
| 7 |
"errorForeground": "#cf222e", |
| 8 |
"textLink.foreground": "#0969da", |
| 9 |
"textLink.activeForeground": "#0969da", |
| 10 |
"textBlockQuote.background": "#f6f8fa", |
| 11 |
"textBlockQuote.border": "#d0d7de", |
| 12 |
"textCodeBlock.background": "#afb8c133", |
| 13 |
"textPreformat.foreground": "#57606a", |
| 14 |
"textSeparator.foreground": "#d8dee4", |
| 15 |
"icon.foreground": "#57606a", |
| 16 |
"keybindingLabel.foreground": "#24292f", |
| 17 |
"button.background": "#2da44e", |
| 18 |
"button.foreground": "#ffffff", |
| 19 |
"button.hoverBackground": "#2c974b", |
| 20 |
"button.secondaryBackground": "#ebecf0", |
| 21 |
"button.secondaryForeground": "#24292f", |
| 22 |
"button.secondaryHoverBackground": "#f3f4f6", |
| 23 |
"checkbox.background": "#f6f8fa", |
| 24 |
"checkbox.border": "#d0d7de", |
| 25 |
"dropdown.background": "#ffffff", |
| 26 |
"dropdown.border": "#d0d7de", |
| 27 |
"dropdown.foreground": "#24292f", |
| 28 |
"dropdown.listBackground": "#ffffff", |
| 29 |
"input.background": "#ffffff", |
| 30 |
"input.border": "#d0d7de", |
| 31 |
"input.foreground": "#24292f", |
| 32 |
"input.placeholderForeground": "#6e7781", |
| 33 |
"badge.foreground": "#ffffff", |
| 34 |
"badge.background": "#0969da", |
| 35 |
"progressBar.background": "#0969da", |
| 36 |
"titleBar.activeForeground": "#57606a", |
| 37 |
"titleBar.activeBackground": "#ffffff", |
| 38 |
"titleBar.inactiveForeground": "#57606a", |
| 39 |
"titleBar.inactiveBackground": "#f6f8fa", |
| 40 |
"titleBar.border": "#d0d7de", |
| 41 |
"activityBar.foreground": "#24292f", |
| 42 |
"activityBar.inactiveForeground": "#57606a", |
| 43 |
"activityBar.background": "#ffffff", |
| 44 |
"activityBarBadge.foreground": "#ffffff", |
| 45 |
"activityBarBadge.background": "#0969da", |
| 46 |
"activityBar.activeBorder": "#fd8c73", |
| 47 |
"activityBar.border": "#d0d7de", |
| 48 |
"sideBar.foreground": "#24292f", |
| 49 |
"sideBar.background": "#f6f8fa", |
| 50 |
"sideBar.border": "#d0d7de", |
| 51 |
"sideBarTitle.foreground": "#24292f", |
| 52 |
"sideBarSectionHeader.foreground": "#24292f", |
| 53 |
"sideBarSectionHeader.background": "#f6f8fa", |
| 54 |
"sideBarSectionHeader.border": "#d0d7de", |
| 55 |
"list.hoverForeground": "#24292f", |
| 56 |
"list.inactiveSelectionForeground": "#24292f", |
| 57 |
"list.activeSelectionForeground": "#24292f", |
| 58 |
"list.hoverBackground": "#eaeef280", |
| 59 |
"list.inactiveSelectionBackground": "#afb8c133", |
| 60 |
"list.activeSelectionBackground": "#afb8c133", |
| 61 |
"list.focusForeground": "#24292f", |
| 62 |
"list.focusBackground": "#ddf4ff", |
| 63 |
"list.inactiveFocusBackground": "#ddf4ff", |
| 64 |
"list.highlightForeground": "#0969da", |
| 65 |
"tree.indentGuidesStroke": "#d8dee4", |
| 66 |
"notificationCenterHeader.foreground": "#57606a", |
| 67 |
"notificationCenterHeader.background": "#f6f8fa", |
| 68 |
"notifications.foreground": "#24292f", |
| 69 |
"notifications.background": "#ffffff", |
| 70 |
"notifications.border": "#d0d7de", |
| 71 |
"notificationsErrorIcon.foreground": "#cf222e", |
| 72 |
"notificationsWarningIcon.foreground": "#9a6700", |
| 73 |
"notificationsInfoIcon.foreground": "#0969da", |
| 74 |
"pickerGroup.border": "#d0d7de", |
| 75 |
"pickerGroup.foreground": "#57606a", |
| 76 |
"quickInput.background": "#ffffff", |
| 77 |
"quickInput.foreground": "#24292f", |
| 78 |
"statusBar.foreground": "#57606a", |
| 79 |
"statusBar.background": "#ffffff", |
| 80 |
"statusBar.border": "#d0d7de", |
| 81 |
"statusBar.focusBorder": "#0969da80", |
| 82 |
"statusBar.noFolderBackground": "#ffffff", |
| 83 |
"statusBar.debuggingForeground": "#ffffff", |
| 84 |
"statusBar.debuggingBackground": "#cf222e", |
| 85 |
"statusBarItem.prominentBackground": "#afb8c133", |
| 86 |
"statusBarItem.remoteForeground": "#24292f", |
| 87 |
"statusBarItem.remoteBackground": "#eaeef2", |
| 88 |
"statusBarItem.hoverBackground": "#24292f14", |
| 89 |
"statusBarItem.activeBackground": "#24292f1f", |
| 90 |
"statusBarItem.focusBorder": "#0969da", |
| 91 |
"editorGroupHeader.tabsBackground": "#f6f8fa", |
| 92 |
"editorGroupHeader.tabsBorder": "#d0d7de", |
| 93 |
"editorGroup.border": "#d0d7de", |
| 94 |
"tab.activeForeground": "#24292f", |
| 95 |
"tab.inactiveForeground": "#57606a", |
| 96 |
"tab.inactiveBackground": "#f6f8fa", |
| 97 |
"tab.activeBackground": "#ffffff", |
| 98 |
"tab.hoverBackground": "#ffffff", |
| 99 |
"tab.unfocusedHoverBackground": "#eaeef280", |
| 100 |
"tab.border": "#d0d7de", |
| 101 |
"tab.unfocusedActiveBorderTop": "#d0d7de", |
| 102 |
"tab.activeBorder": "#ffffff", |
| 103 |
"tab.unfocusedActiveBorder": "#ffffff", |
| 104 |
"tab.activeBorderTop": "#fd8c73", |
| 105 |
"breadcrumb.foreground": "#57606a", |
| 106 |
"breadcrumb.focusForeground": "#24292f", |
| 107 |
"breadcrumb.activeSelectionForeground": "#57606a", |
| 108 |
"breadcrumbPicker.background": "#ffffff", |
| 109 |
"editor.foreground": "#24292f", |
| 110 |
"editor.background": "#ffffff", |
| 111 |
"editorWidget.background": "#ffffff", |
| 112 |
"editor.foldBackground": "#6e77811a", |
| 113 |
"editor.lineHighlightBackground": "#eaeef280", |
| 114 |
"editorLineNumber.foreground": "#8c959f", |
| 115 |
"editorLineNumber.activeForeground": "#24292f", |
| 116 |
"editorIndentGuide.background": "#24292f1f", |
| 117 |
"editorIndentGuide.activeBackground": "#24292f3d", |
| 118 |
"editorWhitespace.foreground": "#afb8c1", |
| 119 |
"editorCursor.foreground": "#0969da", |
| 120 |
"editor.findMatchBackground": "#bf8700", |
| 121 |
"editor.findMatchHighlightBackground": "#fae17d80", |
| 122 |
"editor.linkedEditingBackground": "#0969da12", |
| 123 |
"editor.selectionHighlightBackground": "#4ac26b40", |
| 124 |
"editor.wordHighlightBackground": "#eaeef280", |
| 125 |
"editor.wordHighlightBorder": "#afb8c199", |
| 126 |
"editor.wordHighlightStrongBackground": "#afb8c14d", |
| 127 |
"editor.wordHighlightStrongBorder": "#afb8c199", |
| 128 |
"editorBracketMatch.background": "#4ac26b40", |
| 129 |
"editorBracketMatch.border": "#4ac26b99", |
| 130 |
"editorInlayHint.background": "#afb8c133", |
| 131 |
"editorInlayHint.foreground": "#57606a", |
| 132 |
"editorInlayHint.typeBackground": "#afb8c133", |
| 133 |
"editorInlayHint.typeForeground": "#57606a", |
| 134 |
"editorInlayHint.paramBackground": "#afb8c133", |
| 135 |
"editorInlayHint.paramForeground": "#57606a", |
| 136 |
"editorGutter.modifiedBackground": "#d4a72c66", |
| 137 |
"editorGutter.addedBackground": "#4ac26b66", |
| 138 |
"editorGutter.deletedBackground": "#ff818266", |
| 139 |
"diffEditor.insertedLineBackground": "#aceebb4d", |
| 140 |
"diffEditor.insertedTextBackground": "#6fdd8b66", |
| 141 |
"diffEditor.removedLineBackground": "#ffcecb4d", |
| 142 |
"diffEditor.removedTextBackground": "#ffaba866", |
| 143 |
"scrollbar.shadow": "#6e778133", |
| 144 |
"scrollbarSlider.background": "#8c959f33", |
| 145 |
"scrollbarSlider.hoverBackground": "#8c959f45", |
| 146 |
"scrollbarSlider.activeBackground": "#8c959f87", |
| 147 |
"editorOverviewRuler.border": "#ffffff", |
| 148 |
"panel.background": "#f6f8fa", |
| 149 |
"panel.border": "#d0d7de", |
| 150 |
"panelTitle.activeBorder": "#fd8c73", |
| 151 |
"panelTitle.activeForeground": "#24292f", |
| 152 |
"panelTitle.inactiveForeground": "#57606a", |
| 153 |
"panelInput.border": "#d0d7de", |
| 154 |
"debugIcon.breakpointForeground": "#cf222e", |
| 155 |
"debugConsole.infoForeground": "#57606a", |
| 156 |
"debugConsole.warningForeground": "#7d4e00", |
| 157 |
"debugConsole.errorForeground": "#cf222e", |
| 158 |
"debugConsole.sourceForeground": "#9a6700", |
| 159 |
"debugConsoleInputIcon.foreground": "#6639ba", |
| 160 |
"debugTokenExpression.name": "#0550ae", |
| 161 |
"debugTokenExpression.value": "#0a3069", |
| 162 |
"debugTokenExpression.string": "#0a3069", |
| 163 |
"debugTokenExpression.boolean": "#116329", |
| 164 |
"debugTokenExpression.number": "#116329", |
| 165 |
"debugTokenExpression.error": "#a40e26", |
| 166 |
"symbolIcon.arrayForeground": "#953800", |
| 167 |
"symbolIcon.booleanForeground": "#0550ae", |
| 168 |
"symbolIcon.classForeground": "#953800", |
| 169 |
"symbolIcon.colorForeground": "#0a3069", |
| 170 |
"symbolIcon.constructorForeground": "#3e1f79", |
| 171 |
"symbolIcon.enumeratorForeground": "#953800", |
| 172 |
"symbolIcon.enumeratorMemberForeground": "#0550ae", |
| 173 |
"symbolIcon.eventForeground": "#57606a", |
| 174 |
"symbolIcon.fieldForeground": "#953800", |
| 175 |
"symbolIcon.fileForeground": "#7d4e00", |
| 176 |
"symbolIcon.folderForeground": "#7d4e00", |
| 177 |
"symbolIcon.functionForeground": "#6639ba", |
| 178 |
"symbolIcon.interfaceForeground": "#953800", |
| 179 |
"symbolIcon.keyForeground": "#0550ae", |
| 180 |
"symbolIcon.keywordForeground": "#a40e26", |
| 181 |
"symbolIcon.methodForeground": "#6639ba", |
| 182 |
"symbolIcon.moduleForeground": "#a40e26", |
| 183 |
"symbolIcon.namespaceForeground": "#a40e26", |
| 184 |
"symbolIcon.nullForeground": "#0550ae", |
| 185 |
"symbolIcon.numberForeground": "#116329", |
| 186 |
"symbolIcon.objectForeground": "#953800", |
| 187 |
"symbolIcon.operatorForeground": "#0a3069", |
| 188 |
"symbolIcon.packageForeground": "#953800", |
| 189 |
"symbolIcon.propertyForeground": "#953800", |
| 190 |
"symbolIcon.referenceForeground": "#0550ae", |
| 191 |
"symbolIcon.snippetForeground": "#0550ae", |
| 192 |
"symbolIcon.stringForeground": "#0a3069", |
| 193 |
"symbolIcon.structForeground": "#953800", |
| 194 |
"symbolIcon.textForeground": "#0a3069", |
| 195 |
"symbolIcon.typeParameterForeground": "#0a3069", |
| 196 |
"symbolIcon.unitForeground": "#0550ae", |
| 197 |
"symbolIcon.variableForeground": "#953800", |
| 198 |
"symbolIcon.constantForeground": "#116329", |
| 199 |
"terminal.foreground": "#24292f", |
| 200 |
"terminal.ansiBlack": "#24292f", |
| 201 |
"terminal.ansiRed": "#cf222e", |
| 202 |
"terminal.ansiGreen": "#116329", |
| 203 |
"terminal.ansiYellow": "#4d2d00", |
| 204 |
"terminal.ansiBlue": "#0969da", |
| 205 |
"terminal.ansiMagenta": "#8250df", |
| 206 |
"terminal.ansiCyan": "#1b7c83", |
| 207 |
"terminal.ansiWhite": "#6e7781", |
| 208 |
"terminal.ansiBrightBlack": "#57606a", |
| 209 |
"terminal.ansiBrightRed": "#a40e26", |
| 210 |
"terminal.ansiBrightGreen": "#1a7f37", |
| 211 |
"terminal.ansiBrightYellow": "#633c01", |
| 212 |
"terminal.ansiBrightBlue": "#218bff", |
| 213 |
"terminal.ansiBrightMagenta": "#a475f9", |
| 214 |
"terminal.ansiBrightCyan": "#3192aa", |
| 215 |
"terminal.ansiBrightWhite": "#8c959f", |
| 216 |
"editorBracketHighlight.foreground1": "#0969da", |
| 217 |
"editorBracketHighlight.foreground2": "#1a7f37", |
| 218 |
"editorBracketHighlight.foreground3": "#9a6700", |
| 219 |
"editorBracketHighlight.foreground4": "#cf222e", |
| 220 |
"editorBracketHighlight.foreground5": "#bf3989", |
| 221 |
"editorBracketHighlight.foreground6": "#8250df", |
| 222 |
"editorBracketHighlight.unexpectedBracket.foreground": "#57606a", |
| 223 |
"gitDecoration.addedResourceForeground": "#1a7f37", |
| 224 |
"gitDecoration.modifiedResourceForeground": "#9a6700", |
| 225 |
"gitDecoration.deletedResourceForeground": "#cf222e", |
| 226 |
"gitDecoration.untrackedResourceForeground": "#1a7f37", |
| 227 |
"gitDecoration.ignoredResourceForeground": "#6e7781", |
| 228 |
"gitDecoration.conflictingResourceForeground": "#bc4c00", |
| 229 |
"gitDecoration.submoduleResourceForeground": "#57606a", |
| 230 |
"debugToolBar.background": "#ffffff", |
| 231 |
"editor.stackFrameHighlightBackground": "#d4a72c66", |
| 232 |
"editor.focusedStackFrameHighlightBackground": "#4ac26b66", |
| 233 |
"settings.headerForeground": "#57606a", |
| 234 |
"settings.modifiedItemIndicator": "#d4a72c66", |
| 235 |
"welcomePage.buttonBackground": "#f6f8fa", |
| 236 |
"welcomePage.buttonHoverBackground": "#f3f4f6" |
| 237 |
}, |
| 238 |
"semanticHighlighting": true, |
| 239 |
"tokenColors": [ |
| 240 |
{ |
| 241 |
"scope": ["comment", "punctuation.definition.comment", "string.comment"], |
| 242 |
"settings": { |
| 243 |
"foreground": "#6e7781" |
| 244 |
} |
| 245 |
}, |
| 246 |
{ |
| 247 |
"scope": [ |
| 248 |
"constant", |
| 249 |
"entity.name.constant", |
| 250 |
"variable.other.constant", |
| 251 |
"variable.other.enummember", |
| 252 |
"variable.language", |
| 253 |
"entity" |
| 254 |
], |
| 255 |
"settings": { |
| 256 |
"foreground": "#0550ae" |
| 257 |
} |
| 258 |
}, |
| 259 |
{ |
| 260 |
"scope": ["entity.name", "meta.export.default", "meta.definition.variable"], |
| 261 |
"settings": { |
| 262 |
"foreground": "#953800" |
| 263 |
} |
| 264 |
}, |
| 265 |
{ |
| 266 |
"scope": [ |
| 267 |
"variable.parameter.function", |
| 268 |
"meta.jsx.children", |
| 269 |
"meta.block", |
| 270 |
"meta.tag.attributes", |
| 271 |
"entity.name.constant", |
| 272 |
"meta.object.member", |
| 273 |
"meta.embedded.expression" |
| 274 |
], |
| 275 |
"settings": { |
| 276 |
"foreground": "#24292f" |
| 277 |
} |
| 278 |
}, |
| 279 |
{ |
| 280 |
"scope": "entity.name.function", |
| 281 |
"settings": { |
| 282 |
"foreground": "#8250df" |
| 283 |
} |
| 284 |
}, |
| 285 |
{ |
| 286 |
"scope": ["entity.name.tag", "support.class.component"], |
| 287 |
"settings": { |
| 288 |
"foreground": "#116329" |
| 289 |
} |
| 290 |
}, |
| 291 |
{ |
| 292 |
"scope": "keyword", |
| 293 |
"settings": { |
| 294 |
"foreground": "#cf222e" |
| 295 |
} |
| 296 |
}, |
| 297 |
{ |
| 298 |
"scope": ["storage", "storage.type"], |
| 299 |
"settings": { |
| 300 |
"foreground": "#cf222e" |
| 301 |
} |
| 302 |
}, |
| 303 |
{ |
| 304 |
"scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"], |
| 305 |
"settings": { |
| 306 |
"foreground": "#24292f" |
| 307 |
} |
| 308 |
}, |
| 309 |
{ |
| 310 |
"scope": ["string", "string punctuation.section.embedded source"], |
| 311 |
"settings": { |
| 312 |
"foreground": "#0a3069" |
| 313 |
} |
| 314 |
}, |
| 315 |
{ |
| 316 |
"scope": "support", |
| 317 |
"settings": { |
| 318 |
"foreground": "#0550ae" |
| 319 |
} |
| 320 |
}, |
| 321 |
{ |
| 322 |
"scope": "meta.property-name", |
| 323 |
"settings": { |
| 324 |
"foreground": "#0550ae" |
| 325 |
} |
| 326 |
}, |
| 327 |
{ |
| 328 |
"scope": "variable", |
| 329 |
"settings": { |
| 330 |
"foreground": "#953800" |
| 331 |
} |
| 332 |
}, |
| 333 |
{ |
| 334 |
"scope": "variable.other", |
| 335 |
"settings": { |
| 336 |
"foreground": "#24292f" |
| 337 |
} |
| 338 |
}, |
| 339 |
{ |
| 340 |
"scope": "invalid.broken", |
| 341 |
"settings": { |
| 342 |
"fontStyle": "italic", |
| 343 |
"foreground": "#82071e" |
| 344 |
} |
| 345 |
}, |
| 346 |
{ |
| 347 |
"scope": "invalid.deprecated", |
| 348 |
"settings": { |
| 349 |
"fontStyle": "italic", |
| 350 |
"foreground": "#82071e" |
| 351 |
} |
| 352 |
}, |
| 353 |
{ |
| 354 |
"scope": "invalid.illegal", |
| 355 |
"settings": { |
| 356 |
"fontStyle": "italic", |
| 357 |
"foreground": "#82071e" |
| 358 |
} |
| 359 |
}, |
| 360 |
{ |
| 361 |
"scope": "invalid.unimplemented", |
| 362 |
"settings": { |
| 363 |
"fontStyle": "italic", |
| 364 |
"foreground": "#82071e" |
| 365 |
} |
| 366 |
}, |
| 367 |
{ |
| 368 |
"scope": "carriage-return", |
| 369 |
"settings": { |
| 370 |
"fontStyle": "italic underline", |
| 371 |
"background": "#cf222e", |
| 372 |
"foreground": "#f6f8fa", |
| 373 |
"content": "^M" |
| 374 |
} |
| 375 |
}, |
| 376 |
{ |
| 377 |
"scope": "message.error", |
| 378 |
"settings": { |
| 379 |
"foreground": "#82071e" |
| 380 |
} |
| 381 |
}, |
| 382 |
{ |
| 383 |
"scope": "string variable", |
| 384 |
"settings": { |
| 385 |
"foreground": "#0550ae" |
| 386 |
} |
| 387 |
}, |
| 388 |
{ |
| 389 |
"scope": ["source.regexp", "string.regexp"], |
| 390 |
"settings": { |
| 391 |
"foreground": "#0a3069" |
| 392 |
} |
| 393 |
}, |
| 394 |
{ |
| 395 |
"scope": [ |
| 396 |
"string.regexp.character-class", |
| 397 |
"string.regexp constant.character.escape", |
| 398 |
"string.regexp source.ruby.embedded", |
| 399 |
"string.regexp string.regexp.arbitrary-repitition" |
| 400 |
], |
| 401 |
"settings": { |
| 402 |
"foreground": "#0a3069" |
| 403 |
} |
| 404 |
}, |
| 405 |
{ |
| 406 |
"scope": "string.regexp constant.character.escape", |
| 407 |
"settings": { |
| 408 |
"fontStyle": "bold", |
| 409 |
"foreground": "#116329" |
| 410 |
} |
| 411 |
}, |
| 412 |
{ |
| 413 |
"scope": "support.constant", |
| 414 |
"settings": { |
| 415 |
"foreground": "#0550ae" |
| 416 |
} |
| 417 |
}, |
| 418 |
{ |
| 419 |
"scope": "support.variable", |
| 420 |
"settings": { |
| 421 |
"foreground": "#0550ae" |
| 422 |
} |
| 423 |
}, |
| 424 |
{ |
| 425 |
"scope": "support.type.property-name.json", |
| 426 |
"settings": { |
| 427 |
"foreground": "#116329" |
| 428 |
} |
| 429 |
}, |
| 430 |
{ |
| 431 |
"scope": "meta.module-reference", |
| 432 |
"settings": { |
| 433 |
"foreground": "#0550ae" |
| 434 |
} |
| 435 |
}, |
| 436 |
{ |
| 437 |
"scope": "punctuation.definition.list.begin.markdown", |
| 438 |
"settings": { |
| 439 |
"foreground": "#953800" |
| 440 |
} |
| 441 |
}, |
| 442 |
{ |
| 443 |
"scope": ["markup.heading", "markup.heading entity.name"], |
| 444 |
"settings": { |
| 445 |
"fontStyle": "bold", |
| 446 |
"foreground": "#0550ae" |
| 447 |
} |
| 448 |
}, |
| 449 |
{ |
| 450 |
"scope": "markup.quote", |
| 451 |
"settings": { |
| 452 |
"foreground": "#116329" |
| 453 |
} |
| 454 |
}, |
| 455 |
{ |
| 456 |
"scope": "markup.italic", |
| 457 |
"settings": { |
| 458 |
"fontStyle": "italic", |
| 459 |
"foreground": "#24292f" |
| 460 |
} |
| 461 |
}, |
| 462 |
{ |
| 463 |
"scope": "markup.bold", |
| 464 |
"settings": { |
| 465 |
"fontStyle": "bold", |
| 466 |
"foreground": "#24292f" |
| 467 |
} |
| 468 |
}, |
| 469 |
{ |
| 470 |
"scope": ["markup.underline"], |
| 471 |
"settings": { |
| 472 |
"fontStyle": "underline" |
| 473 |
} |
| 474 |
}, |
| 475 |
{ |
| 476 |
"scope": ["markup.strikethrough"], |
| 477 |
"settings": { |
| 478 |
"fontStyle": "strikethrough" |
| 479 |
} |
| 480 |
}, |
| 481 |
{ |
| 482 |
"scope": "markup.inline.raw", |
| 483 |
"settings": { |
| 484 |
"foreground": "#0550ae" |
| 485 |
} |
| 486 |
}, |
| 487 |
{ |
| 488 |
"scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"], |
| 489 |
"settings": { |
| 490 |
"background": "#ffebe9", |
| 491 |
"foreground": "#82071e" |
| 492 |
} |
| 493 |
}, |
| 494 |
{ |
| 495 |
"scope": ["punctuation.section.embedded"], |
| 496 |
"settings": { |
| 497 |
"foreground": "#cf222e" |
| 498 |
} |
| 499 |
}, |
| 500 |
{ |
| 501 |
"scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"], |
| 502 |
"settings": { |
| 503 |
"background": "#dafbe1", |
| 504 |
"foreground": "#116329" |
| 505 |
} |
| 506 |
}, |
| 507 |
{ |
| 508 |
"scope": ["markup.changed", "punctuation.definition.changed"], |
| 509 |
"settings": { |
| 510 |
"background": "#ffd8b5", |
| 511 |
"foreground": "#953800" |
| 512 |
} |
| 513 |
}, |
| 514 |
{ |
| 515 |
"scope": ["markup.ignored", "markup.untracked"], |
| 516 |
"settings": { |
| 517 |
"foreground": "#eaeef2", |
| 518 |
"background": "#0550ae" |
| 519 |
} |
| 520 |
}, |
| 521 |
{ |
| 522 |
"scope": "meta.diff.range", |
| 523 |
"settings": { |
| 524 |
"foreground": "#8250df", |
| 525 |
"fontStyle": "bold" |
| 526 |
} |
| 527 |
}, |
| 528 |
{ |
| 529 |
"scope": "meta.diff.header", |
| 530 |
"settings": { |
| 531 |
"foreground": "#0550ae" |
| 532 |
} |
| 533 |
}, |
| 534 |
{ |
| 535 |
"scope": "meta.separator", |
| 536 |
"settings": { |
| 537 |
"fontStyle": "bold", |
| 538 |
"foreground": "#0550ae" |
| 539 |
} |
| 540 |
}, |
| 541 |
{ |
| 542 |
"scope": "meta.output", |
| 543 |
"settings": { |
| 544 |
"foreground": "#0550ae" |
| 545 |
} |
| 546 |
}, |
| 547 |
{ |
| 548 |
"scope": [ |
| 549 |
"brackethighlighter.tag", |
| 550 |
"brackethighlighter.curly", |
| 551 |
"brackethighlighter.round", |
| 552 |
"brackethighlighter.square", |
| 553 |
"brackethighlighter.angle", |
| 554 |
"brackethighlighter.quote" |
| 555 |
], |
| 556 |
"settings": { |
| 557 |
"foreground": "#57606a" |
| 558 |
} |
| 559 |
}, |
| 560 |
{ |
| 561 |
"scope": "brackethighlighter.unmatched", |
| 562 |
"settings": { |
| 563 |
"foreground": "#82071e" |
| 564 |
} |
| 565 |
}, |
| 566 |
{ |
| 567 |
"scope": ["constant.other.reference.link", "string.other.link"], |
| 568 |
"settings": { |
| 569 |
"foreground": "#0a3069", |
| 570 |
"fontStyle": "underline" |
| 571 |
} |
| 572 |
} |
| 573 |
] |
| 574 |
} |
| 575 |
|