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#0b0b0b
  • activityBar.foreground#dedede
  • activityBarBadge.background#edf252
  • activityBarBadge.foreground#3b3a32
  • badge.background#edf252
  • badge.foreground#3b3a32
  • button.background#8ac27a
  • button.foreground#3b3a32
  • dropdown.background#010101
  • dropdown.border#010101
  • dropdown.foreground#dedede
  • editor.background#060606
  • editor.foreground#dedede
  • editor.hoverHighlightBackground#edf25222
  • editor.lineHighlightBackground#0e0e0e
  • editor.selectionBackground#518f0d55
  • editor.wordHighlightBackground#bdf52222
  • editor.wordHighlightStrongBackground#8ac27a22
  • editorBracketMatch.background#edf25244
  • editorBracketMatch.border#8ac27a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#0e0e0e
  • editorGroupHeader.tabsBackground#0e0e0e
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#010101
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#1f1f1f
  • editorLineNumber.foreground#393939
  • editorLink.activeForeground#edf252
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#8ac27a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#1f1f1f
  • editorSuggestWidget.foreground#dedede
  • editorSuggestWidget.highlightForeground#edf252
  • editorSuggestWidget.selectedBackground#393939
  • editorWhitespace.foreground#1f1f1f
  • editorWidget.background#1f1f1f
  • editorWidget.border#393939
  • extensionButton.prominentBackground#edf252
  • extensionButton.prominentForeground#3b3a32
  • extensionButton.prominentHoverBackground#f2f681
  • focusBorder#edf252
  • foreground#dedede
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#525252
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#edf252
  • input.background#000000
  • input.border#2c2c2c
  • input.foreground#dedede
  • input.placeholderForeground#343434
  • inputOption.activeBorder#8ac27a
  • list.activeSelectionBackground#8ac27a
  • list.activeSelectionForeground#060606
  • list.focusBackground#2c2c2c
  • list.hoverBackground#0e0e0e
  • list.inactiveSelectionBackground#060606
  • notification.background#131313
  • notification.buttonBackground#edf252
  • notification.buttonForeground#3b3a32
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#dedede
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#1f1f1f
  • panel.border#393939
  • panelTitle.activeBorder#edf252
  • panelTitle.inactiveForeground#5f5f5f
  • peekView.border#edf252
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#8ac27a55
  • peekViewEditorGutter.background#010101
  • peekViewResult.background#131313
  • peekViewResult.fileForeground#d4d4d4
  • peekViewResult.lineForeground#c4c4c4
  • peekViewResult.matchHighlightBackground#8ac27a55
  • peekViewResult.selectionBackground#0b0b0b
  • peekViewResult.selectionForeground#dedede
  • peekViewTitle.background#010101
  • peekViewTitleDescription.foreground#d6d6d6
  • peekViewTitleLabel.foreground#dedede
  • progressBar.background#bdf522
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#edf252aa
  • scrollbarSlider.background#393939aa
  • scrollbarSlider.hoverBackground#edf25255
  • sideBar.background#131313
  • sideBar.foreground#dedede
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#dedede
  • statusBar.background#edf252
  • statusBar.foreground#3b3a32
  • statusBar.noFolderBackground#8ac27a
  • tab.inactiveBackground#101010
  • tab.inactiveForeground#6c6c6c
  • terminal.ansiBlack#131313
  • terminal.ansiBlue#bdf522
  • terminal.ansiBrightBlack#393939
  • terminal.ansiBrightBlue#daf984
  • terminal.ansiBrightCyan#ffdb8f
  • terminal.ansiBrightGreen#f7f9b1
  • terminal.ansiBrightMagenta#e6f48e
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#c8e2c0
  • terminal.ansiCyan#ffbb29
  • terminal.ansiGreen#edf252
  • terminal.ansiMagenta#d2eb31
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ebebeb
  • terminal.ansiYellow#8ac27a
  • terminal.background#000000
  • terminal.foreground#dedede
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#dedede
comment#615953
string#e4ff33
constant.numeric#fc580c
constant.language#8ac27a
constant.character, constant.other#8ac27a
variable
keyword#d2eb31
storage#8ac27a
storage.type#edf252
entity.name.class#8ac27aunderline
entity.other.inherited-class#8ac27a
entity.name.function#bdf522
variable.parameter#dedede
entity.name.tag#edf252
entity.other.attribute-name#8ac27a
support.function#ffbb29
support.constant#8ac27a
support.type, support.class#8ac27a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e4ff33
meta.diff, meta.diff.header#615953
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#8a7f76
meta.property-value, support.constant.property-value, constant.other.color#e4ff33
meta.structure.dictionary.json string.quoted.double.json#8ac27a
meta.structure.dictionary.value.json string.quoted.double.json#e4ff33
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#dedede
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#edf252
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#edf252normal
variable.other#dededenormal
variable.parameter.function.coffee#fc580c
entity.name.section.markdown#8ac27a
punctuation.definition.heading.markdown#d2eb31
markup.raw.inline.markdown#e4ff33
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#d2eb31
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#d2eb31
punctuation.definition.metadata.markdown#d2eb31
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#edf252
markup.bold.markdown, markup.italic.markdown#edf252
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#dedede

Shiki preview

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

Loading...