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#1c1e22
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#5da892
  • activityBarBadge.foreground#ffffff
  • badge.background#5da892
  • badge.foreground#ffffff
  • button.background#e4d294
  • button.foreground#ffffff
  • dropdown.background#121416
  • dropdown.border#121416
  • dropdown.foreground#c0ccdb
  • editor.background#17191c
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#5da89222
  • editor.lineHighlightBackground#1e2124
  • editor.selectionBackground#5da89255
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#e4d29422
  • editorBracketMatch.background#5da89244
  • editorBracketMatch.border#e4d294
  • editorCursor.foreground#ffffff
  • editorGroup.background#1e2124
  • editorGroupHeader.tabsBackground#1e2124
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#121416
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2e3238
  • editorLineNumber.foreground#454b54
  • editorLink.activeForeground#5da892
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#e4d29455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2e3238
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#5da892
  • editorSuggestWidget.selectedBackground#454b54
  • editorWhitespace.foreground#2e3238
  • editorWidget.background#2e3238
  • editorWidget.border#454b54
  • extensionButton.prominentBackground#5da892
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#7ebaa8
  • focusBorder#5da892
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5c6470
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#5da892
  • input.background#0c0d0e
  • input.border#3a3f46
  • input.foreground#c0ccdb
  • input.placeholderForeground#40464e
  • inputOption.activeBorder#e4d294
  • list.activeSelectionBackground#e4d294
  • list.activeSelectionForeground#17191c
  • list.focusBackground#3a3f46
  • list.hoverBackground#1e2124
  • list.inactiveSelectionBackground#17191c
  • notification.background#23262a
  • notification.buttonBackground#5da892
  • 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#2e3238
  • panel.border#454b54
  • panelTitle.activeBorder#5da892
  • panelTitle.inactiveForeground#67707e
  • peekView.border#5da892
  • peekViewEditor.background#0e0f11
  • peekViewEditor.matchHighlightBackground#e4d29455
  • peekViewEditorGutter.background#121416
  • peekViewResult.background#23262a
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#e4d29455
  • peekViewResult.selectionBackground#1c1e22
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#121416
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#5da892aa
  • scrollbarSlider.background#454b54aa
  • scrollbarSlider.hoverBackground#5da89255
  • sideBar.background#23262a
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#292d32
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#5da892
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#e4d294
  • tab.inactiveBackground#202327
  • tab.inactiveForeground#737d8c
  • terminal.ansiBlack#23262a
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#454b54
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#f9f4e5
  • terminal.ansiBrightGreen#9fccbf
  • terminal.ansiBrightMagenta#9fccbf
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f9f4e5
  • terminal.ansiCyan#e4d294
  • terminal.ansiGreen#5da892
  • terminal.ansiMagenta#5da892
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#e4d294
  • terminal.background#0c0d0e
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#0e0f11

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#76818e
string#cec86f
constant.numeric#cea36f
constant.language#e4d294
constant.character, constant.other#e4d294
variable
keyword#5da892
storage#e4d294
storage.type#5da892
entity.name.class#e4d294underline
entity.other.inherited-class#e4d294
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#5da892
entity.other.attribute-name#e4d294
support.function#e4d294
support.constant#e4d294
support.type, support.class#e4d294
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#cec86f
meta.diff, meta.diff.header#76818e
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#a0a8b1
meta.property-value, support.constant.property-value, constant.other.color#cec86f
meta.structure.dictionary.json string.quoted.double.json#e4d294
meta.structure.dictionary.value.json string.quoted.double.json#cec86f
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#5da892
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#5da892normal
variable.other#ffffffnormal
variable.parameter.function.coffee#cea36f
entity.name.section.markdown#e4d294
punctuation.definition.heading.markdown#5da892
markup.raw.inline.markdown#cec86f
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#5da892
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#5da892
punctuation.definition.metadata.markdown#5da892
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#5da892
markup.bold.markdown, markup.italic.markdown#5da892
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...