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#051425
  • activityBar.dropBorder#ff0000
  • activityBar.foreground#ffffff
  • activityBar.inactiveForeground#ffffff55
  • activityBarBadge.background#82DFFF
  • activityBarBadge.foreground#051425
  • badge.background#FFCD61
  • badge.foreground#051425
  • breadcrumb.activeSelectionForeground#82DFFF
  • breadcrumb.focusForeground#ffffff
  • breadcrumb.foreground#518CD0
  • breadcrumbPicker.background#051425
  • button.background#82DFFF
  • button.foreground#051425
  • button.hoverBackground#AAE9FF
  • descriptionForeground#0C4D99
  • diffEditor.diagonalFill#051425
  • diffEditor.insertedTextBackground#09203a
  • diffEditor.removedTextBackground#0b294a
  • dropdown.background#051425
  • dropdown.foreground#A6B3BD
  • editor.background#051425
  • editor.findMatchBackground#518CD0
  • editor.findMatchHighlightBackground#0C4D99
  • editor.inactiveSelectionBackground#051425
  • editor.selectionBackground#82DFFF20
  • editor.selectionHighlightBackground#09203a
  • editor.wordHighlightBackground#09203a
  • editor.wordHighlightStrongBackground#09203a
  • editorCodeLens.foreground#09203a
  • editorCursor.background#010b16
  • editorCursor.foreground#ffffff
  • editorGroup.border#051425
  • editorGroup.dropBackground#0C0E19
  • editorGroup.emptyBackground#051425
  • editorGroupHeader.tabsBackground#051425
  • editorLineNumber.activeForeground#fff
  • editorLineNumber.foreground#ffffff50
  • editorWidget.background#051425
  • editorWidget.border#AAE9FF
  • extensionButton.prominentBackground#CEF2FF
  • extensionButton.prominentForeground#051425
  • focusBorder#09203a
  • foreground#AAE9FF
  • gitDecoration.addedResourceForeground#62F689
  • gitDecoration.deletedResourceForeground#EF194F
  • gitDecoration.ignoredResourceForeground#ffffff30
  • gitDecoration.modifiedResourceForeground#E2ACD0
  • gitDecoration.untrackedResourceForeground#AAE9FF
  • icon.foreground#AAE9FF
  • input.background#051425
  • input.foreground#82DFFF
  • inputOption.activeForeground#82DFFF
  • inputValidation.errorBackground#CB0C7A
  • inputValidation.errorBorder#CB0C7A
  • inputValidation.errorForeground#051425
  • list.activeSelectionBackground#010b16
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#1C011B
  • list.errorForeground#EF194F
  • list.focusBackground#010b16
  • list.focusForeground#ffffff
  • list.highlightForeground#CEF2FF
  • list.hoverBackground#000000
  • list.hoverForeground#AAE9FF
  • list.inactiveFocusBackground#010b16
  • list.inactiveSelectionBackground#010b16
  • list.inactiveSelectionForeground#ffffff
  • list.warningForeground#FFCD61
  • notificationCenterHeader.background#051425
  • notifications.background#051425
  • panel.border#051425
  • panelTitle.activeBorder#82DFFF
  • panelTitle.activeForeground#CEF2FF
  • panelTitle.inactiveForeground#518CD0
  • peekViewTitle.background#09203a
  • quickInput.background#0C0E19
  • scrollbar.shadow#010b16
  • scrollbarSlider.activeBackground#518CD0
  • scrollbarSlider.background#09203a
  • scrollbarSlider.hoverBackground#518CD0
  • selection.background#010b16
  • sideBar.background#010b16
  • sideBar.border#010b16
  • sideBarSectionHeader.background#010b16
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#82DFFF
  • statusBar.debuggingBackground#c12bdf
  • statusBar.foreground#051425
  • tab.activeBackground#051425
  • tab.activeBorder#FFC624
  • tab.activeForeground#ffffff
  • tab.border#051425
  • tab.inactiveBackground#09203a
  • tab.inactiveForeground#ffffff90
  • terminal.ansiBrightRed#EF194F
  • terminal.ansiGreen#B8D3A5
  • terminal.ansiRed#BF1A43
  • terminal.foreground#AAE9FF
  • textLink.foreground#82DFFF
  • titleBar.activeBackground#010b16
  • titleBar.activeForeground#CEF2FF
  • titleBar.inactiveBackground#051425
  • tree.indentGuidesStroke#518CD0
  • widget.shadow#010b16

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5C6368italic
variable, string constant.other.placeholder#DDE5EB
constant.other.color#ffffff
invalid, invalid.illegal#EF194F
keyword, storage.type, storage.modifier#E2ACD0
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#65CCFA
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FE688E
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#25A7E2
meta.block variable.other#FE688E
support.other.variable, string.other.link#FE688E
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#FFAE41
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#CEE39D
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#FFC624
support.type#BEC8D0
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#BEC8D0
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#EF194F
variable.language#EF194Fitalic
entity.name.method.js#25A7E2italic
meta.class-method.js entity.name.function.js, variable.function.constructor#25A7E2
entity.other.attribute-name#E2ACD0
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFC624italic
entity.other.attribute-name.class#FFC624
source.sass keyword.control#25A7E2
markup.inserted#CEE39D
markup.deleted#EF194F
markup.changed#E2ACD0
string.regexp#65CCFA
constant.character.escape#65CCFA
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#25A7E2italic
source.js constant.other.object.key.js string.unquoted.label.js#EF194Fitalic
source.json meta.structure.dictionary.json support.type.property-name.json#E2ACD0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFC624
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#FFAE41
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#EF194F
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#C69F7D
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#25A7E2
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#FE688E
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#E2ACD0
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#CEE39D
text.html.markdown, punctuation.definition.list_item.markdown#DDE5EB
text.html.markdown markup.inline.raw.markdown#E2ACD0
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#8C9398
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#CEE39D
markup.italic#FE688Eitalic
markup.bold, markup.bold string#FE688Ebold
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#FE688Ebold
markup.underline#FFAE41underline
markup.quote punctuation.definition.blockquote.markdown#8C9398
markup.quoteitalic
string.other.link.title.markdown#25A7E2
string.other.link.description.title.markdown#E2ACD0
constant.other.reference.link.markdown#FFC624
markup.raw.block#E2ACD0
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#DDE5EB
variable.language.fenced.markdown#8C9398
meta.separator#8C9398bold
markup.table#DDE5EB
Guyn by Sil van Diepen - VS Code Theme