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#1c140b
  • activityBar.foreground#ffffff
  • activityBarBadge.background#8b6e46
  • activityBarBadge.foreground#ffffff
  • badge.background#8b6e46
  • badge.foreground#ffffff
  • button.background#ccb697
  • button.foreground#ffffff
  • dropdown.background#0e0a05
  • dropdown.border#0e0a05
  • dropdown.foreground#ffffff
  • editor.background#150f08
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#8b6e4622
  • editor.lineHighlightBackground#20170c
  • editor.selectionBackground#8b6e4655
  • editor.wordHighlightBackground#e2cdb022
  • editor.wordHighlightStrongBackground#ccb69722
  • editorBracketMatch.background#8b6e4644
  • editorBracketMatch.border#ccb697
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#20170c
  • editorGroupHeader.tabsBackground#20170c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0e0a05
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3a2916
  • editorLineNumber.foreground#5f4424
  • editorLink.activeForeground#8b6e46
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ccb69755
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3a2916
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#8b6e46
  • editorSuggestWidget.selectedBackground#5f4424
  • editorWhitespace.foreground#3a2916
  • editorWidget.background#3a2916
  • editorWidget.border#5f4424
  • extensionButton.prominentBackground#8b6e46
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ab8959
  • focusBorder#8b6e46
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#845e32
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#8b6e46
  • input.background#030201
  • input.border#4c371d
  • input.foreground#ffffff
  • input.placeholderForeground#573e21
  • inputOption.activeBorder#ccb697
  • list.activeSelectionBackground#ccb697
  • list.activeSelectionForeground#150f08
  • list.focusBackground#4c371d
  • list.hoverBackground#20170c
  • list.inactiveSelectionBackground#150f08
  • notification.background#271c0f
  • notification.buttonBackground#8b6e46
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3a2916
  • panel.border#5f4424
  • panelTitle.activeBorder#8b6e46
  • panelTitle.inactiveForeground#966b39
  • peekView.border#8b6e46
  • peekViewEditor.background#060402
  • peekViewEditor.matchHighlightBackground#ccb69755
  • peekViewEditorGutter.background#0e0a05
  • peekViewResult.background#271c0f
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#ccb69755
  • peekViewResult.selectionBackground#1c140b
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#0e0a05
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#e2cdb0
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#8b6e46aa
  • scrollbarSlider.background#5f4424aa
  • scrollbarSlider.hoverBackground#8b6e4655
  • sideBar.background#271c0f
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#332413
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#8b6e46
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ccb697
  • tab.inactiveBackground#241a0e
  • tab.inactiveForeground#a97940
  • terminal.ansiBlack#271c0f
  • terminal.ansiBlue#e2cdb0
  • terminal.ansiBrightBlack#5f4424
  • terminal.ansiBrightBlue#fdfcfb
  • terminal.ansiBrightCyan#bca17b
  • terminal.ansiBrightGreen#bca17b
  • terminal.ansiBrightMagenta#d9c7ae
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#eee6db
  • terminal.ansiCyan#8b6e46
  • terminal.ansiGreen#8b6e46
  • terminal.ansiMagenta#b99768
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ccb697
  • terminal.background#030201
  • terminal.foreground#ffffff
  • titleBar.activeBackground#060402

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#795431
string#f7a21b
constant.numeric#f7a21b
constant.language#ccb697
constant.character, constant.other#ccb697
variable
keyword#b99768
storage#ccb697
storage.type#8b6e46
entity.name.class#ccb697underline
entity.other.inherited-class#ccb697
entity.name.function#e2cdb0
variable.parameter#ffffff
entity.name.tag#8b6e46
entity.other.attribute-name#ccb697
support.function#8b6e46
support.constant#ccb697
support.type, support.class#ccb697
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f7a21b
meta.diff, meta.diff.header#795431
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#af7a47
meta.property-value, support.constant.property-value, constant.other.color#f7a21b
meta.structure.dictionary.json string.quoted.double.json#ccb697
meta.structure.dictionary.value.json string.quoted.double.json#f7a21b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#8b6e46
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#8b6e46normal
variable.other#ffffffnormal
variable.parameter.function.coffee#f7a21b
entity.name.section.markdown#ccb697
punctuation.definition.heading.markdown#b99768
markup.raw.inline.markdown#f7a21b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#b99768
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#b99768
punctuation.definition.metadata.markdown#b99768
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#8b6e46
markup.bold.markdown, markup.italic.markdown#8b6e46
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#ffffff

Shiki preview

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

Loading...