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#191f13
  • activityBar.foreground#e3eadc
  • activityBarBadge.background#95cc5e
  • activityBarBadge.foreground#ffffff
  • badge.background#95cc5e
  • badge.foreground#ffffff
  • button.background#db784d
  • button.foreground#ffffff
  • dropdown.background#dee6d6
  • dropdown.border#dee6d6
  • dropdown.foreground#191f13
  • editor.background#e3eadc
  • editor.foreground#191f13
  • editor.hoverHighlightBackground#95cc5e22
  • editor.lineHighlightBackground#dbe4d2
  • editor.selectionBackground#db784d33
  • editor.wordHighlightBackground#60a36522
  • editor.wordHighlightStrongBackground#db784d22
  • editorBracketMatch.background#95cc5e44
  • editorBracketMatch.border#db784d
  • editorCursor.foreground#222222
  • editorGroup.background#dbe4d2
  • editorGroupHeader.tabsBackground#dbe4d2
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#dee6d6
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#c9d7bc
  • editorLineNumber.foreground#b0c49c
  • editorLink.activeForeground#95cc5e
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#db784d55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#c9d7bc
  • editorSuggestWidget.foreground#191f13
  • editorSuggestWidget.highlightForeground#95cc5e
  • editorSuggestWidget.selectedBackground#bdcdac
  • editorWhitespace.foreground#c9d7bc
  • editorWidget.background#d6e0cc
  • editorWidget.border#b0c49c
  • extensionButton.prominentBackground#95cc5e
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#aed885
  • focusBorder#95cc5e
  • foreground#191f13
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#8aa76c
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#95cc5e
  • input.background#e3eadc
  • input.border#7d9c5e
  • input.foreground#191f13
  • input.placeholderForeground#b0c49c
  • inputOption.activeBorder#db784d
  • list.activeSelectionBackground#db784d
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#bdcdac
  • list.hoverBackground#ebf0e6
  • list.inactiveSelectionBackground#e3eadc
  • notification.background#bdcdac
  • notification.buttonBackground#95cc5e
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#191f13
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#d9e2cf
  • panel.border#c4d3b6
  • panelTitle.activeBorder#95cc5e
  • panelTitle.activeForeground#576c41
  • panelTitle.inactiveForeground#a3ba8c
  • peekView.border#95cc5e
  • peekViewEditor.background#dee6d6
  • peekViewEditor.matchHighlightBackground#db784d55
  • peekViewEditorGutter.background#d4dfc9
  • peekViewResult.background#d6e0cc
  • peekViewResult.fileForeground#262f1d
  • peekViewResult.lineForeground#596e43
  • peekViewResult.matchHighlightBackground#db784d55
  • peekViewResult.selectionBackground#e8eee2
  • peekViewResult.selectionForeground#262f1d
  • peekViewTitle.background#dee6d6
  • peekViewTitleDescription.foreground#11160d
  • peekViewTitleLabel.foreground#191f13
  • progressBar.background#60a365
  • scrollbar.shadow#7d9c5e
  • scrollbarSlider.activeBackground#95cc5eaa
  • scrollbarSlider.background#191f1335
  • scrollbarSlider.hoverBackground#95cc5e55
  • sideBar.background#d6e0cc
  • sideBar.foreground#191f13
  • sideBarSectionHeader.background#bdcdac
  • sideBarSectionHeader.foreground#191f13
  • statusBar.background#95cc5e
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#db784d
  • tab.activeForeground#191f13
  • tab.border#c4d3b6
  • tab.inactiveBackground#d9e2cf
  • tab.inactiveForeground#7f9d61
  • terminal.ansiBlack#f0f4ec
  • terminal.ansiBlue#60a365
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#a1c8a4
  • terminal.ansiBrightCyan#c8e5ab
  • terminal.ansiBrightGreen#c8e5ab
  • terminal.ansiBrightMagenta#e8a294
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#4c5e3a
  • terminal.ansiBrightYellow#ecb8a2
  • terminal.ansiCyan#95cc5e
  • terminal.ansiGreen#95cc5e
  • terminal.ansiMagenta#d65940
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#262f1d
  • terminal.ansiYellow#db784d
  • terminal.background#e3eadc
  • terminal.foreground#191f13
  • titleBar.activeBackground#98b180
  • titleBar.activeForeground#191f13
  • widget.shadow#b0c49c55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#191f13
comment#3c4e2d
string#f8bb39
constant.numeric#95cc5e
constant.language#db784d
constant.character, constant.other#db784d
variable
keyword#d65940
storage#db784d
storage.type#95cc5e
entity.name.class#db784dunderline
entity.other.inherited-class#db784d
entity.name.function#60a365
variable.parameter#191f13
entity.name.tag#95cc5e
entity.other.attribute-name#db784d
support.function#95cc5e
support.constant#db784d
support.type, support.class#db784d
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#3c4e2d
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#171d11
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#db784d
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#191f13
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#95cc5e
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#95cc5enormal
variable.other#191f13normal
variable.parameter.function.coffee#95cc5e
entity.name.section.markdown#db784d
punctuation.definition.heading.markdown#d65940
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#d65940
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#d65940
punctuation.definition.metadata.markdown#d65940
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#95cc5e
markup.bold.markdown, markup.italic.markdown#95cc5e
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#191f13

Shiki preview

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

Loading...