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#2c353b
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#4571a8
  • activityBarBadge.foreground#ffffff
  • badge.background#4571a8
  • badge.foreground#ffffff
  • button.background#707ba0
  • button.foreground#ffffff
  • dropdown.background#242b2f
  • dropdown.border#242b2f
  • dropdown.foreground#c0ccdb
  • editor.background#283035
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#4571a822
  • editor.lineHighlightBackground#2f383e
  • editor.selectionBackground#707ba055
  • editor.wordHighlightBackground#98abb722
  • editor.wordHighlightStrongBackground#707ba022
  • editorBracketMatch.background#4571a844
  • editorBracketMatch.border#707ba0
  • editorCursor.foreground#ffffff
  • editorGroup.background#2f383e
  • editorGroupHeader.tabsBackground#2f383e
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#242b2f
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3e4a52
  • editorLineNumber.foreground#54656f
  • editorLink.activeForeground#4571a8
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#707ba055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3e4a52
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#4571a8
  • editorSuggestWidget.selectedBackground#54656f
  • editorWhitespace.foreground#3e4a52
  • editorWidget.background#3e4a52
  • editorWidget.border#54656f
  • extensionButton.prominentBackground#4571a8
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#628bbe
  • focusBorder#4571a8
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6a7f8c
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#4571a8
  • input.background#1d2326
  • input.border#495761
  • input.foreground#c0ccdb
  • input.placeholderForeground#4f5f69
  • inputOption.activeBorder#707ba0
  • list.activeSelectionBackground#707ba0
  • list.activeSelectionForeground#283035
  • list.focusBackground#495761
  • list.hoverBackground#2f383e
  • list.inactiveSelectionBackground#283035
  • notification.background#333d44
  • notification.buttonBackground#4571a8
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c0ccdb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3e4a52
  • panel.border#54656f
  • panelTitle.activeBorder#4571a8
  • panelTitle.inactiveForeground#778c98
  • peekView.border#4571a8
  • peekViewEditor.background#1f2529
  • peekViewEditor.matchHighlightBackground#707ba055
  • peekViewEditorGutter.background#242b2f
  • peekViewResult.background#333d44
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#707ba055
  • peekViewResult.selectionBackground#2c353b
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#242b2f
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#98abb7
  • scrollbar.shadow#121618
  • scrollbarSlider.activeBackground#4571a8aa
  • scrollbarSlider.background#54656faa
  • scrollbarSlider.hoverBackground#4571a855
  • sideBar.background#333d44
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#3a454c
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#4571a8
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#707ba0
  • tab.inactiveBackground#313b41
  • tab.inactiveForeground#8698a3
  • terminal.ansiBlack#333d44
  • terminal.ansiBlue#98abb7
  • terminal.ansiBrightBlack#54656f
  • terminal.ansiBrightBlue#d4dce1
  • terminal.ansiBrightCyan#adb4c9
  • terminal.ansiBrightGreen#86a6cd
  • terminal.ansiBrightMagenta#86a6cd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#adb4c9
  • terminal.ansiCyan#707ba0
  • terminal.ansiGreen#4571a8
  • terminal.ansiMagenta#4571a8
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#707ba0
  • terminal.background#1d2326
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#1f2529

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#4e5c66
string#84c4ce
constant.numeric#8770a0
constant.language#707ba0
constant.character, constant.other#707ba0
variable
keyword#4571a8
storage#707ba0
storage.type#4571a8
entity.name.class#707ba0underline
entity.other.inherited-class#707ba0
entity.name.function#98abb7
variable.parameter#ffffff
entity.name.tag#4571a8
entity.other.attribute-name#707ba0
support.function#707ba0
support.constant#707ba0
support.type, support.class#707ba0
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#84c4ce
meta.diff, meta.diff.header#4e5c66
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#6f8391
meta.property-value, support.constant.property-value, constant.other.color#84c4ce
meta.structure.dictionary.json string.quoted.double.json#707ba0
meta.structure.dictionary.value.json string.quoted.double.json#84c4ce
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c0ccdb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#4571a8
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#4571a8normal
variable.other#ffffffnormal
variable.parameter.function.coffee#8770a0
entity.name.section.markdown#707ba0
punctuation.definition.heading.markdown#4571a8
markup.raw.inline.markdown#84c4ce
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#4571a8
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#4571a8
punctuation.definition.metadata.markdown#4571a8
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#4571a8
markup.bold.markdown, markup.italic.markdown#4571a8
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#c0ccdb

Shiki preview

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

Loading...