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#333333
  • activityBar.foreground#f0f0f0
  • activityBarBadge.background#ff4e50
  • activityBarBadge.foreground#ffffff
  • badge.background#ff4e50
  • badge.foreground#ffffff
  • button.background#3bc7b8
  • button.foreground#ffffff
  • dropdown.background#ebebeb
  • dropdown.border#ebebeb
  • dropdown.foreground#333333
  • editor.background#f0f0f0
  • editor.foreground#333333
  • editor.hoverHighlightBackground#ff4e5022
  • editor.lineHighlightBackground#e8e8e8
  • editor.selectionBackground#ff4e5033
  • editor.wordHighlightBackground#c3cb4c22
  • editor.wordHighlightStrongBackground#3bc7b822
  • editorBracketMatch.background#ff4e5044
  • editorBracketMatch.border#3bc7b8
  • editorCursor.foreground#222222
  • editorGroup.background#e8e8e8
  • editorGroupHeader.tabsBackground#e8e8e8
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#ebebeb
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#d6d6d6
  • editorLineNumber.foreground#bdbdbd
  • editorLink.activeForeground#ff4e50
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#3bc7b855
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#d6d6d6
  • editorSuggestWidget.foreground#333333
  • editorSuggestWidget.highlightForeground#ff4e50
  • editorSuggestWidget.selectedBackground#cacaca
  • editorWhitespace.foreground#d6d6d6
  • editorWidget.background#e3e3e3
  • editorWidget.border#bdbdbd
  • extensionButton.prominentBackground#ff4e50
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ff8182
  • focusBorder#ff4e50
  • foreground#333333
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#979797
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#ff4e50
  • input.background#f0f0f0
  • input.border#8a8a8a
  • input.foreground#333333
  • input.placeholderForeground#bdbdbd
  • inputOption.activeBorder#3bc7b8
  • list.activeSelectionBackground#3bc7b8
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#cacaca
  • list.hoverBackground#f8f8f8
  • list.inactiveSelectionBackground#f0f0f0
  • notification.background#cacaca
  • notification.buttonBackground#ff4e50
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#333333
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#e6e6e6
  • panel.border#d1d1d1
  • panelTitle.activeBorder#ff4e50
  • panelTitle.activeForeground#646464
  • panelTitle.inactiveForeground#b0b0b0
  • peekView.border#ff4e50
  • peekViewEditor.background#ebebeb
  • peekViewEditor.matchHighlightBackground#3bc7b855
  • peekViewEditorGutter.background#e1e1e1
  • peekViewResult.background#e3e3e3
  • peekViewResult.fileForeground#404040
  • peekViewResult.lineForeground#737373
  • peekViewResult.matchHighlightBackground#3bc7b855
  • peekViewResult.selectionBackground#f5f5f5
  • peekViewResult.selectionForeground#404040
  • peekViewTitle.background#ebebeb
  • peekViewTitleDescription.foreground#2b2b2b
  • peekViewTitleLabel.foreground#333333
  • progressBar.background#c3cb4c
  • scrollbar.shadow#8a8a8a
  • scrollbarSlider.activeBackground#ff4e50aa
  • scrollbarSlider.background#33333335
  • scrollbarSlider.hoverBackground#ff4e5055
  • sideBar.background#e3e3e3
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#cacaca
  • sideBarSectionHeader.foreground#333333
  • statusBar.background#ff4e50
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#3bc7b8
  • tab.activeForeground#333333
  • tab.border#d1d1d1
  • tab.inactiveBackground#e6e6e6
  • tab.inactiveForeground#999999
  • terminal.ansiBlack#fdfdfd
  • terminal.ansiBlue#c3cb4c
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#dde29b
  • terminal.ansiBrightCyan#fba894
  • terminal.ansiBrightGreen#ffb4b5
  • terminal.ansiBrightMagenta#f5d88c
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#666666
  • terminal.ansiBrightYellow#8aded5
  • terminal.ansiCyan#f85931
  • terminal.ansiGreen#ff4e50
  • terminal.ansiMagenta#edb92e
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#404040
  • terminal.ansiYellow#3bc7b8
  • terminal.background#f0f0f0
  • terminal.foreground#333333
  • titleBar.activeBackground#b3b3b3
  • titleBar.activeForeground#333333
  • widget.shadow#bdbdbd55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333
comment#777777
string#3bc7b8
constant.numeric#ce1836
constant.language#3bc7b8
constant.character, constant.other#3bc7b8
variable
keyword#edb92e
storage#3bc7b8
storage.type#ff4e50
entity.name.class#3bc7b8underline
entity.other.inherited-class#3bc7b8
entity.name.function#c3cb4c
variable.parameter#333333
entity.name.tag#ff4e50
entity.other.attribute-name#3bc7b8
support.function#f85931
support.constant#3bc7b8
support.type, support.class#3bc7b8
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#3bc7b8
meta.diff, meta.diff.header#777777
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#515151
meta.property-value, support.constant.property-value, constant.other.color#3bc7b8
meta.structure.dictionary.json string.quoted.double.json#3bc7b8
meta.structure.dictionary.value.json string.quoted.double.json#3bc7b8
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#333333
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ff4e50
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ff4e50normal
variable.other#333333normal
variable.parameter.function.coffee#ce1836
entity.name.section.markdown#3bc7b8
punctuation.definition.heading.markdown#edb92e
markup.raw.inline.markdown#3bc7b8
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#edb92e
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#edb92e
punctuation.definition.metadata.markdown#edb92e
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ff4e50
markup.bold.markdown, markup.italic.markdown#ff4e50
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#333333

Shiki preview

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

Loading...