Skip to main content
Coding Theme

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#000
  • activityBar.foreground#FFF
  • activityBar.inactiveForeground#A0A0A0
  • activityBarBadge.background#910000
  • activityBarBadge.foreground#FFF
  • badge.background#000
  • badge.foreground#FFF
  • breadcrumb.activeSelectionForeground#FFF
  • breadcrumb.focusForeground#FFF
  • breadcrumb.foreground#A0A0A0
  • breadcrumbPicker.background#000
  • button.background#FFF
  • button.foreground#000
  • button.hoverBackground#F0F0F0
  • descriptionForeground#6B6B6B79
  • diffEditor.diagonalFill#151515
  • diffEditor.insertedTextBackground#64d3892c
  • diffEditor.removedTextBackground#dd50742c
  • dropdown.background#151515
  • dropdown.foreground#D5D5D599
  • editor.background#000
  • editor.findMatchBackground#D32F2F80
  • editor.findMatchHighlightBackground#E573733B
  • editor.inactiveSelectionBackground#2E2E2Ebe
  • editor.selectionBackground#2E2E2E
  • editor.selectionHighlightBackground#2E2E2EB3
  • editor.wordHighlightBackground#2E2E2EB3
  • editor.wordHighlightStrongBackground#2E2E2EB3
  • editorCodeLens.foreground#2A2A2A
  • editorCursor.background#000
  • editorCursor.foreground#FFF
  • editorGroup.background#000
  • editorGroup.border#151515
  • editorGroup.dropBackground#000
  • editorGroup.emptyBackground#000
  • editorGroupHeader.tabsBackground#000
  • editorLineNumber.activeForeground#6B6B6BD8
  • editorLineNumber.foreground#2E2E2EBB
  • editorWidget.background#000
  • editorWidget.border#F0F0F0
  • extensionButton.prominentBackground#FFF
  • extensionButton.prominentForeground#000
  • focusBorder#F0F0F0
  • foreground#A0A0A0
  • gitDecoration.addedResourceForeground#66BB6A80
  • gitDecoration.deletedResourceForeground#EF535080
  • gitDecoration.ignoredResourceForeground#666666
  • gitDecoration.modifiedResourceForeground#AB47BC80
  • gitDecoration.untrackedResourceForeground#888888
  • icon.foreground#FFF
  • input.background#000
  • input.foreground#A0A0A0
  • inputOption.activeForeground#FFF
  • inputValidation.errorBackground#EF5350
  • inputValidation.errorBorder#EF5350
  • inputValidation.errorForeground#000
  • list.activeSelectionBackground#000
  • list.activeSelectionForeground#FFF
  • list.dropBackground#000
  • list.errorForeground#EF5350
  • list.focusBackground#01030b
  • list.focusForeground#FFF
  • list.highlightForeground#FFF
  • list.hoverBackground#0A0A0A
  • list.hoverForeground#FFF
  • list.inactiveFocusBackground#01030b
  • list.inactiveSelectionBackground#000
  • list.inactiveSelectionForeground#FFF
  • list.warningForeground#FFB74D
  • notificationCenterHeader.background#000
  • notifications.background#000
  • panel.border#151515
  • panelTitle.activeBorder#FFF
  • panelTitle.activeForeground#FFF
  • panelTitle.inactiveForeground#A0A0A0
  • peekViewTitle.background#000
  • quickInput.background#000
  • scrollbar.shadow#000
  • scrollbarSlider.activeBackground#A0A0A0
  • scrollbarSlider.background#2A2A2A
  • scrollbarSlider.hoverBackground#A0A0A0
  • selection.background#000
  • sideBar.background#000
  • sideBar.border#151515
  • sideBarSectionHeader.background#000
  • sideBarSectionHeader.foreground#FFF
  • statusBar.background#000
  • statusBar.debuggingBackground#910000
  • statusBar.foreground#FFF
  • tab.activeBackground#000
  • tab.activeBorder#FFF
  • tab.activeForeground#FFF
  • tab.border#000
  • tab.inactiveBackground#000
  • tab.inactiveForeground#A0A0A0
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4A9EFF
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiCyan#CCCCCC
  • terminal.ansiGreen#66BB6A
  • terminal.ansiMagenta#CCCCCC
  • terminal.ansiRed#EF5350
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#CCCCCC
  • terminal.foreground#FFF
  • textLink.foreground#FFF
  • titleBar.activeBackground#000
  • titleBar.activeForeground#FFF
  • titleBar.inactiveBackground#000
  • tree.indentGuidesStroke#A0A0A0
  • widget.shadow#000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6E6E6Eitalic
variable, string constant.other.placeholder#FFF
constant.other.color#FFF
invalid, invalid.illegal#EF5350
keyword, storage.type, storage.modifier#4A9EFF
keyword.control, constant.other.color, punctuation, meta.tag, 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#FFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#4A9EFF
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#4A9EFF
meta.block variable.other#FFF
support.other.variable, string.other.link#FFF
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#4A9EFF
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#CCC
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#FFF
support.type#FFF
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#CCC
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#4A9EFF
variable.language#4A9EFFitalic
entity.name.method.js#4A9EFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#4A9EFF
entity.other.attribute-name#CCC
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#CCCitalic
entity.other.attribute-name.class#CCC
source.sass keyword.control#4A9EFF
markup.inserted#CCC
markup.deleted#FFF
markup.changed#FFF
string.regexp#4A9EFF
constant.character.escape#4A9EFF
*url*, *link*, *uri*#FFFunderline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#4A9EFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#4A9EFFitalic
source.json meta.structure.dictionary.json support.type.property-name.json#FFF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#EEE
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#DDD
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#CCC
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#BBB
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#AAA
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#DDD
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#CCC
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#BBB
text.html.markdown, punctuation.definition.list_item.markdown#FFF
text.html.markdown markup.inline.raw.markdown#4A9EFF
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#666
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#FFFbold
markup.italic#FFFitalic
markup.bold, markup.bold string#FFFbold
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#FFFbold
markup.underline#FFFunderline
markup.quote punctuation.definition.blockquote.markdown#666
markup.quote#CCCitalic
string.other.link.title.markdown#4A9EFF
string.other.link.description.title.markdown#CCC
constant.other.reference.link.markdown#4A9EFF
markup.raw.block#4A9EFF
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#666
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#FFF
variable.language.fenced.markdown#666
meta.separator#666bold
markup.table#FFF
nvrmd. by primappratamaa - VS Code Theme