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#000000
  • activityBar.foreground#dfdfdf
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#dfdfdf
  • badge.background#007aae8e
  • badge.foreground#dfdfdf
  • button.background#88898a
  • button.foreground#dfdfdf
  • dropdown.background#000000
  • dropdown.border#0c0e10
  • dropdown.foreground#dfdfdf
  • editor.background#000000
  • editor.foreground#dfdfdf
  • editor.hoverHighlightBackground#0079AE22
  • editor.lineHighlightBackground#161b1f
  • editor.selectionBackground#007aae8e
  • editor.wordHighlightBackground#e6eaef22
  • editor.wordHighlightStrongBackground#88898a22
  • editorBracketMatch.background#0079AE44
  • editorBracketMatch.border#88898a
  • editorCursor.foreground#dfdfdf
  • editorGroup.border#3b4651
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.activeBackground#cecece
  • editorIndentGuide.background#3b4651
  • editorLineNumber.activeForeground#cecece
  • editorLineNumber.foreground#3b4651
  • editorLink.activeForeground#007aae8e
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#88898a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#252c34
  • editorSuggestWidget.foreground#dfdfdf
  • editorSuggestWidget.highlightForeground#007aae8e
  • editorSuggestWidget.selectedBackground#3b4651
  • editorWhitespace.foreground#303942
  • editorWidget.background#000000
  • editorWidget.border#3b4651
  • extensionButton.prominentBackground#007aae8e
  • extensionButton.prominentForeground#dfdfdf
  • extensionButton.prominentHoverBackground#edce72
  • focusBorder#101010
  • foreground#cecece
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#505f6f
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#050607
  • input.border#303942
  • input.foreground#dfdfdf
  • input.placeholderForeground#37414b
  • inputOption.activeBorder#88898a
  • list.activeSelectionBackground#202020
  • list.activeSelectionForeground#d0d0d0
  • list.focusBackground#303942
  • list.hoverBackground#161b1f
  • list.hoverForeground#dfdfdf
  • list.inactiveSelectionBackground#101316
  • notifications.background#080808
  • notifications.foreground#dfdfdf
  • panel.background#000000
  • panel.border#3b4651
  • panelTitle.activeBorder#007aae8e
  • panelTitle.inactiveForeground#748aa0
  • peekView.border#007aae8e
  • peekViewEditor.background#07090a
  • peekViewEditor.matchHighlightBackground#88898a55
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#1b2025
  • peekViewResult.fileForeground#a4adb6
  • peekViewResult.lineForeground#939da8
  • peekViewResult.matchHighlightBackground#88898a55
  • peekViewResult.selectionBackground#14181c
  • peekViewResult.selectionForeground#dfdfdf
  • peekViewTitle.background#0c0e10
  • peekViewTitleDescription.foreground#a6afb8
  • peekViewTitleLabel.foreground#dfdfdf
  • progressBar.background#e6eaef
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#0079AEaa
  • scrollbarSlider.background#3b4651aa
  • scrollbarSlider.hoverBackground#007aae8e
  • sideBar.background#000000
  • sideBar.foreground#a0a0a0
  • sideBarSectionHeader.background#0c0c0c
  • sideBarSectionHeader.foreground#d0d0d0
  • sideBarTitle.foreground#dfdfdf
  • statusBar.background#000000
  • statusBar.foreground#dfdfdf
  • statusBar.noFolderBackground#88898a
  • tab.activeBackground#202020
  • tab.inactiveBackground#050505
  • tab.inactiveForeground#909090
  • terminal.ansiBlack#1b2025
  • terminal.ansiBlue#007aae8e
  • terminal.ansiBrightBlack#3b4651
  • terminal.ansiBrightBlue#526ad4
  • terminal.ansiBrightCyan#00eeff
  • terminal.ansiBrightGreen#00c200
  • terminal.ansiBrightMagenta#c573eb
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#e9da57
  • terminal.ansiCyan#0490a0
  • terminal.ansiGreen#00ae88
  • terminal.ansiMagenta#9100ae
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c3c3c3
  • terminal.ansiYellow#c4c701
  • terminal.background#000000
  • terminal.foreground#dfdfdf
  • titleBar.activeBackground#07090a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546E7Aitalic
variable, string constant.other.placeholder#EEFFFF
constant.other.color#ffffff
invalid, invalid.illegal#FF5370
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#89DDFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF
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#C3E88D
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#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
Pure Black by Sahil Soni - VS Code Theme