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.

  • actionBar.toggledBackground#dddddd
  • activityBar.activeBorder#007A5E
  • activityBar.background#F4F4F6
  • activityBar.border#E5E5E9
  • activityBar.foreground#007A5E
  • activityBar.inactiveForeground#A8A8B0
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#007A5E
  • breadcrumb.background#F4F4F6
  • breadcrumb.focusForeground#007A5E
  • breadcrumb.foreground#7A7A82
  • button.background#007A5E
  • button.foreground#FFFFFF
  • checkbox.border#919191
  • diffEditor.unchangedRegionBackground#f8f8f8
  • dropdown.background#F9FAFA
  • editor.background#FFFFFF
  • editor.findMatchBackground#007A5E59
  • editor.findMatchHighlightBackground#007A5E20
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#E5EBF1
  • editor.selectionBackground#E6E2DD
  • editor.selectionHighlightBackground#ADD6FF80
  • editor.wordHighlightBackground#007A5E1A
  • editorCursor.foreground#007A5E
  • editorGroup.border#E5E5E9
  • editorGroupHeader.border#00000000
  • editorGroupHeader.tabsBackground#00000000
  • editorIndentGuide.activeBackground1#939393
  • editorIndentGuide.background1#D3D3D3
  • editorSuggestWidget.background#F3F3F3
  • focusBorder#00000000
  • input.background#F9FAFA
  • input.placeholderForeground#767676
  • list.activeSelectionBackground#007A5E26
  • list.activeSelectionIconForeground#FFF
  • list.focusAndSelectionOutline#90C2F9
  • list.focusBackground#F9FAFA
  • list.hoverBackground#E8E8E8
  • list.inactiveSelectionBackground#007A5E18
  • menu.border#D4D4D4
  • notebook.cellBorderColor#E8E8E8
  • notebook.selectedCellBackground#c8ddf150
  • panel.background#F9FAFA
  • panel.border#E5E5E9
  • ports.iconRunningProcessForeground#369432
  • scrollbarSlider.activeBackground#C9C6C188
  • scrollbarSlider.background#C9C6C133
  • scrollbarSlider.hoverBackground#C9C6C155
  • searchEditor.textInputBorder#CECECE
  • settings.numberInputBorder#CECECE
  • settings.textInputBorder#CECECE
  • sideBar.background#F4F4F6
  • sideBar.border#00000000
  • sideBarSectionHeader.background#0000
  • sideBarSectionHeader.border#61616130
  • sideBarTitle.foreground#6F6F6F
  • statusBar.background#F4F4F6
  • statusBar.border#E5E5E9
  • statusBar.debuggingBackground#007A5E
  • statusBar.debuggingForeground#F9FAFA
  • statusBar.foreground#007A5E
  • statusBar.noFolderBackground#F9FAFA
  • statusBarItem.errorBackground#c72e0f
  • statusBarItem.remoteBackground#16825D
  • statusBarItem.remoteForeground#FFF
  • tab.activeBackground#F9FAFA
  • tab.activeBorderTop#007A5E
  • tab.activeForeground#007A5E
  • tab.border#E5E5E9
  • tab.hoverBackground#007A5E14
  • tab.inactiveBackground#F4F4F6
  • tab.inactiveForeground#9A9AA2
  • tab.lastPinnedBorder#61616130
  • tab.selectedBackground#ffffffa5
  • tab.selectedForeground#333333b3
  • terminal.inactiveSelectionBackground#E5EBF1
  • textLink.foreground#3E7CC2
  • titleBar.activeBackground#F4F4F6
  • titleBar.border#E5E5E9
  • titleBar.inactiveBackground#F4F4F6
  • widget.border#d4d4d4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.block, comment.line, comment.block.documentation, punctuation.definition.comment#007400italic
