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.background#F5F5F5
  • activityBar.border#E0E0E0
  • activityBar.foreground#616161
  • activityBarBadge.background#FFBF3B
  • activityBarBadge.foreground#2C2C2C
  • badge.background#FFBF3B
  • badge.foreground#2C2C2C
  • breadcrumb.activeSelectionForeground#B8860B
  • breadcrumb.background#F5F5F5
  • breadcrumb.foreground#8B7355
  • button.background#FFBF3B
  • button.foreground#2C2C2C
  • button.hoverBackground#FFCFA8
  • debugToolBar.background#FAFAFA
  • diffEditor.insertedLineBackground#4CAF5015
  • diffEditor.insertedTextBackground#388E3C1c
  • diffEditor.insertedTextBorder#9E9E9E
  • diffEditor.removedLineBackground#F4433615
  • diffEditor.removedTextBackground#F4433640
  • editor.background#FEFEFE
  • editor.findMatchBackground#FFBF3B40
  • editor.findMatchBorder#FFBF3B
  • editor.findMatchHighlightBackground#FFBF3B20
  • editor.foreground#2C2C2C
  • editor.selectionBackground#FFBF3B23
  • editor.selectionHighlightBackground#FFBF3B20
  • editor.wordHighlightBackground#FFBF3B23
  • editorBracketHighlight.foreground1#B8860B
  • editorBracketHighlight.foreground2#8B7355
  • editorBracketHighlight.foreground3#616161
  • editorBracketHighlight.foreground4#B8860B
  • editorBracketHighlight.foreground5#8B7355
  • editorBracketHighlight.foreground6#616161
  • editorBracketHighlight.unexpectedBracket.foreground#D32F2F
  • editorCursor.foreground#FFBF3B
  • editorError.foreground#D32F2F
  • editorGroupHeader.tabsBackground#F5F5F5
  • editorGutter.addedBackground#388E3C
  • editorGutter.deletedBackground#D32F2F
  • editorGutter.modifiedBackground#B8860B
  • editorHoverWidget.background#FAFAFA
  • editorHoverWidget.border#E0E0E0
  • editorIndentGuide.activeBackground1#E0E0E0
  • editorIndentGuide.background1#F5F5F5
  • editorInlayHint.background#EEEEEE
  • editorInlayHint.foreground#616161
  • editorLineNumber.foreground#ADADAD
  • editorOverviewRuler.border#F5F5F5
  • editorWarning.foreground#FF8C42
  • editorWidget.background#F5F5F5
  • focusBorder#E0E0E0
  • gitDecoration.addedResourceForeground#388E3C
  • gitDecoration.conflictingResourceForeground#FF8C42
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.modifiedResourceForeground#B8860B
  • gitDecoration.untrackedResourceForeground#8B7355
  • icon.foreground#616161
  • input.background#FFFFFF
  • list.activeSelectionBackground#E8E8E8
  • list.activeSelectionForeground#B8860B
  • list.errorForeground#D32F2F
  • list.highlightForeground#B8860B
  • list.hoverBackground#F0F0F0
  • list.inactiveSelectionBackground#E8E8E8
  • scrollbarSlider.background#E0E0E0AA
  • scrollbarSlider.hoverBackground#BDBDBD
  • selection.background#BDBDBD
  • settings.modifiedItemIndicator#B8860B
  • sideBar.background#F5F5F5
  • sideBar.border#E0E0E0
  • sideBar.foreground#2C2C2C
  • sideBarSectionHeader.background#F5F5F5
  • sideBarSectionHeader.foreground#616161
  • sideBarTitle.foreground#616161
  • statusBar.background#F5F5F5
  • statusBar.debuggingBackground#FFBF3B
  • statusBar.debuggingForeground#2C2C2C
  • statusBar.foreground#616161
  • statusBar.noFolderBackground#F5F5F5
  • statusBarItem.remoteBackground#F5F5F5
  • statusBarItem.remoteForeground#2C2C2C
  • tab.activeBackground#FEFEFE
  • tab.activeBorderTop#FFBF3B
  • tab.activeForeground#2C2C2C
  • tab.border#F5F5F5
  • tab.hoverBackground#EEEEEE
  • tab.inactiveBackground#F5F5F5
  • terminal.ansiBlack#2C2C2C
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlack#616161
  • terminal.ansiBrightBlue#2196F3
  • terminal.ansiBrightCyan#009688
  • terminal.ansiBrightGreen#4CAF50
  • terminal.ansiBrightMagenta#9C27B0
  • terminal.ansiBrightRed#F44336
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#DAA520
  • terminal.ansiCyan#00796B
  • terminal.ansiGreen#388E3C
  • terminal.ansiMagenta#7B1FA2
  • terminal.ansiRed#D32F2F
  • terminal.ansiWhite#FAFAFA
  • terminal.ansiYellow#B8860B
  • terminal.border#E0E0E0
  • terminal.dropBackground#FFBF3B40
  • terminal.findMatchBackground#FFBF3B40
  • terminal.findMatchBorder#FFBF3B
  • terminal.findMatchHighlightBackground#FFBF3B20
  • terminal.tab.activeBorder#FFBF3B
  • terminalCommandDecoration.defaultBackground#616161
  • terminalCommandDecoration.errorBackground#D32F2F
  • terminalCommandDecoration.successBackground#388E3C
  • terminalCursor.background#F5F5F5
  • terminalCursor.foreground#FFBF3B
  • textLink.activeForeground#DAA520
  • textLink.foreground#B8860B
  • titleBar.activeBackground#F5F5F5
  • titleBar.activeForeground#616161
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#9E9E9E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A6248italic
variable, string constant.other.placeholder, entity.name.tag#424242
constant.other.color#424242
invalid, invalid.illegal#D32F2F
keyword, storage.type, storage.modifier#616161
keyword.control, constant.other.color, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#616161
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#B8860B
entity.name.function, variable.function, support.function, keyword.other.special-method#B8860B
meta.block variable.other#2C2C2C
support.other.variable, string.other.link#2C2C2C
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#B8860B
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#5D4037
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#B8860B
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name, source.postcss support.type.property-name, support.type.vendored.property-name.css, source.css.scss entity.name.tag, variable.parameter.keyframe-list.css, meta.property-name.css, variable.parameter.url.scss, meta.property-value.scss, meta.property-value.css#2C2C2C
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#B8860B
variable.language#616161
entity.name.method.js#2C2C2C
meta.class-method.js entity.name.function.js, variable.function.constructor#2C2C2C
entity.other.attribute-name, meta.property-list.scss, meta.attribute-selector.scss, meta.property-value.css, entity.other.keyframe-offset.css, meta.selector.css, entity.name.tag.reference.scss, entity.name.tag.nesting.css, punctuation.separator.key-value.css#616161
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#B8860B
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#2C2C2C
source.sass keyword.control, meta.attribute-selector.scss#2C2C2C
markup.inserted#00695C
markup.deleted#D32F2F
markup.changed#616161
string.regexp#616161
constant.character.escape#616161
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#2C2C2C
source.js constant.other.object.key.js string.unquoted.label.js#B8860Bitalic
source.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B8860B
text.html.markdown, punctuation.definition.list_item.markdown#2C2C2C
text.html.markdown markup.inline.raw.markdown#616161
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#2C2C2C
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#B8860B
markup.italic#2C2C2Citalic
markup.bold, markup.bold string#2C2C2Cbold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#2C2C2Cbold
markup.underline#B8860Bunderline
markup.quote punctuation.definition.blockquote.markdown#2C2C2C
markup.quote#2C2C2C
string.other.link.title.markdown#2C2C2C
string.other.link.description.title.markdown#616161
constant.other.reference.link.markdown#B8860B
markup.raw.block#616161
markup.raw.block.fenced.markdown#616161
punctuation.definition.fenced.markdown#9E9E9E
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#2C2C2C
variable.language.fenced.markdown#2C2C2C
meta.separator#9E9E9Ebold
markup.table#2C2C2C
Vesper Golden by narayan - VS Code Theme