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#29291e
  • activityBar.foreground#d6c7ab
  • activityBarBadge.background#fe5f00
  • activityBarBadge.foreground#ffffff
  • badge.background#fe5f00
  • badge.foreground#ffffff
  • button.background#988f2a
  • button.foreground#ffffff
  • dropdown.background#1d1d16
  • dropdown.border#1d1d16
  • dropdown.foreground#d6c7ab
  • editor.background#23231a
  • editor.foreground#d6c7ab
  • editor.hoverHighlightBackground#fe5f0022
  • editor.lineHighlightBackground#2c2c21
  • editor.selectionBackground#fe5f0055
  • editor.wordHighlightBackground#8e754722
  • editor.wordHighlightStrongBackground#988f2a22
  • editorBracketMatch.background#fe5f0044
  • editorBracketMatch.border#988f2a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#2c2c21
  • editorGroupHeader.tabsBackground#2c2c21
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d16
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#404030
  • editorLineNumber.foreground#5e5e45
  • editorLink.activeForeground#fe5f00
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#988f2a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#404030
  • editorSuggestWidget.foreground#d6c7ab
  • editorSuggestWidget.highlightForeground#fe5f00
  • editorSuggestWidget.selectedBackground#5e5e45
  • editorWhitespace.foreground#404030
  • editorWidget.background#404030
  • editorWidget.border#5e5e45
  • extensionButton.prominentBackground#fe5f00
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ff7f32
  • focusBorder#fe5f00
  • foreground#d6c7ab
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#7b7b5b
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fe5f00
  • input.background#14140f
  • input.border#4f4f3b
  • input.foreground#d6c7ab
  • input.placeholderForeground#585841
  • inputOption.activeBorder#988f2a
  • list.activeSelectionBackground#988f2a
  • list.activeSelectionForeground#23231a
  • list.focusBackground#4f4f3b
  • list.hoverBackground#2c2c21
  • list.inactiveSelectionBackground#23231a
  • notification.background#323225
  • notification.buttonBackground#fe5f00
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#d6c7ab
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#404030
  • panel.border#5e5e45
  • panelTitle.activeBorder#fe5f00
  • panelTitle.inactiveForeground#898966
  • peekView.border#fe5f00
  • peekViewEditor.background#171711
  • peekViewEditor.matchHighlightBackground#988f2a55
  • peekViewEditorGutter.background#1d1d16
  • peekViewResult.background#323225
  • peekViewResult.fileForeground#cfbe9d
  • peekViewResult.lineForeground#c5b089
  • peekViewResult.matchHighlightBackground#988f2a55
  • peekViewResult.selectionBackground#29291e
  • peekViewResult.selectionForeground#d6c7ab
  • peekViewTitle.background#1d1d16
  • peekViewTitleDescription.foreground#d1c0a1
  • peekViewTitleLabel.foreground#d6c7ab
  • progressBar.background#8e7547
  • scrollbar.shadow#060604
  • scrollbarSlider.activeBackground#fe5f00aa
  • scrollbarSlider.background#5e5e45aa
  • scrollbarSlider.hoverBackground#fe5f0055
  • sideBar.background#323225
  • sideBar.foreground#d6c7ab
  • sideBarSectionHeader.background#3a3a2b
  • sideBarSectionHeader.foreground#d6c7ab
  • statusBar.background#fe5f00
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#988f2a
  • tab.inactiveBackground#2f2f23
  • tab.inactiveForeground#979772
  • terminal.ansiBlack#323225
  • terminal.ansiBlue#8e7547
  • terminal.ansiBrightBlack#5e5e45
  • terminal.ansiBrightBlue#bea77d
  • terminal.ansiBrightCyan#d1c757
  • terminal.ansiBrightGreen#ff9f65
  • terminal.ansiBrightMagenta#ff9f65
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f7f5f0
  • terminal.ansiBrightYellow#d1c757
  • terminal.ansiCyan#988f2a
  • terminal.ansiGreen#fe5f00
  • terminal.ansiMagenta#fe5f00
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ded2bc
  • terminal.ansiYellow#988f2a
  • terminal.background#14140f
  • terminal.foreground#d6c7ab
  • titleBar.activeBackground#171711

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d6c7ab
comment#51513d
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#edebe6
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#51513d
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#7d7d5e
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#d6c7ab
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#edebe6normal
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#d6c7ab

Shiki preview

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

Loading...