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#443a27
  • activityBar.foreground#ede8de
  • activityBarBadge.background#fe5f00
  • activityBarBadge.foreground#ffffff
  • badge.background#fe5f00
  • badge.foreground#ffffff
  • button.background#988f2a
  • button.foreground#ffffff
  • dropdown.background#e9e3d7
  • dropdown.border#e9e3d7
  • dropdown.foreground#443a27
  • editor.background#ede8de
  • editor.foreground#443a27
  • editor.hoverHighlightBackground#fe5f0022
  • editor.lineHighlightBackground#e8e1d4
  • editor.selectionBackground#fe5f0033
  • editor.wordHighlightBackground#8e754722
  • editor.wordHighlightStrongBackground#988f2a22
  • editorBracketMatch.background#fe5f0044
  • editorBracketMatch.border#988f2a
  • editorCursor.foreground#222222
  • editorGroup.background#e8e1d4
  • editorGroupHeader.tabsBackground#e8e1d4
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#e9e3d7
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#dbd1bd
  • editorLineNumber.foreground#c9ba9c
  • editorLink.activeForeground#fe5f00
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#988f2a55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#dbd1bd
  • editorSuggestWidget.foreground#443a27
  • editorSuggestWidget.highlightForeground#fe5f00
  • editorSuggestWidget.selectedBackground#d2c5ad
  • editorWhitespace.foreground#dbd1bd
  • editorWidget.background#e4dcce
  • editorWidget.border#c9ba9c
  • extensionButton.prominentBackground#fe5f00
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ff7f32
  • focusBorder#fe5f00
  • foreground#443a27
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#ae976b
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#fe5f00
  • input.background#ede8de
  • input.border#a58c5a
  • input.foreground#443a27
  • input.placeholderForeground#c9ba9c
  • inputOption.activeBorder#988f2a
  • list.activeSelectionBackground#988f2a
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d2c5ad
  • list.hoverBackground#f2efe8
  • list.inactiveSelectionBackground#ede8de
  • notification.background#d2c5ad
  • notification.buttonBackground#fe5f00
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#443a27
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#e6dfd1
  • panel.border#d7ccb6
  • panelTitle.activeBorder#fe5f00
  • panelTitle.activeForeground#73623f
  • panelTitle.inactiveForeground#c0ae8c
  • peekView.border#fe5f00
  • peekViewEditor.background#e9e3d7
  • peekViewEditor.matchHighlightBackground#988f2a55
  • peekViewEditorGutter.background#e2daca
  • peekViewResult.background#e4dcce
  • peekViewResult.fileForeground#544830
  • peekViewResult.lineForeground#957f55
  • peekViewResult.matchHighlightBackground#988f2a55
  • peekViewResult.selectionBackground#f1ede5
  • peekViewResult.selectionForeground#544830
  • peekViewTitle.background#e9e3d7
  • peekViewTitleDescription.foreground#3a3221
  • peekViewTitleLabel.foreground#443a27
  • progressBar.background#8e7547
  • scrollbar.shadow#a58c5a
  • scrollbarSlider.activeBackground#fe5f00aa
  • scrollbarSlider.background#443a2735
  • scrollbarSlider.hoverBackground#fe5f0055
  • sideBar.background#e4dcce
  • sideBar.foreground#443a27
  • sideBarSectionHeader.background#d2c5ad
  • sideBarSectionHeader.foreground#443a27
  • statusBar.background#fe5f00
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#988f2a
  • tab.activeForeground#443a27
  • tab.border#d7ccb6
  • tab.inactiveBackground#e6dfd1
  • tab.inactiveForeground#b6a481
  • terminal.ansiBlack#f6f3ef
  • terminal.ansiBlue#8e7547
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#bea77d
  • terminal.ansiBrightCyan#d1c757
  • terminal.ansiBrightGreen#ff9f65
  • terminal.ansiBrightMagenta#ff9f65
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#85714c
  • terminal.ansiBrightYellow#d1c757
  • terminal.ansiCyan#988f2a
  • terminal.ansiGreen#fe5f00
  • terminal.ansiMagenta#fe5f00
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#544830
  • terminal.ansiYellow#988f2a
  • terminal.background#ede8de
  • terminal.foreground#443a27
  • titleBar.activeBackground#c9bba1
  • titleBar.activeForeground#443a27
  • widget.shadow#c9ba9c55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#443a27
comment#8e8e70
string#fdb825
constant.numeric#fd9825
constant.language#988f2a
constant.character, constant.other#988f2a
variable
keyword#fe5f00
storage#988f2a
storage.type#fe5f00
entity.name.class#988f2aunderline
entity.other.inherited-class#988f2a
entity.name.function#8e7547
variable.parameter#705e3d
entity.name.tag#fe5f00
entity.other.attribute-name#988f2a
support.function#988f2a
support.constant#988f2a
support.type, support.class#988f2a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#fdb825
meta.diff, meta.diff.header#8e8e70
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#63634e
meta.property-value, support.constant.property-value, constant.other.color#fdb825
meta.structure.dictionary.json string.quoted.double.json#988f2a
meta.structure.dictionary.value.json string.quoted.double.json#fdb825
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#443a27
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fe5f00
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fe5f00normal
variable.other#705e3dnormal
variable.parameter.function.coffee#fd9825
entity.name.section.markdown#988f2a
punctuation.definition.heading.markdown#fe5f00
markup.raw.inline.markdown#fdb825
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fe5f00
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fe5f00
punctuation.definition.metadata.markdown#fe5f00
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fe5f00
markup.bold.markdown, markup.italic.markdown#fe5f00
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#443a27

Shiki preview

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

Loading...