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#465360
  • activityBar.foreground#ffffff
  • activityBarBadge.background#228a96
  • activityBarBadge.foreground#ffffff
  • badge.background#228a96
  • badge.foreground#ffffff
  • button.background#6ba77f
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#465360
  • editor.background#ffffff
  • editor.foreground#465360
  • editor.hoverHighlightBackground#228a9622
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#228a9633
  • editor.wordHighlightBackground#46536022
  • editor.wordHighlightStrongBackground#6ba77f22
  • editorBracketMatch.background#228a9644
  • editorBracketMatch.border#6ba77f
  • editorCursor.foreground#333333
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#228a96
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#6ba77f55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#465360
  • editorSuggestWidget.highlightForeground#228a96
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#228a96
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#2bb0c0
  • focusBorder#228a96
  • foreground#465360
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#228a96
  • input.background#ffffff
  • input.border#999999
  • input.foreground#465360
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#6ba77f
  • list.activeSelectionBackground#6ba77f
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#228a96
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#465360
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#228a96
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#228a96
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#6ba77f55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#51606f
  • peekViewResult.lineForeground#8293a4
  • peekViewResult.matchHighlightBackground#6ba77f55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#51606f
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#404b57
  • peekViewTitleLabel.foreground#465360
  • progressBar.background#465360
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#228a96aa
  • scrollbarSlider.background#46536035
  • scrollbarSlider.hoverBackground#228a9655
  • sideBar.background#f2f2f2
  • sideBar.foreground#465360
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#465360
  • statusBar.background#228a96
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#6ba77f
  • tab.activeForeground#465360
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#aeb9c4
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#465360
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#738699
  • terminal.ansiBrightCyan#abcdb6
  • terminal.ansiBrightGreen#48c7d6
  • terminal.ansiBrightMagenta#48c7d6
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#738699
  • terminal.ansiBrightYellow#abcdb6
  • terminal.ansiCyan#6ba77f
  • terminal.ansiGreen#228a96
  • terminal.ansiMagenta#228a96
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#51606f
  • terminal.ansiYellow#6ba77f
  • terminal.background#ffffff
  • terminal.foreground#465360
  • titleBar.activeBackground#ccd2d9
  • titleBar.activeForeground#465360
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#465360—
comment#aeb9c4—
string#478e5f—
constant.numeric#61bcc6—
constant.language#6ba77f—
constant.character, constant.other#6ba77f—
variable—
keyword#228a96—
storage#6ba77f
storage.type#228a96
entity.name.class#6ba77funderline
entity.other.inherited-class#6ba77f
entity.name.function#465360
variable.parameter#353f49
entity.name.tag#228a96
entity.other.attribute-name#6ba77f
support.function#6ba77f
support.constant#6ba77f
support.type, support.class#6ba77f
support.other.variable—
invalid#cf433e
invalid.deprecated#cf433e—
meta.structure.dictionary.json string.quoted.double.json#478e5f—
meta.diff, meta.diff.header#aeb9c4—
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#8293a4—
meta.property-value, support.constant.property-value, constant.other.color#478e5f—
meta.structure.dictionary.json string.quoted.double.json#6ba77f—
meta.structure.dictionary.value.json string.quoted.double.json#478e5f—
meta.property-name support.type.property-name—normal
meta.property-value punctuation.separator.key-value#465360—
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#228a96—
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#228a96normal
variable.other#353f49normal
variable.parameter.function.coffee#61bcc6
entity.name.section.markdown#6ba77f—
punctuation.definition.heading.markdown#228a96—
markup.raw.inline.markdown#478e5f—
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#228a96—
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#228a96—
punctuation.definition.metadata.markdown#228a96—
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#228a96
markup.bold.markdown, markup.italic.markdown#228a96—
markup.italic.markdown—italic
markup.bold.markdown—bold
markup.raw.block.markdown#664e4d—
markup.deleted.git_gutter#e61f44—
markup.inserted.git_gutter#a7da1e—
markup.changed.git_gutter#f7b83d—
meta.template.expression#465360—