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#171919
  • activityBar.foreground#d6dbdb
  • activityBarBadge.background#c24e4b
  • activityBarBadge.foreground#ffffff
  • badge.background#c24e4b
  • badge.foreground#ffffff
  • button.background#9bb7a7
  • button.foreground#ffffff
  • dropdown.background#0d0f0f
  • dropdown.border#0d0f0f
  • dropdown.foreground#d6dbdb
  • editor.background#121414
  • editor.foreground#d6dbdb
  • editor.hoverHighlightBackground#c24e4b22
  • editor.lineHighlightBackground#191c1c
  • editor.selectionBackground#9bb7a755
  • editor.wordHighlightBackground#f9f7f122
  • editor.wordHighlightStrongBackground#9bb7a722
  • editorBracketMatch.background#c24e4b44
  • editorBracketMatch.border#9bb7a7
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#191c1c
  • editorGroupHeader.tabsBackground#191c1c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0d0f0f
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2a2f2f
  • editorLineNumber.foreground#424a4a
  • editorLink.activeForeground#c24e4b
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#9bb7a755
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2a2f2f
  • editorSuggestWidget.foreground#d6dbdb
  • editorSuggestWidget.highlightForeground#c24e4b
  • editorSuggestWidget.selectedBackground#424a4a
  • editorWhitespace.foreground#2a2f2f
  • editorWidget.background#2a2f2f
  • editorWidget.border#424a4a
  • extensionButton.prominentBackground#c24e4b
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#cf7371
  • focusBorder#c24e4b
  • foreground#d6dbdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5a6565
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#c24e4b
  • input.background#060707
  • input.border#363c3c
  • input.foreground#d6dbdb
  • input.placeholderForeground#3d4444
  • inputOption.activeBorder#9bb7a7
  • list.activeSelectionBackground#9bb7a7
  • list.activeSelectionForeground#121414
  • list.focusBackground#363c3c
  • list.hoverBackground#191c1c
  • list.inactiveSelectionBackground#121414
  • notification.background#1e2121
  • notification.buttonBackground#c24e4b
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#d6dbdb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2a2f2f
  • panel.border#424a4a
  • panelTitle.activeBorder#c24e4b
  • panelTitle.inactiveForeground#677272
  • peekView.border#c24e4b
  • peekViewEditor.background#080909
  • peekViewEditor.matchHighlightBackground#9bb7a755
  • peekViewEditorGutter.background#0d0f0f
  • peekViewResult.background#1e2121
  • peekViewResult.fileForeground#cbd1d1
  • peekViewResult.lineForeground#bbc3c3
  • peekViewResult.matchHighlightBackground#9bb7a755
  • peekViewResult.selectionBackground#171919
  • peekViewResult.selectionForeground#d6dbdb
  • peekViewTitle.background#0d0f0f
  • peekViewTitleDescription.foreground#ced4d4
  • peekViewTitleLabel.foreground#d6dbdb
  • progressBar.background#f9f7f1
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#c24e4baa
  • scrollbarSlider.background#424a4aaa
  • scrollbarSlider.hoverBackground#c24e4b55
  • sideBar.background#1e2121
  • sideBar.foreground#d6dbdb
  • sideBarSectionHeader.background#252929
  • sideBarSectionHeader.foreground#d6dbdb
  • statusBar.background#424a4a
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#9bb7a7
  • tab.inactiveBackground#1c1f1f
  • tab.inactiveForeground#737f7f
  • terminal.ansiBlack#1e2121
  • terminal.ansiBlue#f9f7f1
  • terminal.ansiBrightBlack#424a4a
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#dc9997
  • terminal.ansiBrightGreen#a7da1e
  • terminal.ansiBrightMagenta#d6e2db
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#d6e2db
  • terminal.ansiCyan#c24e4b
  • terminal.ansiGreen#a7da1e
  • terminal.ansiMagenta#9bb7a7
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#e4e7e7
  • terminal.ansiYellow#9bb7a7
  • terminal.background#060707
  • terminal.foreground#d6dbdb
  • titleBar.activeBackground#080909

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d6dbdb
comment#3b4747
string#63a5a5
constant.numeric#4eadad
constant.language#9bb7a7
constant.character, constant.other#9bb7a7
variable
keyword#9bb7a7
storage#9bb7a7
storage.type#c24e4b
entity.name.class#9bb7a7underline
entity.other.inherited-class#9bb7a7
entity.name.function#f9f7f1
variable.parameter#ffffff
entity.name.tag#c24e4b
entity.other.attribute-name#9bb7a7
support.function#c24e4b
support.constant#9bb7a7
support.type, support.class#9bb7a7
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#63a5a5
meta.diff, meta.diff.header#3b4747
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#5e7171
meta.property-value, support.constant.property-value, constant.other.color#63a5a5
meta.structure.dictionary.json string.quoted.double.json#9bb7a7
meta.structure.dictionary.value.json string.quoted.double.json#63a5a5
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#d6dbdb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#c24e4b
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#c24e4bnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#4eadad
entity.name.section.markdown#9bb7a7
punctuation.definition.heading.markdown#9bb7a7
markup.raw.inline.markdown#63a5a5
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#9bb7a7
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#9bb7a7
punctuation.definition.metadata.markdown#9bb7a7
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#c24e4b
markup.bold.markdown, markup.italic.markdown#c24e4b
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#d6dbdb
rmondesilva by Richmond De Silva - VS Code Theme