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#242436
  • activityBar.foreground#9090b2
  • activityBarBadge.background#9d50ba
  • activityBarBadge.foreground#ffffff
  • badge.background#9d50ba
  • badge.foreground#ffffff
  • button.background#ee4266
  • button.foreground#ffffff
  • dropdown.background#1c1c2a
  • dropdown.border#1c1c2a
  • dropdown.foreground#9090b2
  • editor.background#202030
  • editor.foreground#9090b2
  • editor.hoverHighlightBackground#9d50ba22
  • editor.lineHighlightBackground#262639
  • editor.selectionBackground#ee426655
  • editor.wordHighlightBackground#ffd23f22
  • editor.wordHighlightStrongBackground#ee426622
  • editorBracketMatch.background#9d50ba44
  • editorBracketMatch.border#ee4266
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#262639
  • editorGroupHeader.tabsBackground#262639
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1c1c2a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#34344f
  • editorLineNumber.foreground#49496d
  • editorLink.activeForeground#9d50ba
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ee426655
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#34344f
  • editorSuggestWidget.foreground#9090b2
  • editorSuggestWidget.highlightForeground#9d50ba
  • editorSuggestWidget.selectedBackground#49496d
  • editorWhitespace.foreground#34344f
  • editorWidget.background#34344f
  • editorWidget.border#49496d
  • extensionButton.prominentBackground#9d50ba
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#b175c8
  • focusBorder#9d50ba
  • foreground#9090b2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5d5d8c
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#9d50ba
  • input.background#161621
  • input.border#3f3f5e
  • input.foreground#9090b2
  • input.placeholderForeground#454567
  • inputOption.activeBorder#ee4266
  • list.activeSelectionBackground#ee4266
  • list.activeSelectionForeground#202030
  • list.focusBackground#3f3f5e
  • list.hoverBackground#262639
  • list.inactiveSelectionBackground#202030
  • notification.background#2a2a3f
  • notification.buttonBackground#9d50ba
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#9090b2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#34344f
  • panel.border#49496d
  • panelTitle.activeBorder#9d50ba
  • panelTitle.inactiveForeground#68689a
  • peekView.border#9d50ba
  • peekViewEditor.background#181824
  • peekViewEditor.matchHighlightBackground#ee426655
  • peekViewEditorGutter.background#1c1c2a
  • peekViewResult.background#2a2a3f
  • peekViewResult.fileForeground#8484aa
  • peekViewResult.lineForeground#72729d
  • peekViewResult.matchHighlightBackground#ee426655
  • peekViewResult.selectionBackground#242436
  • peekViewResult.selectionForeground#9090b2
  • peekViewTitle.background#1c1c2a
  • peekViewTitleDescription.foreground#8787ac
  • peekViewTitleLabel.foreground#9090b2
  • progressBar.background#ffd23f
  • scrollbar.shadow#0c0c11
  • scrollbarSlider.activeBackground#9d50baaa
  • scrollbarSlider.background#49496daa
  • scrollbarSlider.hoverBackground#9d50ba55
  • sideBar.background#2a2a3f
  • sideBar.foreground#9090b2
  • sideBarSectionHeader.background#303048
  • sideBarSectionHeader.foreground#9090b2
  • statusBar.background#9d50ba
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ee4266
  • tab.inactiveBackground#28283c
  • tab.inactiveForeground#7777a5
  • terminal.ansiBlack#2a2a3f
  • terminal.ansiBlue#ffd23f
  • terminal.ansiBrightBlack#49496d
  • terminal.ansiBrightBlue#ffeaa5
  • terminal.ansiBrightCyan#f6a0b2
  • terminal.ansiBrightGreen#c699d7
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ccccdc
  • terminal.ansiBrightYellow#f6a0b2
  • terminal.ansiCyan#ee4266
  • terminal.ansiGreen#9d50ba
  • terminal.ansiMagenta#f3fcf0
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#9f9fbc
  • terminal.ansiYellow#ee4266
  • terminal.background#161621
  • terminal.foreground#9090b2
  • titleBar.activeBackground#181824

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#9090b2
comment#4c4c70
string#a2d66b
constant.numeric#88c448
constant.language#ee4266
constant.character, constant.other#ee4266
variable
keyword#f3fcf0
storage#ee4266
storage.type#9d50ba
entity.name.class#ee4266underline
entity.other.inherited-class#ee4266
entity.name.function#ffd23f
variable.parameter#d5d5e8
entity.name.tag#9d50ba
entity.other.attribute-name#ee4266
support.function#ee4266
support.constant#ee4266
support.type, support.class#ee4266
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a2d66b
meta.diff, meta.diff.header#4c4c70
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#6d6d9c
meta.property-value, support.constant.property-value, constant.other.color#a2d66b
meta.structure.dictionary.json string.quoted.double.json#ee4266
meta.structure.dictionary.value.json string.quoted.double.json#a2d66b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#9090b2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#9d50ba
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#9d50banormal
variable.other#d5d5e8normal
variable.parameter.function.coffee#88c448
entity.name.section.markdown#ee4266
punctuation.definition.heading.markdown#f3fcf0
markup.raw.inline.markdown#a2d66b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#f3fcf0
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#f3fcf0
punctuation.definition.metadata.markdown#f3fcf0
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#9d50ba
markup.bold.markdown, markup.italic.markdown#9d50ba
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#9090b2

Shiki preview

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

Loading...