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#555e68
  • activityBar.foreground#ffffff
  • activityBarBadge.background#5da892
  • activityBarBadge.foreground#ffffff
  • badge.background#5da892
  • badge.foreground#ffffff
  • button.background#e4d294
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#555e68
  • editor.background#ffffff
  • editor.foreground#555e68
  • editor.hoverHighlightBackground#5da89222
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#5da89233
  • editor.wordHighlightBackground#555e6822
  • editor.wordHighlightStrongBackground#e4d29422
  • editorBracketMatch.background#5da89244
  • editorBracketMatch.border#e4d294
  • 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#5da892
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#e4d29455
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#555e68
  • editorSuggestWidget.highlightForeground#5da892
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#5da892
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#7ebaa8
  • focusBorder#5da892
  • foreground#555e68
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#5da892
  • input.background#ffffff
  • input.border#999999
  • input.foreground#555e68
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#e4d294
  • list.activeSelectionBackground#e4d294
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#5da892
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#555e68
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#5da892
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#5da892
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#e4d29455
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#606b76
  • peekViewResult.lineForeground#959ea8
  • peekViewResult.matchHighlightBackground#e4d29455
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#606b76
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#4e5660
  • peekViewTitleLabel.foreground#555e68
  • progressBar.background#555e68
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#5da892aa
  • scrollbarSlider.background#555e6835
  • scrollbarSlider.hoverBackground#5da89255
  • sideBar.background#f2f2f2
  • sideBar.foreground#555e68
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#555e68
  • statusBar.background#5da892
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#e4d294
  • tab.activeForeground#555e68
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#bfc4ca
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#555e68
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#86919c
  • terminal.ansiBrightCyan#f9f4e5
  • terminal.ansiBrightGreen#9fccbf
  • terminal.ansiBrightMagenta#9fccbf
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#86919c
  • terminal.ansiBrightYellow#f9f4e5
  • terminal.ansiCyan#e4d294
  • terminal.ansiGreen#5da892
  • terminal.ansiMagenta#5da892
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#606b76
  • terminal.ansiYellow#e4d294
  • terminal.background#ffffff
  • terminal.foreground#555e68
  • titleBar.activeBackground#dbdee1
  • titleBar.activeForeground#555e68
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#555e68—
comment#b5c0cc—
string#cec86f—
constant.numeric#cea36f—
constant.language#e4d294—
constant.character, constant.other#e4d294—
variable—
keyword#5da892—
storage#e4d294
storage.type#5da892
entity.name.class#e4d294underline
entity.other.inherited-class#e4d294
entity.name.function#555e68
variable.parameter#3c4249
entity.name.tag#5da892
entity.other.attribute-name#e4d294
support.function#e4d294
support.constant#e4d294
support.type, support.class#e4d294
support.other.variable—
invalid#cf433e
invalid.deprecated#cf433e—
meta.structure.dictionary.json string.quoted.double.json#cec86f—
meta.diff, meta.diff.header#b5c0cc—
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#8899ad—
meta.property-value, support.constant.property-value, constant.other.color#cec86f—
meta.structure.dictionary.json string.quoted.double.json#e4d294—
meta.structure.dictionary.value.json string.quoted.double.json#cec86f—
meta.property-name support.type.property-name—normal
meta.property-value punctuation.separator.key-value#555e68—
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#5da892—
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#5da892normal
variable.other#3c4249normal
variable.parameter.function.coffee#cea36f
entity.name.section.markdown#e4d294—
punctuation.definition.heading.markdown#5da892—
markup.raw.inline.markdown#cec86f—
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#5da892—
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#5da892—
punctuation.definition.metadata.markdown#5da892—
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#5da892
markup.bold.markdown, markup.italic.markdown#5da892—
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#555e68—