Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBorder#0078d4
  • activityBar.background#181818
  • activityBar.border#ffffff15
  • activityBar.foreground#d7d7d7
  • activityBar.inactiveForeground#ffffff80
  • activityBarBadge.background#BCBEC4
  • activityBarBadge.foreground#191a1c
  • badge.background#0078d4
  • badge.foreground#ffffff
  • button.background#0078d4
  • button.border#ffffff12
  • button.foreground#ffffff
  • button.hoverBackground#0078d4e6
  • button.secondaryBackground#FFFFFF0F
  • button.secondaryForeground#BCBEC4
  • button.secondaryHoverBackground#ffffff15
  • checkbox.background#313131
  • checkbox.border#ffffff1f
  • debugToolBar.background#181818
  • descriptionForeground#8b949e
  • diffEditor.insertedLineBackground#23863633
  • diffEditor.insertedTextBackground#2386364d
  • diffEditor.removedLineBackground#da363333
  • diffEditor.removedTextBackground#da36334d
  • dropdown.background#313131
  • dropdown.border#ffffff1f
  • dropdown.foreground#BCBEC4
  • dropdown.listBackground#313131
  • editor.background#1C1C1C
  • editor.findMatchBackground#9e6a03
  • editor.foreground#CFD2D5FF
  • editorGroup.border#ffffff17
  • editorGroupHeader.tabsBackground#181818
  • editorGroupHeader.tabsBorder#ffffff15
  • editorGutter.addedBackground#2ea043
  • editorGutter.deletedBackground#f85149
  • editorGutter.modifiedBackground#0078d4
  • editorIndentGuide.activeBackground1#555353
  • editorIndentGuide.background1#2e2c2c55
  • editorInlayHint.background#8b949e33
  • editorInlayHint.foreground#8b949e
  • editorInlayHint.typeBackground#8b949e33
  • editorInlayHint.typeForeground#8b949e
  • editorLineNumber.activeForeground#A1A3AB
  • editorLineNumber.foreground#4B5059
  • editorOverviewRuler.border#010409
  • editorWidget.background#1E1F22
  • errorForeground#f85149
  • focusBorder#0078d4
  • foreground#BCBEC4
  • icon.foreground#BCBEC4
  • input.background#2a2a2a
  • input.border#ffffff1f
  • input.foreground#BCBEC4
  • input.placeholderForeground#ffffff79
  • inputOption.activeBackground#2489db82
  • inputOption.activeBorder#2488db
  • keybindingLabel.foreground#BCBEC4
  • list.activeSelectionBackground#323232
  • list.activeSelectionForeground#ffffff
  • list.activeSelectionIconForeground#ffffff
  • menu.background#1E1F22
  • notificationCenterHeader.background#1E1F22
  • notificationCenterHeader.foreground#BCBEC4
  • notifications.background#1E1F22
  • notifications.border#ffffff15
  • notifications.foreground#BCBEC4
  • panel.background#181818
  • panel.border#ffffff15
  • panelInput.border#ffffff15
  • panelTitle.activeBorder#0078d4
  • panelTitle.activeForeground#BCBEC4
  • panelTitle.inactiveForeground#8b949e
  • peekViewEditor.background#1E1F22
  • peekViewEditor.matchHighlightBackground#bb800966
  • peekViewResult.background#1E1F22
  • peekViewResult.matchHighlightBackground#bb800966
  • pickerGroup.border#ffffff15
  • pickerGroup.foreground#8b949e
  • progressBar.background#0078d4
  • quickInput.background#1E1F22
  • quickInput.foreground#BCBEC4
  • scrollbar.shadow#484f5833
  • scrollbarSlider.activeBackground#6e768187
  • scrollbarSlider.background#6e768133
  • scrollbarSlider.hoverBackground#6e768145
  • settings.dropdownBackground#313131
  • settings.dropdownBorder#ffffff1f
  • settings.headerForeground#ffffff
  • settings.modifiedItemIndicator#bb800966
  • sideBar.background#181818
  • sideBar.border#ffffff15
  • sideBar.foreground#BCBEC4
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.border#ffffff15
  • sideBarSectionHeader.foreground#BCBEC4
  • sideBarTitle.foreground#BCBEC4
  • statusBar.background#181818
  • statusBar.border#ffffff15
  • statusBar.debuggingBackground#0078d4
  • statusBar.debuggingForeground#ffffff
  • statusBar.focusBorder#0078d4
  • statusBar.foreground#BCBEC4
  • statusBar.noFolderBackground#1E1F22
  • statusBarItem.focusBorder#0078d4
  • statusBarItem.prominentBackground#6e768166
  • statusBarItem.remoteBackground#0078d4
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#1E1F22
  • tab.activeBorder#1E1F22
  • tab.activeBorderTop#0078d4
  • tab.activeForeground#ffffff
  • tab.border#ffffff15
  • tab.hoverBackground#1E1F22
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#ffffff80
  • tab.unfocusedActiveBorder#1E1F22
  • tab.unfocusedActiveBorderTop#ffffff15
  • tab.unfocusedHoverBackground#6e76811a
  • terminal.foreground#CFD2D5FF
  • terminal.tab.activeBorder#0078d4
  • textBlockQuote.background#010409
  • textBlockQuote.border#ffffff14
  • textCodeBlock.background#6e768166
  • textLink.activeForeground#40A6FF
  • textLink.foreground#40A6FF
  • textSeparator.foreground#21262d
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#BCBEC4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1E1F22
  • titleBar.inactiveForeground#8b949e
  • welcomePage.progress.foreground#0078d4
  • welcomePage.tileBackground#ffffff0f
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7E85
comment.block.documentation, comment.block.javadoc, comment.block.jsdoc, comment.block.documentation.ts, comment.block.documentation.js#5F826Bitalic
keyword.other.documentation, storage.type.class.jsdoc, storage.type.class.doc, punctuation.definition.block.tag.jsdoc, keyword.other.documentation.javadoc#67A37C
variable.other.jsdoc, entity.name.type.instance.jsdoc, comment.block.documentation variable, comment.block.javadoc variable#ABADB3
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.logical.python, storage.type, storage.modifier, constant.language#75a2be
string, string.quoted, string.template, punctuation.definition.string#6AAB73
constant.character.escape, string constant.character.escape#75a2be
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal, constant.numeric.binary#DDA52D
constant.language, constant.language.boolean, constant.language.null, constant.language.undefined#75a2be
string.regexp, keyword.other.regex#42C3D4
constant.other.character-class.regexp, constant.character.character-class.regexp#B2AE60bold
keyword.operator.quantifier.regexp, keyword.operator.or.regexp, keyword.operator.negation.regexp#75a2be
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.logical, punctuation.separator.key-value#CFD2D5FF
punctuation, punctuation.definition.block, punctuation.definition.parameters, punctuation.definition.arguments, punctuation.section, punctuation.separator, punctuation.terminator, meta.brace#CFD2D5FF
entity.name.function, meta.function-call.generic, support.function#EEE8A9
meta.method-call, entity.name.function.member#EEE8A9
entity.name.type, entity.name.class, entity.other.inherited-class, support.class, support.type, entity.name.type.class#CFD2D5FF
entity.name.type.interface, entity.other.attribute-name.class.mixin#CFD2D5FF
entity.name.type.parameter, storage.type.generic#16BAAC
variable, variable.other, variable.other.readwrite#CFD2D5FF
variable.language.this, variable.language.self, variable.language.super#75a2be
variable.other.constant, entity.name.constant#C77DBBFFitalic
variable.other.property, variable.other.object.property, meta.object-literal.key, support.variable.property#C77DBBFF
variable.parameter, meta.function.parameter, entity.name.variable.parameter#CFD2D5FF
meta.decorator, entity.name.function.decorator, storage.type.annotation, punctuation.definition.annotation, meta.annotation#B3AE60
entity.name.label, punctuation.definition.label#32B8AF
variable.other.template, punctuation.definition.template-expression, punctuation.section.embedded#B189F5
comment.line.todo, keyword.other.todo, punctuation.definition.tag.todo#8BB33Ditalic
invalid.deprecatedstrikethrough
invalid, invalid.illegal#F75464
entity.name.tag.xml, entity.name.tag.localname.xml, punctuation.definition.tag.xml, punctuation.definition.tag.begin.xml, punctuation.definition.tag.end.xml#D5B778
entity.name.tag.namespace.xml, entity.other.attribute-name.namespace.xml#2FBAA3
entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml#CFD2D5FF
string.quoted.double.xml, string.quoted.single.xml#6AAB73
constant.character.entity.xml, punctuation.definition.constant.xml#EEE8A9
string.unquoted.cdata.xml#CFD2D5FF
meta.tag.preprocessor.xml, entity.name.tag.xml.prologue, punctuation.definition.tag.xml.prologue#D5B778
comment.block.xml#7A7E85
entity.name.tag.html, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#D5B778
entity.name.tag.other.html, support.class.component#2FBAA3
entity.other.attribute-name.html#CFD2D5FF
string.quoted.double.html, string.quoted.single.html#6AAB73
constant.character.entity.html, punctuation.definition.entity.html#EEE8A9
entity.name.tag.doctype.html, meta.tag.sgml.doctype.html, keyword.other.doctype.html#75a2be
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D5B778
support.type.property-name.css, meta.property-name.css#CFD2D5FF
support.constant.property-value.css, meta.property-value.css, constant.other.color.rgb-value.css, constant.other.rgb-value.css#EEE8A9
keyword.other.unit.css, keyword.other.unit.rem.css, keyword.other.unit.em.css, keyword.other.unit.px.css, keyword.other.unit.percentage.css#DDA52D
constant.numeric.css#DDA52D
keyword.other.important.css#75a2bebold
variable.parameter.url.css, support.function.url.css#5C92FF
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#D5B778
keyword.control.at-rule.css, keyword.control.at-rule.media.css, keyword.control.at-rule.import.css, keyword.control.at-rule.keyframes.css#75a2be
support.function.calc.css, support.function.transform.css, support.function.gradient.css, support.function.misc.css#EEE8A9
string.quoted.double.css, string.quoted.single.css#6AAB73
variable.other.less#C77DBBFF
entity.other.mixin.less, entity.name.mixin.less#EEE8A9
variable.scss, variable.sass#C77DBBFF
entity.name.function.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.include.scss#EEE8A9
source.js, source.ts, source.jsx, source.tsx#CFD2D5FF
keyword.control.js, keyword.control.ts, keyword.operator.new.js, keyword.operator.new.ts, storage.type.js, storage.type.ts, storage.type.function.js, storage.type.function.ts, storage.type.function.arrow.js, storage.type.function.arrow.ts, storage.modifier.js, storage.modifier.ts, keyword.control.import.js, keyword.control.import.ts, keyword.control.export.js, keyword.control.export.ts, keyword.control.from.js, keyword.control.from.ts, keyword.control.default.js, keyword.control.default.ts#75a2be
variable.language.this.js, variable.language.this.ts, variable.language.this.jsx, variable.language.this.tsx#75a2be
constant.language.js, constant.language.ts, constant.language.boolean.true.js, constant.language.boolean.false.js, constant.language.boolean.true.ts, constant.language.boolean.false.ts, constant.language.null.js, constant.language.null.ts, constant.language.undefined.js, constant.language.undefined.ts#75a2be
entity.name.function.js, entity.name.function.ts, entity.name.function.jsx, entity.name.function.tsx, support.function.js, support.function.ts, meta.function-call.js entity.name.function.js, meta.function-call.ts entity.name.function.ts#EEE8A9
meta.method-call.js, meta.method-call.ts, entity.name.function.member.js, entity.name.function.member.ts#57AAF7
variable.other.js, variable.other.ts, variable.parameter.js, variable.parameter.ts#CFD2D5FF
variable.other.property.js, variable.other.property.ts, meta.object-literal.key.js, meta.object-literal.key.ts#C77DBBFF
variable.other.constant.js, variable.other.constant.ts#C77DBBFFitalic
entity.name.type.js, entity.name.type.ts, entity.name.type.class.js, entity.name.type.class.ts, entity.name.type.interface.ts, support.type.builtin.ts, entity.name.type.enum.ts#CFD2D5FF
entity.name.type.parameter.ts, entity.name.type.parameter.tsx#16BAAC
string.quoted.double.js, string.quoted.single.js, string.template.js, string.quoted.double.ts, string.quoted.single.ts, string.template.ts#6AAB73
punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.end.js, punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.end.ts#B189F5
constant.numeric.js, constant.numeric.ts, constant.numeric.decimal.js, constant.numeric.decimal.ts#DDA52D
string.regexp.js, string.regexp.ts#42C3D4
meta.decorator.js, meta.decorator.ts, punctuation.decorator.js, punctuation.decorator.ts#B3AE60
comment.line.double-slash.js, comment.line.double-slash.ts, comment.block.js, comment.block.ts#7A7E85
comment.block.documentation.js, comment.block.documentation.ts#5F826Bitalic
entity.name.tag.jsx, entity.name.tag.tsx, support.class.component.jsx, support.class.component.tsx#D5B778
support.class.component.jsx, support.class.component.tsx, entity.name.tag.component.jsx, entity.name.tag.component.tsx#2FBAA3
entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#CFD2D5FF
variable.other.global.js, support.variable.js, support.variable.ts#C77DBAitalic
source.kotlin#CFD2D5FF
keyword.control.kotlin, storage.type.kotlin, storage.modifier.kotlin, keyword.other.kotlin, keyword.operator.declaration.kotlin, keyword.soft.kotlin#75a2be
entity.name.function.gradle, support.function.gradle, entity.name.tag.gradle#75a2be
entity.name.function.definition.kotlin, entity.name.function.declaration.kotlin#EEE8A9
entity.name.function.kotlin, entity.name.function.call.kotlin, support.function.kotlin#CFD2D5FF
entity.name.type.class.kotlin, entity.name.type.interface.kotlin, entity.name.type.enum.kotlin, support.type.kotlin#CFD2D5FF
entity.name.type.parameter.kotlin#16BAAC
variable.other.kotlin, variable.parameter.kotlin#CFD2D5FF
variable.other.property.kotlin#C77DBBFF
entity.name.label.kotlin, keyword.other.label.kotlin#32B8AF
variable.other.named-argument.kotlin#56C1D6
storage.type.annotation.kotlin, punctuation.definition.annotation.kotlin#B3AE60
string.quoted.double.kotlin, string.quoted.single.kotlin, string.quoted.triple.kotlin#6AAB73
constant.numeric.kotlin#DDA52D
comment.line.double-slash.kotlin, comment.block.kotlin#7A7E85
comment.block.documentation.kotlin#5F826Bitalic
punctuation.definition.template-expression.begin.kotlin, punctuation.definition.template-expression.end.kotlin, variable.other.template.kotlin, entity.name.variable.kotlin#75a2be
constant.character.escape.kotlin#75a2be
keyword.operator.kotlin, keyword.operator.comparison.kotlin, keyword.operator.assignment.kotlin, keyword.operator.arithmetic.kotlin#CFD2D5FF
punctuation.separator.kotlin, punctuation.section.kotlin#CFD2D5FF
constant.language.kotlin, constant.language.boolean.kotlin, constant.language.null.kotlin, keyword.constant.kotlin, constant.language.boolean.true.kotlin, constant.language.boolean.false.kotlin#75a2be
entity.name.type.class.kotlin, storage.type.generic.kotlin, entity.other.inherited-class.kotlin#CFD2D5FF
heading.1.markdown, heading.2.markdown, heading.3.markdown, heading.4.markdown, heading.5.markdown, heading.6.markdown, markup.heading.markdown, punctuation.definition.heading.markdown#75a2bebold
markup.bold.markdown#CFD2D5FFbold
markup.italic.markdown#CFD2D5FFitalic
string.other.link.title.markdown, string.other.link.description.markdown, markup.underline.link.markdown#EEE8A9
markup.underline.link.markdown#EEE8A9underline
markup.inline.raw.string.markdown#CED0D6
markup.fenced_code.block.markdown#CED0D6
fenced_code.block.language.markdown#7A7E85
markup.quote.markdown, punctuation.definition.quote.begin.markdown#7A7E85italic
punctuation.definition.list.begin.markdown#75a2be
markup.strikethrough.markdown#7A7E85strikethrough
markup.raw.markdown#6AAB73
entity.name.tag.yaml, support.type.property-name.yaml#75a2be
string.unquoted.yaml, string.unquoted.plain.yaml, string.unquoted.plain.out.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml#CFD2D5FF
string.quoted.double.yaml, string.quoted.single.yaml#6AAB73
entity.name.type.anchor.yaml, variable.other.alias.yaml, punctuation.definition.anchor.yaml, punctuation.definition.alias.yaml#B189F5
keyword.control.directive.yaml, punctuation.definition.directive.yaml#75a2be
constant.numeric.yaml#DDA52D
constant.language.yaml#75a2be
comment.line.number-sign.yaml#7A7E85
punctuation.separator.key-value.yaml, punctuation.definition.block.sequence.item.yaml#CFD2D5FF
keyword.other.sql, keyword.control.sql, keyword.operator.sql, storage.modifier.sql#75a2be
storage.type.sql, support.type.sql#CFD2D5FF
support.function.sql, entity.name.function.sql#75a2be
entity.name.table.sql, entity.name.column.sql#CFD2D5FF
string.quoted.double.sql, string.quoted.single.sql#6AAB73
constant.numeric.sql#DDA52D
comment.line.double-dash.sql, comment.block.sql#7A7E85
keyword.operator.comparison.sql, keyword.operator.arithmetic.sql, keyword.operator.logical.sql#CFD2D5FF
keyword.other.dockerfile, keyword.control.dockerfile, storage.type.dockerfile#75a2be
entity.name.function.dockerfile, keyword.other.special-method.dockerfile#75a2be
variable.other.dockerfile#C77DBBFF
string.quoted.double.dockerfile, string.quoted.single.dockerfile#6AAB73
comment.line.number-sign.dockerfile#7A7E85
support.other.image.dockerfile#CFD2D5FF
keyword.control.groovy, storage.type.groovy, storage.modifier.groovy, keyword.other.groovy#75a2be
entity.name.function.groovy#EEE8A9
entity.name.type.class.groovy, storage.type.groovy#CFD2D5FF
variable.other.groovy, variable.parameter.groovy#CFD2D5FF
variable.other.property.groovy#C77DBBFF
storage.type.annotation.groovy, punctuation.definition.annotation.groovy#B3AE60
string.quoted.double.groovy, string.quoted.single.groovy#6AAB73
string.interpolated.groovy#6AAB73
constant.numeric.groovy#DDA52D
comment.line.double-slash.groovy, comment.block.groovy#7A7E85
comment.block.documentation.groovy#5F826Bitalic
support.type.property-name.properties, keyword.other.definition.properties, support.constant.java-properties, keyword.other.definition.ini, support.type.property-name.ini#75a2be
string.unquoted.properties#6AAB73
comment.line.number-sign.properties, comment.line.hash.properties#7A7E85
punctuation.separator.key-value.properties#CFD2D5FF
variable.other.interpolated.properties, constant.other.placeholder.properties, string.interpolated.properties, punctuation.definition.variable.properties#75a2be
keyword.control.shell, keyword.operator.shell, storage.type.shell, storage.modifier.shell#75a2be
entity.name.function.shell, support.function.shell#EEE8A9
variable.other.shell, variable.other.normal.shell, punctuation.definition.variable.shell#C77DBBFF
string.quoted.double.shell, string.quoted.single.shell#6AAB73
constant.numeric.shell#DDA52D
comment.line.number-sign.shell#7A7E85
keyword.operator.shell, keyword.operator.pipe.shell, keyword.operator.redirect.shell#CFD2D5FF
keyword.control.python, keyword.operator.python, storage.type.python, storage.modifier.python#75a2be
entity.name.function.python, support.function.python#EEE8A9
support.function.magic.python#EEE8A9
entity.name.type.class.python, support.type.python#CFD2D5FF
variable.language.self.python, variable.language.cls.python#75a2be
variable.other.python, variable.parameter.python#CFD2D5FF
variable.other.property.python#C77DBBFF
entity.name.function.decorator.python, punctuation.definition.decorator.python, meta.function.decorator.python#B3AE60
string.quoted.double.python, string.quoted.single.python, string.quoted.docstring.python#6AAB73
constant.numeric.python#DDA52D
comment.line.number-sign.python#7A7E85
string.quoted.docstring.multi.python#5F826Bitalic
keyword.control.go, keyword.operator.go, storage.type.go#75a2be
entity.name.function.go, support.function.go#EEE8A9
entity.name.type.go, support.type.go#CFD2D5FF
variable.other.go, variable.parameter.go#CFD2D5FF
variable.other.property.go#C77DBBFF
string.quoted.double.go, string.quoted.single.go, string.quoted.raw.go#6AAB73
constant.numeric.go#DDA52D
comment.line.double-slash.go, comment.block.go#7A7E85
keyword.control.rust, keyword.operator.rust, storage.type.rust, storage.modifier.rust#75a2be
entity.name.function.rust, support.function.rust#EEE8A9
entity.name.function.macro.rust, support.macro.rust#75a2be
entity.name.type.rust, entity.name.type.struct.rust, entity.name.type.enum.rust, entity.name.type.trait.rust, support.type.rust#CFD2D5FF
entity.name.type.parameter.rust#16BAAC
punctuation.definition.lifetime.rust, entity.name.lifetime.rust#16BAAC
variable.other.rust, variable.parameter.rust#CFD2D5FF
variable.other.property.rust, variable.other.member.rust#C77DBBFF
string.quoted.double.rust, string.quoted.single.rust#6AAB73
constant.numeric.rust#DDA52D
comment.line.double-slash.rust, comment.block.rust#7A7E85
comment.block.documentation.rust, comment.line.documentation.rust#5F826Bitalic
keyword.control.c, keyword.control.cpp, storage.type.c, storage.type.cpp, storage.modifier.c, storage.modifier.cpp#75a2be
meta.preprocessor.c, meta.preprocessor.cpp, keyword.control.directive.c, keyword.control.directive.cpp#75a2be
entity.name.function.c, entity.name.function.cpp#EEE8A9
entity.name.type.c, entity.name.type.cpp, entity.name.type.class.cpp, entity.name.type.struct.cpp#CFD2D5FF
entity.name.type.parameter.cpp#16BAAC
variable.other.c, variable.other.cpp, variable.parameter.c, variable.parameter.cpp#CFD2D5FF
variable.other.property.c, variable.other.property.cpp, variable.other.member.c, variable.other.member.cpp#C77DBBFF
string.quoted.double.c, string.quoted.single.c, string.quoted.double.cpp, string.quoted.single.cpp#6AAB73
constant.numeric.c, constant.numeric.cpp#DDA52D
comment.line.double-slash.c, comment.line.double-slash.cpp, comment.block.c, comment.block.cpp#7A7E85
comment.block.documentation.c, comment.block.documentation.cpp#5F826Bitalic
keyword.control.csharp, storage.type.csharp, storage.modifier.csharp#75a2be
entity.name.function.csharp#EEE8A9
entity.name.type.class.csharp, entity.name.type.struct.csharp, entity.name.type.interface.csharp, entity.name.type.enum.csharp#CFD2D5FF
entity.name.type.parameter.csharp#16BAAC
variable.other.csharp, variable.parameter.csharp#CFD2D5FF
variable.other.property.csharp#C77DBBFF
meta.attribute.csharp, entity.name.type.attribute.csharp#B3AE60
string.quoted.double.csharp, string.quoted.single.csharp#6AAB73
constant.numeric.csharp#DDA52D
comment.line.double-slash.csharp, comment.block.csharp#7A7E85
comment.block.documentation.csharp#5F826Bitalic
keyword.control.php, storage.type.php, storage.modifier.php#75a2be
entity.name.function.php, support.function.php#EEE8A9
entity.name.type.class.php, entity.name.type.interface.php#CFD2D5FF
variable.other.php, variable.parameter.php, punctuation.definition.variable.php#C77DBBFF
variable.other.property.php#C77DBBFF
variable.language.this.php#75a2be
string.quoted.double.php, string.quoted.single.php#6AAB73
constant.numeric.php#DDA52D
comment.line.double-slash.php, comment.block.php#7A7E85
comment.block.documentation.phpdoc.php#5F826Bitalic
keyword.control.ruby, keyword.operator.ruby, storage.type.ruby, storage.modifier.ruby#75a2be
entity.name.function.ruby, support.function.ruby#EEE8A9
entity.name.type.class.ruby, entity.name.type.module.ruby#CFD2D5FF
variable.other.ruby, variable.parameter.ruby#CFD2D5FF
variable.other.readwrite.instance.ruby#C77DBBFF
variable.other.readwrite.class.ruby#C77DBBFFitalic
constant.language.symbol.ruby#DDA52D
string.quoted.double.ruby, string.quoted.single.ruby#6AAB73
constant.numeric.ruby#DDA52D
comment.line.number-sign.ruby, comment.block.ruby#7A7E85
comment.block.documentation.ruby#5F826Bitalic
support.type.property-name.json, entity.name.key.json, meta.structure.dictionary.key.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json#C77DBBFF
string.quoted.double.json#6AAB73
constant.numeric.json#DDA52D
constant.language.boolean.json, constant.language.null.json#75a2be
punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json, punctuation.definition.array.begin.json, punctuation.definition.array.end.json, punctuation.separator.dictionary.key-value.json, punctuation.separator.dictionary.pair.json#CFD2D5FF
comment.line.double-slash.json, comment.block.json#7A7E85
support.type.property-name.toml, entity.name.tag.toml#75a2be
entity.name.section.toml#D5B778
string.quoted.double.toml, string.quoted.single.toml, string.quoted.triple.toml#6AAB73
constant.numeric.toml#DDA52D
constant.language.toml#75a2be
comment.line.number-sign.toml#7A7E85
keyword.other.definition.ini#75a2be
entity.name.section.group-title.ini#D5B778
source.ini#6AAB73
comment.line.semicolon.ini, comment.line.number-sign.ini#7A7E85
entity.name.function.target.makefile#EEE8A9
variable.other.makefile#C77DBBFF
meta.scope.prerequisites.makefile#CFD2D5FF
comment.line.number-sign.makefile#7A7E85
markup.inserted.diff, punctuation.definition.inserted.diff#73BD79
markup.deleted.diff, punctuation.definition.deleted.diff#F75464
markup.changed.diff#70AEFF
meta.diff.header#EEE8A9
meta.diff.range, punctuation.definition.range.diff#B189F5
keyword.graphql, keyword.type.graphql#75a2be
support.type.graphql#CFD2D5FF
variable.graphql#C77DBBFF
variable.arguments.graphql#CFD2D5FF
string.graphql#6AAB73
comment.line.graphql#7A7E85
source.java, meta.class.java, meta.class.body.java, meta.method.java, meta.method.body.java#CFD2D5FF
punctuation.definition.parameters.varargs.java, punctuation.separator.delimiter.java, punctuation.definition.annotation-arguments.begin.bracket.round.java, punctuation.definition.annotation-arguments.end.bracket.round.java, keyword.control.ternary.java, source.java punctuation.definition.parameters.begin.bracket.round.java, source.java punctuation.definition.parameters.end.bracket.round.java, punctuation.definition.parameters.begin.bracket.round.java, punctuation.definition.parameters.end.bracket.round.java, punctuation.section.block.begin.java, punctuation.section.block.end.java, punctuation.section.class.begin.java, punctuation.section.class.end.java, punctuation.section.inner-class.begin.java, punctuation.section.inner-class.end.java, punctuation.section.class.begin.bracket.curly.java, punctuation.section.class.end.bracket.curly.java, punctuation.section.method.begin.bracket.curly.java, punctuation.section.method.end.bracket.curly.java, punctuation.definition.method-parameters.begin.java, punctuation.definition.method-parameters.end.java, punctuation.section.method.begin.java, punctuation.section.method.end.java, punctuation.separator.period.java, punctuation.bracket.angle.java, punctuation.bracket.square.java#CFD2D5FF
entity.name.type.class.java, entity.other.inherited-class.java, storage.type.java, storage.type.generic.java, storage.type.function.arrow.java, storage.type.generic.wildcard.java#CFD2D5FF
variable.parameter.java, variable.other.object.java, meta.definition.variable.name.java, variable.other.definition.java, meta.method-call.java#CFD2D5FF
entity.name.function.java, meta.method.identifier.java#eee8a9
meta.method-call.java entity.name.function.java#cfd2d5
variable.language.this.java, constant.language.java, storage.modifier.java, storage.modifier.implements.java, storage.modifier.extends.java, keyword.control.java, keyword.control.try.java, keyword.control.throw.java, keyword.control.catch.java, keyword.control.new.java, keyword.other.package.java, keyword.other.import.java, keyword.operator.instanceof.java, storage.type.primitive.java, storage.type.primitive.array.java, storage.type.local.java, variable.other.object.property.java#75a2be
storage.type.annotation.java, punctuation.definition.annotation.java#75A2BE
meta.method.body.java meta.definition.variable.java variable.other.definition.java#cfd2d5underline
constant.other.enum.java, meta.declaration.annotation.java variable.other.object.property.java, meta.method-call.java variable.other.object.property.java, meta.function-call.java variable.other.object.property.java#c77dbbitalic
source.java constant.numeric, constant.numeric.java#DDA52D
comment.block.javadoc.java, comment.block.javadoc.java punctuation.definition.comment.java#5F826Bitalic
source.java comment.line.double-slash, comment.line.double-slash.java, source.java comment.block.documentation, comment.block.documentation.java#7A7E85
source.java string, string.quoted.double.java, string.quoted.single.java#6AAB73