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#ff2e97
  • activityBarBadge.foreground#ffffff
  • button.background#1ea8fc
  • button.foreground#f2f3f7
  • button.hoverBackground#1ea8fc
  • descriptionForeground#f2f3f7
  • editor.background#0c0a20
  • editor.findMatchBackground#484f7d
  • editor.findMatchHighlightBackground#484f7d80
  • editor.foreground#f2f3f7
  • editor.hoverHighlightBackground#42c6ff2a
  • editor.lineHighlightBackground#0c0a20
  • editor.selectionBackground#484f7d
  • editor.selectionHighlightBackground#484f7d8e
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#42c6ff63
  • editorCursor.foreground#ff2e97
  • editorError.foreground#ff2e97
  • editorGroup.dropBackground#7984D1
  • editorGroupHeader.noTabsBackground#090819
  • editorGroupHeader.tabsBackground#090819
  • editorHoverWidget.background#3b4167
  • editorHoverWidget.border#3b4167
  • editorIndentGuide.activeBackground#484f7d
  • editorIndentGuide.background#2d2844
  • editorInfo.foreground#7984D1
  • editorLineNumber.activeForeground#42c6ff
  • editorLineNumber.foreground#484f7d
  • editorRuler.foreground#484f7d
  • editorWarning.foreground#ff9b50
  • editorWidget.background#3b4167
  • editorWidget.border#3b4167
  • foreground#f2f3f7
  • gitDecoration.conflictingResourceForeground#df85ff
  • gitDecoration.deletedResourceForeground#ff2e97
  • gitDecoration.ignoredResourceForeground#7984D1
  • gitDecoration.modifiedResourceForeground#ffd400
  • gitDecoration.untrackedResourceForeground#42c6ff
  • input.background#0c0a20
  • input.border#763b8c
  • input.placeholderForeground#7984D1
  • inputOption.activeBorder#ff9b50
  • list.activeSelectionBackground#d86bff
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#7984D1
  • list.errorForeground#ff2e97
  • list.focusBackground#8a45a3
  • list.hoverBackground#8a45a3
  • list.inactiveSelectionBackground#131033
  • list.warningForeground#ff2e97
  • panel.background#090819
  • panel.border#090819
  • panel.dropBackground#7983d194
  • panelTitle.activeBorder#1ea8fc
  • panelTitle.activeForeground#f2f3f7
  • panelTitle.inactiveForeground#7984D1
  • peekView.border#ff9b50
  • peekViewEditor.background#110d26
  • peekViewEditor.matchHighlightBackground#161130
  • peekViewEditor.matchHighlightBorder#161130
  • peekViewResult.background#0c0a20
  • peekViewResult.selectionBackground#ff9b50
  • peekViewTitle.background#0c0a20
  • peekViewTitleDescription.foreground#7984D1
  • progressBar.background#ff2e97
  • scrollbar.shadow#090819
  • scrollbarSlider.activeBackground#919ad9
  • scrollbarSlider.background#9199d94f
  • scrollbarSlider.hoverBackground#9199d9b4
  • sideBar.background#090819
  • sideBarSectionHeader.background#0c0a20
  • sideBarSectionHeader.foreground#7984D1
  • statusBar.background#090819
  • statusBar.foreground#7984D1
  • statusBar.noFolderBackground#1ea8fc
  • statusBar.noFolderForeground#ffffff
  • tab.activeBackground#0c0a20
  • tab.activeForeground#f2f3f7
  • tab.border#0c0a20
  • tab.inactiveBackground#090819
  • 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#ff2e97
  • terminal.ansiBrightWhite#f4f6f9
  • terminal.ansiBrightYellow#ffd400
  • terminal.ansiCyan#42c6ff
  • terminal.ansiGreen#62a9cf
  • terminal.ansiMagenta#ff2afc
  • terminal.ansiRed#ff2e97
  • terminal.ansiWhite#d9e0e9
  • terminal.ansiYellow#ffd400
  • terminal.background#090819
  • terminal.foreground#e4eeff
  • titleBar.activeBackground#090819

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring.multi.python#546A90italic
string#7984D1
constant.numeric#ffd400
constant.language#df85ff
constant.character, constant.other#df85ff
variable
keyword#ff2afc
storage#42c6ff
storage.type#ff2e97
entity.name.class, entity.name.type.class#A875FFitalic
entity.other.inherited-class, meta.other.inherited-class.php#ffd400italic
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.this.ts, 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.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#b6ced8

Shiki preview

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

Loading...

Outrun meets Synthwave - Coding Theme