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#050505
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#4ecdc4
  • activityBarBadge.foreground#ffffff
  • badge.background#4ecdc4
  • badge.foreground#ffffff
  • button.background#00a8c6
  • button.foreground#ffffff
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#f8f8f2
  • editor.background#000000
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#4ecdc422
  • editor.lineHighlightBackground#080808
  • editor.selectionBackground#00809755
  • editor.wordHighlightBackground#aee23922
  • editor.wordHighlightStrongBackground#00a8c622
  • editorBracketMatch.background#4ecdc444
  • editorBracketMatch.border#00a8c6
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#080808
  • editorGroupHeader.tabsBackground#080808
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#1a1a1a
  • editorLineNumber.foreground#333333
  • editorLink.activeForeground#4ecdc4
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#00a8c655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#1a1a1a
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#4ecdc4
  • editorSuggestWidget.selectedBackground#333333
  • editorWhitespace.foreground#1a1a1a
  • editorWidget.background#1a1a1a
  • editorWidget.border#333333
  • extensionButton.prominentBackground#4ecdc4
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#76d8d1
  • focusBorder#4ecdc4
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4d4d4d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#4ecdc4
  • input.background#000000
  • input.border#262626
  • input.foreground#f8f8f2
  • input.placeholderForeground#2e2e2e
  • inputOption.activeBorder#00a8c6
  • list.activeSelectionBackground#00a8c6
  • list.activeSelectionForeground#000000
  • list.focusBackground#262626
  • list.hoverBackground#080808
  • list.inactiveSelectionBackground#000000
  • notification.background#0d0d0d
  • notification.buttonBackground#4ecdc4
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#1a1a1a
  • panel.border#333333
  • panelTitle.activeBorder#4ecdc4
  • panelTitle.inactiveForeground#595959
  • peekView.border#4ecdc4
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#00a8c655
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d0d0d
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#00a8c655
  • peekViewResult.selectionBackground#050505
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#aee239
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#4ecdc4aa
  • scrollbarSlider.background#333333aa
  • scrollbarSlider.hoverBackground#4ecdc455
  • sideBar.background#0d0d0d
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#4ecdc4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#00a8c6
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#0d0d0d
  • terminal.ansiBlue#aee239
  • terminal.ansiBrightBlack#333333
  • terminal.ansiBrightBlue#d2ef92
  • terminal.ansiBrightCyan#9ee3df
  • terminal.ansiBrightGreen#9ee3df
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#2ddfff
  • terminal.ansiCyan#4ecdc4
  • terminal.ansiGreen#4ecdc4
  • terminal.ansiMagenta#c8d7e8
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#00a8c6
  • terminal.background#000000
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
comment#737b84
string#e9ee00
constant.numeric#8fbe00
constant.language#00a8c6
constant.character, constant.other#00a8c6
variable
keyword#c8d7e8
storage#00a8c6
storage.type#4ecdc4
entity.name.class#00a8c6underline
entity.other.inherited-class#00a8c6
entity.name.function#aee239
variable.parameter#f8f8f2
entity.name.tag#4ecdc4
entity.other.attribute-name#00a8c6
support.function#4ecdc4
support.constant#00a8c6
support.type, support.class#00a8c6
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e9ee00
meta.diff, meta.diff.header#737b84
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#9ba1a8
meta.property-value, support.constant.property-value, constant.other.color#e9ee00
meta.structure.dictionary.json string.quoted.double.json#00a8c6
meta.structure.dictionary.value.json string.quoted.double.json#e9ee00
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f8f8f2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#4ecdc4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#4ecdc4normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#8fbe00
entity.name.section.markdown#00a8c6
punctuation.definition.heading.markdown#c8d7e8
markup.raw.inline.markdown#e9ee00
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#c8d7e8
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#c8d7e8
punctuation.definition.metadata.markdown#c8d7e8
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#4ecdc4
markup.bold.markdown, markup.italic.markdown#4ecdc4
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#f8f8f2

Shiki preview

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

Loading...