keyword, keyword.control, keyword.control.flow, keyword.operator.new, keyword.other.using, keyword.other.var, storage.modifier, storage.type.class, storage.type.interface, storage.type.enum#804FB8
entity.name.type, entity.name.class, entity.name.interface, entity.name.enum, support.class, support.type, storage.type.primitive#22575C
entity.name.function, support.function, meta.function-call entity.name.function#4A22B0italic
entity.name.namespace, entity.name.type.namespace, storage.type.namespace#3E7F87italic
string, string.quoted, string.template#D22E1B
meta.interpolation, punctuation.definition.template-expression, string.template meta.template.expression#D22E1B
variable.parameter, meta.function.parameters variable.other#027DB0
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key, entity.name.variable.field#AD3EA4
variable, variable.other, variable.other.readwrite#027DB0
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language#2629D7
entity.name.type.attribute, storage.type.attribute, meta.attribute entity.name.function, punctuation.decorator, meta.decorator entity.name.function, meta.decorator variable.other#78492B
entity.name.tag, support.class.component, punctuation.definition.tag#22575C
entity.other.attribute-name, meta.jsx.children entity.other.attribute-name#027DB0
variable.other.enummember#37799D
punctuation, meta.brace, punctuation.separator, punctuation.terminator#6E6E78
keyword.operator, storage.type.function.arrow#6E6E78
comment, comment.block, comment.line, comment.block.documentation, punctuation.definition.comment#007400italic
keyword, keyword.control, keyword.control.flow, keyword.operator.new, keyword.other.using, keyword.other.var, storage.modifier, storage.type.class, storage.type.interface, storage.type.enum#804FB8
entity.name.type, entity.name.class, entity.name.interface, entity.name.enum, support.class, support.type, storage.type.primitive#22575C
entity.name.function, support.function, meta.function-call entity.name.function#4A22B0italic
entity.name.namespace, entity.name.type.namespace, storage.type.namespace#3E7F87italic
string, string.quoted, string.template#D22E1B
meta.interpolation, punctuation.definition.template-expression, string.template meta.template.expression#D22E1B
variable.parameter, meta.function.parameters variable.other#027DB0
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key, entity.name.variable.field#AD3EA4
variable, variable.other, variable.other.readwrite#027DB0
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language#2629D7
entity.name.type.attribute, storage.type.attribute, meta.attribute entity.name.function, punctuation.decorator, meta.decorator entity.name.function, meta.decorator variable.other#78492B
entity.name.tag, support.class.component, punctuation.definition.tag#22575C
entity.other.attribute-name, meta.jsx.children entity.other.attribute-name#027DB0
variable.other.enummember#37799D
punctuation, meta.brace, punctuation.separator, punctuation.terminator#6E6E78
keyword.operator, storage.type.function.arrow#6E6E78
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#795E26
support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#267f99
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class, punctuation.separator.namespace.ruby#267f99
keyword.control, source.cpp keyword.operator.new, source.cpp keyword.operator.delete, keyword.other.using, keyword.other.directive.using, keyword.other.operator, entity.name.operator#AF00DB
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#001080
variable.other.constant, variable.other.enummember#0070C1
meta.object-literal.key#001080
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0451a5
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#d16969
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#811f3f
keyword.operator.quantifier.regexp#000000
keyword.operator.or.regexp, keyword.control.anchor.regexp#EE0000
constant.character, constant.other.option#0000ff
constant.character.escape#EE0000
entity.name.label#000000
comment, comment.block, comment.line, comment.block.documentation, punctuation.definition.comment#007400italic
keyword, keyword.control, keyword.control.flow, keyword.operator.new, keyword.other.using, keyword.other.var, storage.modifier, storage.type.class, storage.type.interface, storage.type.enum#804FB8
entity.name.type, entity.name.class, entity.name.interface, entity.name.enum, support.class, support.type, storage.type.primitive#22575C
entity.name.function, support.function, meta.function-call entity.name.function#4A22B0italic
entity.name.namespace, entity.name.type.namespace, storage.type.namespace#3E7F87italic
string, string.quoted, string.template#D22E1B
meta.interpolation, punctuation.definition.template-expression, string.template meta.template.expression#D22E1B
variable.parameter, meta.function.parameters variable.other#027DB0
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key, entity.name.variable.field#AD3EA4
variable, variable.other, variable.other.readwrite#027DB0
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined, constant.language#2629D7
entity.name.type.attribute, storage.type.attribute, meta.attribute entity.name.function, punctuation.decorator, meta.decorator entity.name.function, meta.decorator variable.other#78492B
entity.name.tag, support.class.component, punctuation.definition.tag#22575C
entity.other.attribute-name, meta.jsx.children entity.other.attribute-name#027DB0
variable.other.enummember#37799D
punctuation, meta.brace, punctuation.separator, punctuation.terminator#6E6E78
keyword.operator, storage.type.function.arrow#6E6E78
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#795E26
support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#267f99
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class, punctuation.separator.namespace.ruby#267f99
keyword.control, source.cpp keyword.operator.new, source.cpp keyword.operator.delete, keyword.other.using, keyword.other.directive.using, keyword.other.operator, entity.name.operator#AF00DB
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#001080
variable.other.constant, variable.other.enummember#0070C1
meta.object-literal.key#001080
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0451a5
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#d16969
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#811f3f
keyword.operator.quantifier.regexp#000000
keyword.operator.or.regexp, keyword.control.anchor.regexp#EE0000
constant.character, constant.other.option#0000ff
constant.character.escape#EE0000
entity.name.label#000000
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#000000ff
emphasisitalic
strongbold
meta.diff.header#000080
comment#008000
constant.language#0000ff
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#098658
constant.regexp#811f3f
entity.name.tag#800000
entity.name.selector#800000
entity.other.attribute-name#e50000
entity.other.attribute-name.class.css, source.css entity.other.attribute-name.class, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.parent.less, source.css entity.other.attribute-name.pseudo-class, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#800000
invalid#cd3131
markup.underlineunderline
markup.bold#000080bold
markup.heading#800000bold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#098658
markup.deleted#a31515
markup.changed#0451a5
punctuation.definition.quote.begin.markdown, punctuation.definition.list.begin.markdown#0451a5
markup.inline.raw#800000
punctuation.definition.tag#800000
meta.preprocessor, entity.name.function.preprocessor#0000ff
meta.preprocessor.string#a31515
meta.preprocessor.numeric#098658
meta.structure.dictionary.key.python#0451a5
storage#0000ff
storage.type#0000ff
storage.modifier, keyword.operator.noexcept#0000ff
string, meta.embedded.assembly#a31515
string.comment.buffered.block.pug, string.quoted.pug, string.interpolated.pug, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.single.yaml, string.quoted.double.xml, string.quoted.single.xml, string.unquoted.cdata.xml, string.quoted.double.html, string.quoted.single.html, string.unquoted.html, string.quoted.single.handlebars, string.quoted.double.handlebars#0000ff
string.regexp#811f3f
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#0000ff
meta.template.expression#000000
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0451a5
support.type.vendored.property-name, support.type.property-name, source.css variable, source.coffee.embedded#e50000
support.type.property-name.json#0451a5
keyword#0000ff
keyword.control#0000ff
keyword.operator#000000
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#0000ff
keyword.other.unit#098658
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#800000
support.function.git-rebase#0451a5
constant.sha.git-rebase#098658
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#000000
variable.language#0000ff