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#13141c
  • activityBar.foreground#ffffff
  • activityBarBadge.background#7cb8ba
  • activityBarBadge.foreground#ffffff
  • badge.background#7cb8ba
  • badge.foreground#ffffff
  • button.background#6e81a0
  • button.foreground#ffffff
  • dropdown.background#0b0c10
  • dropdown.border#0b0c10
  • dropdown.foreground#ffffff
  • editor.background#0f1016
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#7cb8ba22
  • editor.lineHighlightBackground#15171f
  • editor.selectionBackground#7cb8ba55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#6e81a022
  • editorBracketMatch.background#7cb8ba44
  • editorBracketMatch.border#6e81a0
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#15171f
  • editorGroupHeader.tabsBackground#15171f
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0b0c10
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#242634
  • editorLineNumber.foreground#383c53
  • editorLink.activeForeground#7cb8ba
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#6e81a055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#242634
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#7cb8ba
  • editorSuggestWidget.selectedBackground#383c53
  • editorWhitespace.foreground#242634
  • editorWidget.background#242634
  • editorWidget.border#383c53
  • extensionButton.prominentBackground#7cb8ba
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#9dcacc
  • focusBorder#7cb8ba
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#4d5271
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#7cb8ba
  • input.background#050507
  • input.border#2e3143
  • input.foreground#ffffff
  • input.placeholderForeground#34384d
  • inputOption.activeBorder#6e81a0
  • list.activeSelectionBackground#6e81a0
  • list.activeSelectionForeground#0f1016
  • list.focusBackground#2e3143
  • list.hoverBackground#15171f
  • list.inactiveSelectionBackground#0f1016
  • notification.background#191b25
  • notification.buttonBackground#7cb8ba
  • 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#242634
  • panel.border#383c53
  • panelTitle.activeBorder#7cb8ba
  • panelTitle.inactiveForeground#575d80
  • peekView.border#7cb8ba
  • peekViewEditor.background#07070a
  • peekViewEditor.matchHighlightBackground#6e81a055
  • peekViewEditorGutter.background#0b0c10
  • peekViewResult.background#191b25
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#6e81a055
  • peekViewResult.selectionBackground#13141c
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#0b0c10
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#7cb8baaa
  • scrollbarSlider.background#383c53aa
  • scrollbarSlider.hoverBackground#7cb8ba55
  • sideBar.background#191b25
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#20222e
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#7cb8ba
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#6e81a0
  • tab.inactiveBackground#171922
  • tab.inactiveForeground#62688f
  • terminal.ansiBlack#191b25
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#383c53
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#acb7c8
  • terminal.ansiBrightGreen#bfdcdd
  • terminal.ansiBrightMagenta#bfdcdd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#acb7c8
  • terminal.ansiCyan#6e81a0
  • terminal.ansiGreen#7cb8ba
  • terminal.ansiMagenta#7cb8ba
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#6e81a0
  • terminal.background#050507
  • terminal.foreground#ffffff
  • titleBar.activeBackground#07070a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#41435b
string#dbc583
constant.numeric#83ba7c
constant.language#6e81a0
constant.character, constant.other#6e81a0
variable
keyword#7cb8ba
storage#6e81a0
storage.type#7cb8ba
entity.name.class#6e81a0underline
entity.other.inherited-class#6e81a0
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#7cb8ba
entity.other.attribute-name#6e81a0
support.function#6e81a0
support.constant#6e81a0
support.type, support.class#6e81a0
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#dbc583
meta.diff, meta.diff.header#41435b
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#616488
meta.property-value, support.constant.property-value, constant.other.color#dbc583
meta.structure.dictionary.json string.quoted.double.json#6e81a0
meta.structure.dictionary.value.json string.quoted.double.json#dbc583
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#7cb8ba
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#7cb8banormal
variable.other#ffffffnormal
variable.parameter.function.coffee#83ba7c
entity.name.section.markdown#6e81a0
punctuation.definition.heading.markdown#7cb8ba
markup.raw.inline.markdown#dbc583
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#7cb8ba
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#7cb8ba
punctuation.definition.metadata.markdown#7cb8ba
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#7cb8ba
markup.bold.markdown, markup.italic.markdown#7cb8ba
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...