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#1f2022
  • activityBar.foreground#ede0ce
  • activityBarBadge.background#92b55f
  • activityBarBadge.foreground#ffffff
  • badge.background#92b55f
  • badge.foreground#ffffff
  • button.background#487d76
  • button.foreground#ffffff
  • dropdown.background#151618
  • dropdown.border#151618
  • dropdown.foreground#ede0ce
  • editor.background#1a1b1d
  • editor.foreground#ede0ce
  • editor.hoverHighlightBackground#92b55f22
  • editor.lineHighlightBackground#212325
  • editor.selectionBackground#487d7655
  • editor.wordHighlightBackground#e8da5e22
  • editor.wordHighlightStrongBackground#487d7622
  • editorBracketMatch.background#92b55f44
  • editorBracketMatch.border#487d76
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#212325
  • editorGroupHeader.tabsBackground#212325
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#151618
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#323438
  • editorLineNumber.foreground#4a4d53
  • editorLink.activeForeground#92b55f
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#487d7655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#323438
  • editorSuggestWidget.foreground#ede0ce
  • editorSuggestWidget.highlightForeground#92b55f
  • editorSuggestWidget.selectedBackground#4a4d53
  • editorWhitespace.foreground#323438
  • editorWidget.background#323438
  • editorWidget.border#4a4d53
  • extensionButton.prominentBackground#92b55f
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#aac582
  • focusBorder#92b55f
  • foreground#ede0ce
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#62666e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#92b55f
  • input.background#0e0e10
  • input.border#3e4145
  • input.foreground#ede0ce
  • input.placeholderForeground#45484d
  • inputOption.activeBorder#487d76
  • list.activeSelectionBackground#487d76
  • list.activeSelectionForeground#1a1b1d
  • list.focusBackground#3e4145
  • list.hoverBackground#212325
  • list.inactiveSelectionBackground#1a1b1d
  • notification.background#26282a
  • notification.buttonBackground#92b55f
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ede0ce
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#323438
  • panel.border#4a4d53
  • panelTitle.activeBorder#92b55f
  • panelTitle.inactiveForeground#6e737b
  • peekView.border#92b55f
  • peekViewEditor.background#101112
  • peekViewEditor.matchHighlightBackground#487d7655
  • peekViewEditorGutter.background#151618
  • peekViewResult.background#26282a
  • peekViewResult.fileForeground#e8d7bf
  • peekViewResult.lineForeground#dfc8a9
  • peekViewResult.matchHighlightBackground#487d7655
  • peekViewResult.selectionBackground#1f2022
  • peekViewResult.selectionForeground#ede0ce
  • peekViewTitle.background#151618
  • peekViewTitleDescription.foreground#e9d9c3
  • peekViewTitleLabel.foreground#ede0ce
  • progressBar.background#e8da5e
  • scrollbar.shadow#020202
  • scrollbarSlider.activeBackground#92b55faa
  • scrollbarSlider.background#4a4d53aa
  • scrollbarSlider.hoverBackground#92b55f55
  • sideBar.background#26282a
  • sideBar.foreground#ede0ce
  • sideBarSectionHeader.background#2d2f32
  • sideBarSectionHeader.foreground#ede0ce
  • statusBar.background#92b55f
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#487d76
  • tab.inactiveBackground#242528
  • tab.inactiveForeground#7b7f88
  • terminal.ansiBlack#26282a
  • terminal.ansiBlue#e8da5e
  • terminal.ansiBrightBlack#4a4d53
  • terminal.ansiBrightBlue#f5efb7
  • terminal.ansiBrightCyan#79b2aa
  • terminal.ansiBrightGreen#c1d5a5
  • terminal.ansiBrightMagenta#c1d5a5
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#79b2aa
  • terminal.ansiCyan#487d76
  • terminal.ansiGreen#92b55f
  • terminal.ansiMagenta#92b55f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f4ece1
  • terminal.ansiYellow#487d76
  • terminal.background#0e0e10
  • terminal.foreground#ede0ce
  • titleBar.activeBackground#101112

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ede0ce
comment#7a7267
string#e8da5e
constant.numeric#e8da5e
constant.language#487d76
constant.character, constant.other#487d76
variable
keyword#92b55f
storage#487d76
storage.type#92b55f
entity.name.class#487d76underline
entity.other.inherited-class#487d76
entity.name.function#e8da5e
variable.parameter#ede0ce
entity.name.tag#92b55f
entity.other.attribute-name#487d76
support.function#487d76
support.constant#487d76
support.type, support.class#487d76
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e8da5e
meta.diff, meta.diff.header#7a7267
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#a0988e
meta.property-value, support.constant.property-value, constant.other.color#e8da5e
meta.structure.dictionary.json string.quoted.double.json#487d76
meta.structure.dictionary.value.json string.quoted.double.json#e8da5e
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ede0ce
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#92b55f
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#92b55fnormal
variable.other#ede0cenormal
variable.parameter.function.coffee#e8da5e
entity.name.section.markdown#487d76
punctuation.definition.heading.markdown#92b55f
markup.raw.inline.markdown#e8da5e
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#92b55f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#92b55f
punctuation.definition.metadata.markdown#92b55f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#92b55f
markup.bold.markdown, markup.italic.markdown#92b55f
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#ede0ce

Shiki preview

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

Loading...