Skip to main content
Coding Theme

Color themes

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#050505
  • activityBar.foreground#e3e2e0
  • activityBarBadge.background#ff4e50
  • activityBarBadge.foreground#ffffff
  • badge.background#ff4e50
  • badge.foreground#ffffff
  • button.background#3bc7b8
  • button.foreground#ffffff
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#e3e2e0
  • editor.background#000000
  • editor.foreground#e3e2e0
  • editor.hoverHighlightBackground#ff4e5022
  • editor.lineHighlightBackground#080808
  • editor.selectionBackground#ff4e5055
  • editor.wordHighlightBackground#c3cb4c22
  • editor.wordHighlightStrongBackground#3bc7b822
  • editorBracketMatch.background#ff4e5044
  • editorBracketMatch.border#3bc7b8
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#080808
  • editorGroupHeader.tabsBackground#080808
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#1a1a1a
  • editorLineNumber.foreground#333333
  • editorLink.activeForeground#ff4e50
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#3bc7b855
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#1a1a1a
  • editorSuggestWidget.foreground#e3e2e0
  • editorSuggestWidget.highlightForeground#ff4e50
  • editorSuggestWidget.selectedBackground#333333
  • editorWhitespace.foreground#1a1a1a
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • extensionButton.prominentBackground#ff4e50
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ff8182
  • focusBorder#ff4e50
  • foreground#e3e2e0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4d4d4d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#ff4e50
  • input.background#000000
  • input.border#262626
  • input.foreground#e3e2e0
  • input.placeholderForeground#2e2e2e
  • inputOption.activeBorder#3bc7b8
  • list.activeSelectionBackground#3bc7b8
  • list.activeSelectionForeground#000000
  • list.focusBackground#262626
  • list.hoverBackground#080808
  • list.inactiveSelectionBackground#000000
  • notification.background#0d0d0d
  • notification.buttonBackground#ff4e50
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#e3e2e0
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#1a1a1a
  • panel.border#333333
  • panelTitle.activeBorder#ff4e50
  • panelTitle.inactiveForeground#595959
  • peekView.border#ff4e50
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#3bc7b855
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d0d0d
  • peekViewResult.fileForeground#d9d8d5
  • peekViewResult.lineForeground#cbc9c5
  • peekViewResult.matchHighlightBackground#3bc7b855
  • peekViewResult.selectionBackground#050505
  • peekViewResult.selectionForeground#e3e2e0
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#dcdad8
  • peekViewTitleLabel.foreground#e3e2e0
  • progressBar.background#c3cb4c
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#ff4e50aa
  • scrollbarSlider.background#333333aa
  • scrollbarSlider.hoverBackground#ff4e5055
  • sideBar.background#0d0d0d
  • sideBar.foreground#e3e2e0
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#e3e2e0
  • statusBar.background#ff4e50
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#3bc7b8
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#c3cb4c
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#dde29b
  • terminal.ansiBrightCyan#fba894
  • terminal.ansiBrightGreen#ffb4b5
  • terminal.ansiBrightMagenta#f5d88c
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#8aded5
  • terminal.ansiCyan#f85931
  • terminal.ansiGreen#ff4e50
  • terminal.ansiMagenta#edb92e
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#efefed
  • terminal.ansiYellow#3bc7b8
  • terminal.background#000000
  • terminal.foreground#e3e2e0
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e3e2e0
comment#777777
string#3bc7b8
constant.numeric#ce1836
constant.language#3bc7b8
constant.character, constant.other#3bc7b8
variable
keyword#edb92e
storage#3bc7b8
storage.type#ff4e50
entity.name.class#3bc7b8underline
entity.other.inherited-class#3bc7b8
entity.name.function#c3cb4c
variable.parameter#e3e2e0
entity.name.tag#ff4e50
entity.other.attribute-name#3bc7b8
support.function#f85931
support.constant#3bc7b8
support.type, support.class#3bc7b8
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#3bc7b8
meta.diff, meta.diff.header#777777
markup.deleted#e61f44
markup.inserted#A6E22E
markup.changed#f7b83d
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#9d9d9d
meta.property-value, support.constant.property-value, constant.other.color#3bc7b8
meta.structure.dictionary.json string.quoted.double.json#3bc7b8
meta.structure.dictionary.value.json string.quoted.double.json#3bc7b8
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#e3e2e0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ff4e50
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ff4e50normal
variable.other#e3e2e0normal
variable.parameter.function.coffee#ce1836
entity.name.section.markdown#3bc7b8
punctuation.definition.heading.markdown#edb92e
markup.raw.inline.markdown#3bc7b8
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#edb92e
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#edb92e
punctuation.definition.metadata.markdown#edb92e
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ff4e50
markup.bold.markdown, markup.italic.markdown#ff4e50
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#e3e2e0

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...