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#393e3e
  • activityBar.foreground#d6dbdb
  • activityBarBadge.background#FC7767
  • activityBarBadge.foreground#ffffff
  • badge.background#FC7767
  • badge.foreground#ffffff
  • button.background#9bb7a7
  • button.foreground#ffffff
  • dropdown.background#2f3434
  • dropdown.border#2f3434
  • dropdown.foreground#d6dbdb
  • editor.background#343939
  • editor.foreground#d6dbdb
  • editor.hoverHighlightBackground#FC776722
  • editor.lineHighlightBackground#3b4141
  • editor.selectionBackground#9bb7a755
  • editor.wordHighlightBackground#f9f7f122
  • editor.wordHighlightStrongBackground#9bb7a722
  • editorBracketMatch.background#FC776744
  • editorBracketMatch.border#9bb7a7
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#3b4141
  • editorGroupHeader.tabsBackground#3b4141
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#2f3434
  • editorGutter.deletedBackground#F07C91
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#4c5454
  • editorLineNumber.foreground#656e6e
  • editorLink.activeForeground#FC7767
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#F07C91
  • editorOverviewRuler.errorForeground#F07C91
  • editorOverviewRuler.findMatchForeground#9bb7a755
  • editorOverviewRuler.infoForeground#C384FD
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#4c5454
  • editorSuggestWidget.foreground#d6dbdb
  • editorSuggestWidget.highlightForeground#FC7767
  • editorSuggestWidget.selectedBackground#656e6e
  • editorWhitespace.foreground#4c5454
  • editorWidget.background#4c5454
  • editorWidget.border#656e6e
  • extensionButton.prominentBackground#FC7767
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#cf7371
  • focusBorder#FC7767
  • foreground#d6dbdb
  • gitDecoration.conflictingResourceForeground#C384FD
  • gitDecoration.deletedResourceForeground#F07C91
  • gitDecoration.ignoredResourceForeground#7d8989
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#FC7767
  • input.background#282c2c
  • input.border#586161
  • input.foreground#d6dbdb
  • input.placeholderForeground#606969
  • inputOption.activeBorder#9bb7a7
  • list.activeSelectionBackground#9bb7a7
  • list.activeSelectionForeground#343939
  • list.focusBackground#586161
  • list.hoverBackground#3b4141
  • list.inactiveSelectionBackground#343939
  • notification.background#404646
  • notification.buttonBackground#FC7767
  • notification.buttonForeground#ffffff
  • notification.errorBackground#F07C91
  • notification.errorForeground#ffffff
  • notification.foreground#d6dbdb
  • notification.infoBackground#C384FD
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#4c5454
  • panel.border#656e6e
  • panelTitle.activeBorder#FC7767
  • panelTitle.inactiveForeground#8b9595
  • peekView.border#FC7767
  • peekViewEditor.background#2a2e2e
  • peekViewEditor.matchHighlightBackground#9bb7a755
  • peekViewEditorGutter.background#2f3434
  • peekViewResult.background#404646
  • peekViewResult.fileForeground#cbd1d1
  • peekViewResult.lineForeground#bbc3c3
  • peekViewResult.matchHighlightBackground#9bb7a755
  • peekViewResult.selectionBackground#393e3e
  • peekViewResult.selectionForeground#d6dbdb
  • peekViewTitle.background#2f3434
  • peekViewTitleDescription.foreground#ced4d4
  • peekViewTitleLabel.foreground#d6dbdb
  • progressBar.background#f9f7f1
  • scrollbar.shadow#1c1e1e
  • scrollbarSlider.activeBackground#FC7767aa
  • scrollbarSlider.background#656e6eaa
  • scrollbarSlider.hoverBackground#FC776755
  • sideBar.background#404646
  • sideBar.foreground#d6dbdb
  • sideBarSectionHeader.background#474e4e
  • sideBarSectionHeader.foreground#d6dbdb
  • statusBar.background#FC7767
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#9bb7a7
  • tab.inactiveBackground#3e4444
  • tab.inactiveForeground#98a1a1
  • terminal.ansiBlack#404646
  • terminal.ansiBlue#f9f7f1
  • terminal.ansiBrightBlack#656e6e
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#dc9997
  • terminal.ansiBrightGreen#dc9997
  • terminal.ansiBrightMagenta#d6e2db
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#d6e2db
  • terminal.ansiCyan#FC7767
  • terminal.ansiGreen#FC7767
  • terminal.ansiMagenta#9bb7a7
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#e4e7e7
  • terminal.ansiYellow#9bb7a7
  • terminal.background#282c2c
  • terminal.foreground#d6dbdb
  • titleBar.activeBackground#2a2e2e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d6dbdb
comment#5e7070
string#7DAB7F
constant.numeric#8ec07c
constant.language#9bb7a7
constant.character, constant.other#9bb7a7
variable
keyword#9bb7a7
storage#9bb7a7
storage.type#FC7767
entity.name.class#9bb7a7underline
entity.other.inherited-class#9bb7a7
entity.name.function#f9f7f1
variable.parameter#ffffff
entity.name.tag#FC7767
entity.other.attribute-name#9bb7a7
support.function#FC7767
support.constant#9bb7a7
support.type, support.class#9bb7a7
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#7DAB7F
meta.diff, meta.diff.header#5e7070
markup.deleted#F07C91
markup.inserted#A6E22E
markup.changed#f7b83d
constant.numeric.line-number.find-in-files - match#84AD0A
entity.name.filename.find-in-files#E6DB74
keyword.other#839797
meta.property-value, support.constant.property-value, constant.other.color#7DAB7F
meta.structure.dictionary.json string.quoted.double.json#9bb7a7
meta.structure.dictionary.value.json string.quoted.double.json#7DAB7F
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#FC7767
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#FC7767normal
variable.other#ffffffnormal
variable.parameter.function.coffee#8ec07c
entity.name.section.markdown#9bb7a7
punctuation.definition.heading.markdown#9bb7a7
markup.raw.inline.markdown#7DAB7F
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#FC7767
markup.bold.markdown, markup.italic.markdown#FC7767
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#F07C91
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#d6dbdb