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#0c0a20
  • activityBar.foreground#7984D1
  • activityBarBadge.background#FF0081
  • activityBarBadge.foreground#ffffff
  • badge.background#1ea8fc
  • badge.foreground#ffffff
  • button.background#1ea8fc
  • button.foreground#ffffff
  • button.hoverBackground#1ea8fc
  • descriptionForeground#F8F8F2
  • dropdown.background#0c0a20
  • dropdown.border#7984D1
  • dropdown.foreground#ffffff
  • dropdown.listBackground#0c0a20
  • editor.background#0c0a20
  • editor.findMatchBackground#484f7d
  • editor.findMatchHighlightBackground#484f7d80
  • editor.foreground#F8F8F2
  • editor.hoverHighlightBackground#42c6ff2a
  • editor.lineHighlightBackground#0c0a20
  • editor.selectionBackground#484f7d
  • editor.selectionHighlightBackground#484f7d80
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#42c6ff63
  • editorBracketMatch.background#1ea8fc44
  • editorBracketMatch.border#5dcdfd
  • editorCursor.foreground#FF0081
  • editorGroup.background#090819
  • editorGroupHeader.tabsBackground#0c0a20
  • editorGutter.addedBackground#42c6ff
  • editorGutter.background#0c0a20
  • editorGutter.deletedBackground#FF0081
  • editorGutter.modifiedBackground#F4B80C
  • editorIndentGuide.background#24273e
  • editorLineNumber.activeForeground#42c6ff
  • editorLineNumber.foreground#484f7d
  • editorLink.activeForeground#1ea8fc
  • editorOverviewRuler.addedForeground#42c6ff
  • editorOverviewRuler.deletedForeground#FF0081
  • editorOverviewRuler.errorForeground#FF0081
  • editorOverviewRuler.findMatchForeground#5dcdfd55
  • editorOverviewRuler.infoForeground#A875FF
  • editorOverviewRuler.modifiedForeground#F4B80C
  • editorOverviewRuler.warningForeground#F4B80C
  • editorRuler.foreground#484f7d
  • editorSuggestWidget.foreground#b6ced8
  • editorSuggestWidget.highlightForeground#1ea8fc
  • editorSuggestWidget.selectedBackground#1d2d34
  • editorWhitespace.foreground#303453
  • editorWidget.background#484f7d
  • editorWidget.border#484f7d
  • extensionButton.prominentBackground#1ea8fc
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#50bbfd
  • focusBorder#24264F
  • foreground#F8F8F2
  • gitDecoration.conflictingResourceForeground#A875FF
  • gitDecoration.deletedResourceForeground#FF0081
  • gitDecoration.ignoredResourceForeground#7984D1
  • gitDecoration.modifiedResourceForeground#F4B80C
  • gitDecoration.untrackedResourceForeground#42c6ff
  • input.background#24264F
  • input.border#24264F
  • input.foreground#ffffff
  • input.placeholderForeground#7984D1
  • inputOption.activeBorder#1ea8fc
  • list.activeSelectionBackground#6069a7
  • list.activeSelectionForeground#090819
  • list.focusBackground#6069a7
  • list.hoverBackground#6069a7
  • list.inactiveSelectionBackground#484f7d
  • panel.background#090819
  • panel.border#090819
  • panelTitle.activeBorder#FF0081
  • panelTitle.inactiveForeground#598aa0
  • peekView.border#1ea8fc
  • peekViewEditor.background#121c20
  • peekViewEditor.matchHighlightBackground#5dcdfd55
  • peekViewEditorGutter.background#152126
  • peekViewResult.background#22353d
  • peekViewResult.fileForeground#a9c5d1
  • peekViewResult.lineForeground#95b8c6
  • peekViewResult.matchHighlightBackground#5dcdfd55
  • peekViewResult.selectionBackground#1d2d34
  • peekViewResult.selectionForeground#b6ced8
  • peekViewTitle.background#152126
  • peekViewTitleDescription.foreground#acc7d3
  • peekViewTitleLabel.foreground#b6ced8
  • progressBar.background#FF0081
  • scrollbar.shadow#090819
  • scrollbarSlider.activeBackground#484f7d
  • scrollbarSlider.background#24264F
  • scrollbarSlider.hoverBackground#484f7d
  • sideBar.background#090819
  • sideBar.foreground#f1f2fa
  • sideBarSectionHeader.background#0c0a20
  • sideBarSectionHeader.foreground#7984D1
  • statusBar.background#090819
  • statusBar.foreground#7984D1
  • statusBar.noFolderBackground#1ea8fc
  • statusBar.noFolderForeground#ffffff
  • tab.inactiveBackground#0c0a20
  • tab.inactiveForeground#7984D1
  • terminal.ansiBlack#283034
  • terminal.ansiBlue#42c6ff
  • terminal.ansiBrightBlack#435056
  • terminal.ansiBrightBlue#42c6ff
  • terminal.ansiBrightCyan#42c6ff
  • terminal.ansiBrightGreen#add0e5
  • terminal.ansiBrightMagenta#ff2afc
  • terminal.ansiBrightRed#ff0081
  • terminal.ansiBrightWhite#f4f6f9
  • terminal.ansiBrightYellow#f4b80c
  • terminal.ansiCyan#42c6ff
  • terminal.ansiGreen#62a9cf
  • terminal.ansiMagenta#ff2afc
  • terminal.ansiRed#ff0081
  • terminal.ansiWhite#d9e0e9
  • terminal.ansiYellow#f4b80c
  • terminal.background#090819
  • terminal.foreground#e4eeff
  • textLink.activeForeground#1ea8fc
  • textLink.foreground#42C6FF
  • titleBar.activeBackground#080716

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#546A90italic
string#7984D1—
constant.numeric#F4B80C—
constant.language#D86BFF—
constant.character, constant.other#AE81FF—
variable—
keyword#ff2afc—
storage#42C6FF
storage.type#FF0081
entity.name.class, entity.name.type.class#A875FFitalic
entity.other.inherited-class, meta.other.inherited-class.php#ffd319italic
entity.name.function - meta.function-call#ff9b50
variable.parameter#FFFFFF
entity.name.tag#42C6FF
entity.other.attribute-name#ff2afc
support.function#ff9b50
support.constant#A3D6E0
support.type, support.class#42c6ffitalic
support.other.variable—
variable.language.this.js, variable.language.super.js, variable.language.this.php#42c6ffitalic
invalid#cf433e
invalid.deprecated#cf433e—
meta.diff, meta.diff.header#456b7c—
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#6494a9—
meta.property-value, support.constant.property-value, constant.other.color#cccccc—
meta.structure.dictionary.json string.quoted.double.json#FF0081—
support.type.property-name.json#D86BFF
meta.structure.dictionary.value.json string.quoted.double.json#F8F8F2—
meta.property-name support.type.property-name—
meta.property-value punctuation.separator.key-value#b6ced8—
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ff2afc—
support.other.namespace.php#F8F8F2—
meta.use#1ea8fc
variable.other#ffffff
keyword.other.phpdoc.php#A875FF
keyword.other.type.php, meta.other.type.phpdoc.php#7984D1—
variable.parameter.function.coffee#aaaaaa
entity.name.section.markdown#5dcdfd—
punctuation.definition.heading.markdown#1ea8fc—
markup.raw.inline.markdown#cccccc—
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#1ea8fc—
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#1ea8fc—
punctuation.definition.metadata.markdown#1ea8fc—
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#1ea8fc
markup.bold.markdown, markup.italic.markdown#1ea8fc—
markup.italic.markdown—italic
markup.bold.markdown—bold
markup.raw.block.markdown#664e4d—
markup.deleted.git_gutter#e61f44—
markup.inserted.git_gutter#a7da1e—
markup.changed.git_gutter#f7b83d—
meta.template.expression#b6ced8—