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#6c008c3c
  • activityBar.border#A2021A60
  • activityBar.foreground#FF00C7
  • activityBarBadge.background#a846c9
  • badge.background#a80fcfbc
  • badge.foreground#ffffff
  • editor.background#26054231
  • editor.foreground#f8f8f8f7
  • focusBorder#4D55FF00
  • gitDecoration.untrackedResourceForeground#9e89a8
  • input.background#9c2a7a51
  • input.border#a80788d0
  • input.foreground#fc34ff
  • input.placeholderForeground#ff34ee95
  • inputOption.activeBackground#FF343D30
  • inputOption.activeBorder#FF343D30
  • inputValidation.errorBorder#7EC4FF50
  • inputValidation.infoBorder#FF1CDC50
  • inputValidation.warningBorder#FFDEBB50
  • list.activeSelectionBackground#4f324b9a
  • list.activeSelectionForeground#fffafa
  • list.focusBackground#a62089
  • list.focusForeground#ffffff
  • list.highlightForeground#000000
  • list.hoverBackground#5a377a9a
  • list.hoverForeground#FFFE9A
  • list.inactiveSelectionBackground#774b7f5f
  • list.inactiveSelectionForeground#ffffff
  • list.warningForeground#fff5f5
  • listFilterWidget.background#A2021A30
  • listFilterWidget.noMatchesOutline#A2021A30
  • listFilterWidget.outline#A2021A30
  • menu.background#111010f8
  • menu.border#f5f5f550
  • menu.foreground#FF00C7
  • menu.selectionBackground#FF8486
  • menu.selectionBorder#ffffff30
  • menu.selectionForeground#FF00C7
  • menu.separatorBackground#FF00C7
  • minimapGutter.addedBackground#000000
  • minimapGutter.deletedBackground#000000
  • minimapGutter.modifiedBackground#000000
  • minimapSlider.activeBackground#000000b0
  • minimapSlider.background#00000080
  • minimapSlider.hoverBackground#000000a0
  • notificationLink.foreground#000000
  • notifications.background#930298
  • notifications.foreground#410333
  • panel.background#030003
  • panel.border#FF00C7
  • panelTitle.activeBorder#ff28d0
  • panelTitle.activeForeground#ff3af2
  • panelTitle.inactiveForeground#9b0179
  • peekView.border#A2021A30
  • peekViewEditor.background#FF00C705
  • peekViewEditor.matchHighlightBackground#00000050
  • peekViewEditorGutter.background#FF00C705
  • peekViewResult.background#FF00C705
  • peekViewResult.matchHighlightBackground#00000050
  • peekViewResult.selectionBackground#00000070
  • peekViewTitle.background#FF00C705
  • peekViewTitleDescription.foreground#ffffff60
  • pickerGroup.foreground#ffffff
  • progressBar.background#ffffff
  • scrollbar.shadow#ffffff27
  • scrollbarSlider.activeBackground#fffcfccc
  • scrollbarSlider.background#79036aed
  • scrollbarSlider.hoverBackground#000000ee
  • selection.background#ffffff
  • settings.checkboxBackground#4d2450
  • settings.checkboxForeground#ffffff
  • settings.dropdownBackground#4d2450
  • settings.dropdownForeground#ffffff
  • settings.headerForeground#cf11af
  • settings.modifiedItemIndicator#ffffff
  • settings.numberInputBackground#4d2450
  • settings.numberInputForeground#ffffff
  • settings.textInputBackground#4d2450
  • settings.textInputForeground#ffffff
  • sideBar.background#000000
  • sideBar.border#00000050
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#3e093c
  • sideBarSectionHeader.border#8702a282
  • sideBarSectionHeader.foreground#af7aa7
  • sideBarTitle.foreground#ffffff
  • statusBar.background#500340
  • statusBar.border#b801b2b7
  • statusBar.debuggingBackground#81035d
  • statusBar.debuggingForeground#cacaca
  • statusBar.foreground#ff11eb
  • statusBar.noFolderBackground#776d88
  • statusBarItem.hoverBackground#851e4e20
  • statusBarItem.remoteBackground#c50863b4
  • statusBarItem.remoteForeground#ddceda
  • tab.activeBackground#4d0536
  • tab.activeBorder#000000
  • tab.activeForeground#d6d6d6
  • tab.activeModifiedBorder#676767
  • tab.border#510346
  • tab.inactiveBackground#0a0007
  • tab.inactiveForeground#f8f8f8af
  • tab.unfocusedActiveBackground#ff6e6e40
  • tab.unfocusedActiveBorder#000000
  • tab.unfocusedActiveForeground#FF00C7
  • tab.unfocusedInactiveBackground#00000010
  • tab.unfocusedInactiveForeground#FF00C77f
  • terminal.ansiBlack#A2021A
  • terminal.ansiBlue#000000
  • terminal.ansiBrightBlack#000000
  • terminal.ansiBrightBlue#000000
  • terminal.ansiBrightCyan#000000
  • terminal.ansiBrightGreen#000000
  • terminal.ansiBrightMagenta#000000
  • terminal.ansiBrightRed#000000
  • terminal.ansiBrightWhite#FFFE9A
  • terminal.ansiBrightYellow#000000
  • terminal.ansiCyan#000000
  • terminal.ansiGreen#000000
  • terminal.ansiMagenta#000000
  • terminal.ansiRed#000000
  • terminal.ansiWhite#FFFE9A
  • terminal.ansiYellow#000000
  • terminalCursor.background#A2021A
  • terminalCursor.foreground#ffffff
  • textLink.activeForeground#FF00C7
  • textLink.foreground#ffffff
  • titleBar.activeBackground#4e0b57
  • titleBar.activeForeground#eb0bba
  • titleBar.border#a2028d60
  • titleBar.inactiveBackground#400a4e44
  • titleBar.inactiveForeground#e40cae
  • tree.indentGuidesStroke#ff25c8
  • widget.shadow#A2021A30

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a68b8bitalic
variable, string constant.other.placeholder#fc199a
constant.other.color#ffffff
invalid, invalid.illegal#000000
keyword, storage.type, storage.modifier#C792EA
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#b8d4df
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#eb615a
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#da0ad3
meta.block variable.other#f07178
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C
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#38bbbb
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#FFCB6B
support.type#B2CCD6
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
entity.other.attribute-name.class#FFCB6B
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*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#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
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#F78C6C
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#FF5370
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#C17E70
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#82AAFF
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#f07178
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#C792EA
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#C3E88D
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#f07178italic
markup.bold, markup.bold string#f07178bold
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#f07178bold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
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#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
frubilar by estefano - VS Code Theme