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#ffffff
  • activityBar.border#696969
  • activityBar.dropBackground#696969
  • activityBar.foreground#535353
  • activityBar.inactiveForeground#5a5a5a
  • activityBarBadge.background#4e4e4e
  • activityBarBadge.foreground#3d3d3d
  • badge.background#4d4d4d
  • badge.foreground#fff
  • button.background#8d8d8d
  • button.foreground#fff
  • button.hoverBackground#4d4d4d
  • debugExceptionWidget.background#3f3f3f
  • debugExceptionWidget.border#3f3f3f
  • debugToolBar.background#3f3f3f
  • debugToolBar.border#3f3f3f
  • diffEditor.insertedTextBackground#00db7571
  • diffEditor.insertedTextBorder#00854771
  • diffEditor.removedTextBackground#e0000bb0
  • diffEditor.removedTextBorder#960007b0
  • dropdown.background#8d8d8d
  • dropdown.border#fff
  • dropdown.foreground#fff
  • dropdown.listBackground#fff
  • editor.background#fff
  • editor.findMatchBackground#008acaad
  • editor.findMatchBorder#006999
  • editor.findMatchHighlightBackground#3f3f3f
  • editor.findMatchHighlightBorder#3f3f3f
  • editor.findRangeHighlightBackground#3f3f3f
  • editor.findRangeHighlightBorder#3f3f3f
  • editor.foreground#3b3b3b
  • editor.hoverHighlightBackground#e2e2e2
  • editor.inactiveSelectionBackground#e2e2e2
  • editor.lineHighlightBackground#e2e2e2
  • editor.lineHighlightBorder#e2e2e2
  • editor.rangeHighlightBackground#e2e2e2
  • editor.rangeHighlightBorder#e2e2e2
  • editor.selectionBackground#008aca
  • editor.selectionForeground#ffffff
  • editor.selectionHighlightBackground#ebebeb
  • editor.selectionHighlightBorder#e2e2e2
  • editor.wordHighlightBackground#e2e2e2
  • editor.wordHighlightBorder#e2e2e2
  • editor.wordHighlightStrongBackground#e2e2e2
  • editor.wordHighlightStrongBorder#e2e2e2
  • editorCursor.background#8d8d8d
  • editorCursor.foreground#fff
  • editorError.border#ff423e
  • editorError.foreground#a82321
  • editorGroup.border#2b2b2b
  • editorGroup.dropBackground#fff
  • editorGroup.emptyBackground#fff
  • editorGroup.focusedEmptyBorder#2b2b2b
  • editorGroupHeader.noTabsBackground#d4d4d4
  • editorGroupHeader.tabsBackground#fff
  • editorGroupHeader.tabsBorder#fff
  • editorGutter.addedBackground#00ff6e
  • editorGutter.background#ffffff
  • editorGutter.deletedBackground#ff2e2af5
  • editorGutter.modifiedBackground#ffee03
  • editorIndentGuide.background#424242
  • editorMarkerNavigationError.background#414141
  • editorOverviewRuler.commonContentForeground#00ff4cb4
  • editorOverviewRuler.currentContentForeground#1f93ffc9
  • editorOverviewRuler.incomingContentForeground#20ff2067
  • editorRuler.foreground#fff
  • editorWarning.border#a82321
  • editorWarning.foreground#fff
  • notificationCenter.border#3f3f3f
  • notificationCenterHeader.background#3f3f3f
  • notificationCenterHeader.foreground#fff
  • notificationLink.foreground#fff
  • notifications.background#3f3f3f
  • notifications.border#1d1e27
  • notifications.foreground#fff
  • notificationToast.border#3f3f3f
  • sideBar.background#ffffffd8
  • sideBar.border#535353
  • sideBar.foreground#000
  • sideBarSectionHeader.background#ebebeb
  • sideBarSectionHeader.border#000
  • sideBarSectionHeader.foreground#000
  • sideBarTitle.foreground#ffffff
  • tab.activeBackground#bdbdbd
  • tab.activeBorder#cecece
  • tab.activeBorderTop#cecece
  • tab.activeForeground#3b3b3b
  • tab.border#cecece
  • tab.hoverBackground#c7c7c7
  • tab.hoverBorder#cecece
  • tab.inactiveBackground#fff
  • tab.inactiveForeground#797979
  • tab.inactiveModifiedBorder#3b3b3b
  • tab.unfocusedActiveBackground#797979
  • tab.unfocusedActiveBorder#cfcfcf
  • tab.unfocusedActiveBorderTop#cfcfcf
  • tab.unfocusedActiveForeground#3b3b3b
  • tab.unfocusedActiveModifiedBorder#cfcfcf
  • terminalCursor.background#3a3a3a
  • terminalCursor.foreground#161616
  • titleBar.activeBackground#fff
  • titleBar.activeForeground#3b3b3b
  • titleBar.border#3b3b3b
  • titleBar.inactiveBackground#9b9b9b
  • titleBar.inactiveForeground#fff
  • welcomePage.background#fff
  • welcomePage.buttonBackground#8d8d8d
  • welcomePage.buttonHoverBackground#4d4d4d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aaaaaaitalic
variable, string constant.other.placeholder#2596ff
constant.other.color#ff003c
invalid, invalid.illegal#ff2e2e
keyword, storage.type, storage.modifier#9862c5
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#303030
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#fd4a4a
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#ff3e6f
meta.block variable.other#ff008c
support.other.variable, string.other.link#c53636
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#585858
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#bea42c
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#0400ff
support.type#14422b
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#307db1
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#405c5f
variable.language#808080italic
entity.name.method.js#7a2a2aitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#89aeff
entity.other.attribute-name#75bcff
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#ff0000italic
entity.other.attribute-name.class#ffcf75
source.sass keyword.control#437fff
markup.inserted#a9db5f
markup.deleted#ff4949
markup.changed#e6c2ff
string.regexp#357a41
constant.character.escape#6baec9
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#db3853italic
source.json meta.structure.dictionary.json support.type.property-name.json#a574ff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#8a5fd8
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#7c57c0
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#6948a5
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#5d4092
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#4b3574
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#d6c1ff
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#edd3ff
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#b3a1d6
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#ff5f67italic
markup.bold, markup.bold string#ff8086bold
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#ff6d74bold
markup.underline#ffa98funderline
markup.quote punctuation.definition.blockquote.markdown#81c8ff
markup.quoteitalic
string.other.link.title.markdown#a6c2ff
string.other.link.description.title.markdown#c977ff
constant.other.reference.link.markdown#ffd27d
markup.raw.block#d595ff
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#7498b4
meta.separator#8698a5bold
markup.table#83c9c9
Light Polygone Theme by Light Polygone - VS Code Theme