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#222a2a
  • activityBar.foreground#ffffff
  • activityBarBadge.background#36a595
  • activityBarBadge.foreground#ffffff
  • badge.background#36a595
  • badge.foreground#ffffff
  • button.background#c9b230
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#222a2a
  • editor.background#ffffff
  • editor.foreground#222a2a
  • editor.hoverHighlightBackground#36a59522
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#36a59533
  • editor.wordHighlightBackground#db515c22
  • editor.wordHighlightStrongBackground#c9b23022
  • editorBracketMatch.background#36a59544
  • editorBracketMatch.border#c9b230
  • editorCursor.foreground#222222
  • 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#36a595
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#c9b23055
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#222a2a
  • editorSuggestWidget.highlightForeground#36a595
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#36a595
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#4ac4b2
  • focusBorder#36a595
  • foreground#222a2a
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#36a595
  • input.background#ffffff
  • input.border#999999
  • input.foreground#222a2a
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#c9b230
  • list.activeSelectionBackground#c9b230
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#36a595
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#222a2a
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#36a595
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#36a595
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#c9b23055
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#2d3838
  • peekViewResult.lineForeground#5b7070
  • peekViewResult.matchHighlightBackground#c9b23055
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#2d3838
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#1b2222
  • peekViewTitleLabel.foreground#222a2a
  • progressBar.background#db515c
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#36a595aa
  • scrollbarSlider.background#222a2a35
  • scrollbarSlider.hoverBackground#36a59555
  • sideBar.background#f2f2f2
  • sideBar.foreground#222a2a
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#222a2a
  • statusBar.background#36a595
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#c9b230
  • tab.activeForeground#222a2a
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#809898
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#db515c
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#eca6ab
  • terminal.ansiBrightCyan#71d0c3
  • terminal.ansiBrightGreen#71d0c3
  • terminal.ansiBrightMagenta#efc5a3
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#506262
  • terminal.ansiBrightYellow#e0d27f
  • terminal.ansiCyan#36a595
  • terminal.ansiGreen#36a595
  • terminal.ansiMagenta#e08e4c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#2d3838
  • terminal.ansiYellow#c9b230
  • terminal.background#ffffff
  • terminal.foreground#222a2a
  • titleBar.activeBackground#9cafaf
  • titleBar.activeForeground#222a2a
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#222a2a
comment#cccccc
string#63a5a5
constant.numeric#4eadad
constant.language#c9b230
constant.character, constant.other#c9b230
variable
keyword#e08e4c
storage#c9b230
storage.type#36a595
entity.name.class#c9b230underline
entity.other.inherited-class#c9b230
entity.name.function#db515c
variable.parameter#607a7a
entity.name.tag#36a595
entity.other.attribute-name#c9b230
support.function#36a595
support.constant#c9b230
support.type, support.class#c9b230
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#63a5a5
meta.diff, meta.diff.header#cccccc
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#a6a6a6
meta.property-value, support.constant.property-value, constant.other.color#63a5a5
meta.structure.dictionary.json string.quoted.double.json#c9b230
meta.structure.dictionary.value.json string.quoted.double.json#63a5a5
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#222a2a
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#36a595
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#36a595normal
variable.other#607a7anormal
variable.parameter.function.coffee#4eadad
entity.name.section.markdown#c9b230
punctuation.definition.heading.markdown#e08e4c
markup.raw.inline.markdown#63a5a5
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e08e4c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e08e4c
punctuation.definition.metadata.markdown#e08e4c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#36a595
markup.bold.markdown, markup.italic.markdown#36a595
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#222a2a

Shiki preview

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

Loading...