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#3e3f4a
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#ff79c6
  • badge.background#ff79c6
  • button.background#ff79c6
  • button.foreground#ffffff
  • dropdown.background#333540
  • dropdown.foreground#f8f8f2
  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#333540
  • editor.selectionBackground#ff79c640
  • editorBracketHighlight.foreground1#f1fa8c
  • editorBracketHighlight.foreground2#ff79c6
  • editorBracketHighlight.foreground3#bd93f9
  • editorBracketHighlight.foreground4#8be9fd
  • editorBracketHighlight.foreground5#50fa7b
  • editorBracketHighlight.foreground6#ff5555
  • editorCursor.foreground#ff79c6
  • editorError.foreground#ff5555
  • editorGroupHeader.tabsBackground#393b46
  • editorIndentGuide.activeBackground1#f8f8f24c
  • editorIndentGuide.background1#f8f8f21a
  • editorInfo.foreground#bd93f9
  • editorLineNumber.activeForeground#f8f8f2
  • editorLineNumber.foreground#f8f8f266
  • editorWarning.foreground#f1fa8c
  • editorWhitespace.foreground#f8f8f226
  • editorWidget.background#333540
  • focusBorder#ff79c6
  • gitDecoration.conflictingResourceForeground#f1fa8c
  • gitDecoration.deletedResourceForeground#ff5555
  • gitDecoration.modifiedResourceForeground#bd93f9
  • gitDecoration.untrackedResourceForeground#50fa7b
  • input.background#333540
  • input.border#f8f8f233
  • input.foreground#f8f8f2
  • inputOption.activeBorder#ff79c6
  • list.activeSelectionBackground#ff79c64c
  • list.hoverBackground#333540
  • panel.background#282a36
  • panel.border#f8f8f226
  • progressBar.background#ff79c6
  • scrollbarSlider.activeBackground#f8f8f24c
  • scrollbarSlider.background#f8f8f21a
  • scrollbarSlider.hoverBackground#f8f8f233
  • selection.background#ff79c64c
  • sideBar.background#333540
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#393b46
  • sideBarTitle.foreground#f8f8f2
  • statusBar.background#484a54
  • statusBar.foreground#f8f8f2
  • tab.activeBackground#282a36
  • tab.activeForeground#f8f8f2
  • tab.inactiveBackground#393b46
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#bd93f9
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#caa9fa
  • terminal.ansiBrightCyan#8be9fd
  • terminal.ansiBrightGreen#50fa7b
  • terminal.ansiBrightMagenta#ff79c6
  • terminal.ansiBrightRed#ff5555
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f1fa8c
  • terminal.ansiCyan#8be9fd
  • terminal.ansiGreen#50fa7b
  • terminal.ansiMagenta#ff79c6
  • terminal.ansiRed#ff5555
  • terminal.ansiWhite#bbbbbb
  • terminal.ansiYellow#f1fa8c
  • terminal.background#282a36
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#333540
  • titleBar.activeForeground#f8f8f2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#555555italic
punctuation.definition.comment#555555italic
comment.block.documentation#555555italic
string#50fa7b—
string.quoted#50fa7b—
string.template, punctuation.definition.string.template#50fa7b—
string.regexp#8be9fd—
constant.numeric#f1fa8c—
constant.language.boolean#f1fa8c—
constant.language.null, constant.language.undefined#f1fa8c—
constant.language, constant.other#f1fa8c—
keyword#ff79c6—
keyword.control#ff79c6—
keyword.operator#f8f8f2—
keyword.other#ff79c6—
storage.type#ff79c6—
storage.modifier#ff79c6—
entity.name.function#bd93f9—
meta.function-call, support.function#bd93f9—
variable, variable.other#ff5555—
variable.parameter#ff5555italic
variable.language#ff5555italic
entity.name.type, entity.name.class#f1fa8c—
entity.name.type.interface#f1fa8c—
entity.name.namespace, entity.name.module#f1fa8c—
entity.name.tag#ff5555—
entity.other.attribute-name#f1fa8c—
support.type.property-name#bd93f9—
support.constant.property-value, constant.other.color#8be9fd—
constant.character.escape#8be9fd—
support.class, support.type#8be9fd—
support.constant#8be9fd—
keyword.operator, punctuation.accessor#f8f8f2—
punctuation, punctuation.definition, punctuation.separator#f8f8f2—
invalid, invalid.illegal#ffffff—