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#161615
  • activityBar.foreground#e8e1de
  • activityBarBadge.background#edbd44
  • activityBarBadge.foreground#ffffff
  • badge.background#edbd44
  • badge.foreground#ffffff
  • button.background#f75431
  • button.foreground#ffffff
  • dropdown.background#0c0c0b
  • dropdown.border#0c0c0b
  • dropdown.foreground#e8e1de
  • editor.background#111110
  • editor.foreground#e8e1de
  • editor.hoverHighlightBackground#edbd4422
  • editor.lineHighlightBackground#191917
  • editor.selectionBackground#f7543155
  • editor.wordHighlightBackground#52b4d822
  • editor.wordHighlightStrongBackground#f7543122
  • editorBracketMatch.background#edbd4444
  • editorBracketMatch.border#f75431
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#191917
  • editorGroupHeader.tabsBackground#191917
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0c0c0b
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2b2b29
  • editorLineNumber.foreground#464641
  • editorLink.activeForeground#edbd44
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f7543155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2b2b29
  • editorSuggestWidget.foreground#e8e1de
  • editorSuggestWidget.highlightForeground#edbd44
  • editorSuggestWidget.selectedBackground#464641
  • editorWhitespace.foreground#2b2b29
  • editorWidget.background#2b2b29
  • editorWidget.border#464641
  • extensionButton.prominentBackground#edbd44
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f1cd73
  • focusBorder#edbd44
  • foreground#e8e1de
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#60605a
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#edbd44
  • input.background#040404
  • input.border#383835
  • input.foreground#e8e1de
  • input.placeholderForeground#40403d
  • inputOption.activeBorder#f75431
  • list.activeSelectionBackground#f75431
  • list.activeSelectionForeground#111110
  • list.focusBackground#383835
  • list.hoverBackground#191917
  • list.inactiveSelectionBackground#111110
  • notification.background#1e1e1c
  • notification.buttonBackground#edbd44
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#e8e1de
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2b2b29
  • panel.border#464641
  • panelTitle.activeBorder#edbd44
  • panelTitle.inactiveForeground#6d6d67
  • peekView.border#edbd44
  • peekViewEditor.background#060606
  • peekViewEditor.matchHighlightBackground#f7543155
  • peekViewEditorGutter.background#0c0c0b
  • peekViewResult.background#1e1e1c
  • peekViewResult.fileForeground#e0d6d2
  • peekViewResult.lineForeground#d3c6c0
  • peekViewResult.matchHighlightBackground#f7543155
  • peekViewResult.selectionBackground#161615
  • peekViewResult.selectionForeground#e8e1de
  • peekViewTitle.background#0c0c0b
  • peekViewTitleDescription.foreground#e2d9d5
  • peekViewTitleLabel.foreground#e8e1de
  • progressBar.background#52b4d8
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#edbd44aa
  • scrollbarSlider.background#464641aa
  • scrollbarSlider.hoverBackground#edbd4455
  • sideBar.background#1e1e1c
  • sideBar.foreground#e8e1de
  • sideBarSectionHeader.background#262624
  • sideBarSectionHeader.foreground#e8e1de
  • statusBar.background#edbd44
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f75431
  • tab.inactiveBackground#1c1c1a
  • tab.inactiveForeground#7a7a73
  • terminal.ansiBlack#1e1e1c
  • terminal.ansiBlue#52b4d8
  • terminal.ansiBrightBlack#464641
  • terminal.ansiBrightBlue#a5d8eb
  • terminal.ansiBrightCyan#e6f6fa
  • terminal.ansiBrightGreen#f6dea1
  • terminal.ansiBrightMagenta#eec188
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fba593
  • terminal.ansiCyan#92d8e8
  • terminal.ansiGreen#edbd44
  • terminal.ansiMagenta#e2922f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f2efed
  • terminal.ansiYellow#f75431
  • terminal.background#040404
  • terminal.foreground#e8e1de
  • titleBar.activeBackground#060606

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e8e1de
comment#706864
string#a2d66b
constant.numeric#88c448
constant.language#f75431
constant.character, constant.other#f75431
variable
keyword#e2922f
storage#f75431
storage.type#edbd44
entity.name.class#f75431underline
entity.other.inherited-class#f75431
entity.name.function#52b4d8
variable.parameter#ffffff
entity.name.tag#edbd44
entity.other.attribute-name#f75431
support.function#92d8e8
support.constant#f75431
support.type, support.class#f75431
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a2d66b
meta.diff, meta.diff.header#706864
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#968e8a
meta.property-value, support.constant.property-value, constant.other.color#a2d66b
meta.structure.dictionary.json string.quoted.double.json#f75431
meta.structure.dictionary.value.json string.quoted.double.json#a2d66b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#e8e1de
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#edbd44
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#edbd44normal
variable.other#ffffffnormal
variable.parameter.function.coffee#88c448
entity.name.section.markdown#f75431
punctuation.definition.heading.markdown#e2922f
markup.raw.inline.markdown#a2d66b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e2922f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e2922f
punctuation.definition.metadata.markdown#e2922f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#edbd44
markup.bold.markdown, markup.italic.markdown#edbd44
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#e8e1de

Shiki preview

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

Loading...