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#ffffff
  • activityBar.border#e8e8e8
  • activityBar.foreground#333333
  • activityBar.inactiveForeground#999999
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#ffffff
  • badge.background#000000
  • badge.foreground#ffffff
  • button.background#e0e0e0
  • button.foreground#000000
  • button.hoverBackground#cccccc
  • diffEditor.insertedTextBackground#f0f0f0
  • diffEditor.removedTextBackground#f8f8f8
  • dropdown.background#f0f0f0
  • dropdown.border#e0e0e0
  • dropdown.foreground#333333
  • editor.background#ffffff
  • editor.foreground#2a2a2a
  • editor.inactiveSelectionBackground#f0f0f0
  • editor.lineHighlightBackground#f8f8f8
  • editor.selectionBackground#e0e0e0
  • editorCursor.foreground#000000
  • editorError.foreground#666666
  • editorGroupHeader.border#e0e0e0
  • editorGroupHeader.tabsBackground#f0f0f0
  • editorGutter.addedBackground#777777
  • editorGutter.background#ffffff
  • editorGutter.deletedBackground#aaaaaa
  • editorGutter.modifiedBackground#999999
  • editorIndentGuide.activeBackground#cccccc
  • editorIndentGuide.background#e8e8e8
  • editorInfo.foreground#333333
  • editorLineNumber.activeForeground#333333
  • editorLineNumber.foreground#999999
  • editorOverviewRuler.border#e0e0e0
  • editorOverviewRuler.errorForeground#999999
  • editorOverviewRuler.infoForeground#555555
  • editorOverviewRuler.warningForeground#777777
  • editorSuggestWidget.background#f0f0f0
  • editorSuggestWidget.border#e0e0e0
  • editorSuggestWidget.foreground#333333
  • editorSuggestWidget.selectedBackground#e0e0e0
  • editorWarning.foreground#555555
  • editorWhitespace.foreground#e0e0e0
  • editorWidget.background#f0f0f0
  • editorWidget.border#e0e0e0
  • input.background#f0f0f0
  • input.border#e0e0e0
  • input.foreground#000000
  • input.placeholderForeground#999999
  • list.activeSelectionBackground#e0e0e0
  • list.activeSelectionForeground#000000
  • list.hoverBackground#f0f0f0
  • list.hoverForeground#000000
  • list.inactiveSelectionBackground#f0f0f0
  • list.inactiveSelectionForeground#333333
  • merge.border#cccccc
  • merge.currentHeaderBackground#e0e0e0
  • merge.incomingHeaderBackground#f0f0f0
  • notifications.background#f0f0f0
  • notifications.border#e0e0e0
  • notifications.foreground#333333
  • panel.background#fafafa
  • panel.border#e0e0e0
  • panelTitle.activeBorder#000000
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#666666
  • progressBar.background#000000
  • scrollbar.shadow#e8e8e8
  • scrollbarSlider.activeBackground#b8b8b8
  • scrollbarSlider.background#e0e0e0
  • scrollbarSlider.hoverBackground#cccccc
  • sideBar.background#fafafa
  • sideBar.border#e8e8e8
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#f0f0f0
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#000000
  • statusBar.background#ffffff
  • statusBar.border#e8e8e8
  • statusBar.debuggingBackground#f0f0f0
  • statusBar.foreground#333333
  • statusBar.noFolderBackground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeBorder#000000
  • tab.activeBorderTop#000000
  • tab.activeForeground#000000
  • tab.border#e0e0e0
  • tab.inactiveBackground#f0f0f0
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#444444
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#333333
  • terminal.ansiBrightCyan#222222
  • terminal.ansiBrightGreen#222222
  • terminal.ansiBrightMagenta#333333
  • terminal.ansiBrightRed#444444
  • terminal.ansiBrightWhite#000000
  • terminal.ansiBrightYellow#111111
  • terminal.ansiCyan#333333
  • terminal.ansiGreen#333333
  • terminal.ansiMagenta#555555
  • terminal.ansiRed#666666
  • terminal.ansiWhite#000000
  • terminal.ansiYellow#222222
  • terminal.background#ffffff
  • terminal.foreground#2a2a2a
  • titleBar.activeBackground#ffffff
  • titleBar.activeForeground#333333
  • titleBar.border#e8e8e8
  • titleBar.inactiveBackground#fafafa
  • titleBar.inactiveForeground#999999

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#999999italic
variable, string constant.other.placeholder#2a2a2a—
constant.other.color#000000—
invalid, invalid.illegal#777777—
keyword, storage.type, storage.modifier#333333—
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.block.tag.jsdoc, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#555555—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#222222—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#000000—
meta.block variable.other#2a2a2a—
support.other.variable, string.other.link#222222—
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#444444—
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#333333—
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#000000—
support.type#222222—
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#333333—
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#444444—
variable.language#555555italic
entity.name.method.js#000000italic
meta.class-method.js entity.name.function.js, variable.function.constructor#000000—
entity.other.attribute-name#444444—
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#444444italic
entity.other.attribute-name.class#333333—
source.sass keyword.control#000000—
markup.inserted#555555—
markup.deleted#999999—
markup.changed#777777—
string.regexp#222222—
constant.character.escape#444444—
*url*, *link*, *uri*—underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#555555italic
source.js constant.other.object.key.js string.unquoted.label.js#444444italic
source.json meta.structure.dictionary.json support.type.property-name.json#222222—
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#333333—
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#444444—
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#555555—
text.html.markdown, punctuation.definition.list_item.markdown#2a2a2a—
text.html.markdown markup.inline.raw.markdown#444444—
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#777777—
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#000000—
markup.italic#333333italic
markup.bold, markup.bold string#222222bold
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#000000bold
markup.underline#333333underline
markup.quote punctuation.definition.blockquote.markdown#777777—
markup.quote—italic
string.other.link.title.markdown#333333—
string.other.link.description.title.markdown#444444—
constant.other.reference.link.markdown#555555—
markup.raw.block#444444—
markup.raw.block.fenced.markdown#777777—
punctuation.definition.fenced.markdown#999999—
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#555555—
variable.language.fenced.markdown#777777—
meta.separator#999999bold
markup.table#2a2a2a—