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#020708
  • activityBar.border#ffffff15
  • activityBar.foreground#67E3E9
  • activityBar.inactiveForeground#F7F8FA60
  • activityBarBadge.background#67E3E9
  • activityBarBadge.foreground#020708
  • button.background#67E3E9
  • button.foreground#020708
  • button.hoverBackground#67E3E9dd
  • editor.background#020708
  • editor.foreground#F7F8FA
  • editor.inactiveSelectionBackground#79ECE63580
  • editor.lineHighlightBackground#031C2040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ECE635
  • editorCursor.foreground#67E3E9
  • editorGroupHeader.tabsBackground#020708dd
  • editorLineNumber.activeForeground#67E3E9
  • editorLineNumber.foreground#6B7C8280
  • focusBorder#67E3E9
  • foreground#F7F8FA
  • input.background#031C20
  • input.border#ffffff15
  • input.foreground#F7F8FA
  • input.placeholderForeground#F7F8FA60
  • list.activeSelectionBackground#67E3E930
  • list.activeSelectionForeground#F7F8FA
  • list.highlightForeground#67E3E9
  • list.hoverBackground#031C2040
  • list.hoverForeground#F7F8FA
  • list.inactiveSelectionBackground#67E3E915
  • list.inactiveSelectionForeground#F7F8FA
  • selection.background#79ECE635
  • sideBar.background#031C20
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F8FA
  • sideBarSectionHeader.background#02070880
  • sideBarSectionHeader.foreground#F7F8FA
  • sideBarTitle.foreground#67E3E9
  • statusBar.background#020708
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F8FA
  • statusBar.noFolderBackground#020708
  • tab.activeBackground#020708
  • tab.activeBorderTop#67E3E9
  • tab.activeForeground#F7F8FA
  • tab.border#ffffff15
  • tab.inactiveBackground#031C2060
  • tab.inactiveForeground#F7F8FA80
  • terminal.ansiBlack#020708
  • terminal.ansiBlue#79ECE6
  • terminal.ansiCyan#E77255
  • terminal.ansiGreen#67E3E9
  • terminal.ansiMagenta#BCF183
  • terminal.ansiRed#BCF183
  • terminal.ansiWhite#F7F8FA
  • terminal.ansiYellow#E77255
  • terminal.background#020708
  • terminal.foreground#F7F8FA
  • titleBar.activeBackground#020708
  • titleBar.activeForeground#F7F8FA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#020708
  • titleBar.inactiveForeground#F7F8FA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B7C82italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ECE6bold
storage.type, storage.modifier#79ECE6italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67E3E9
string, punctuation.definition.string, string.template, meta.template.expression#E77255
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#BCF183
variable, variable.other.readwrite, variable.other.object#F7F8FA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F8FA
variable.parameter, meta.parameter#F7F8FAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F8FA80
keyword.operator#F7F8FA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E77255bold
entity.other.inherited-class#67E3E9
entity.name.tag, punctuation.definition.tag#79ECE6
entity.other.attribute-name#67E3E9
meta.diff, meta.diff.header#6B7C82
markup.deleted#BCF183
markup.inserted#67E3E9
markup.changed#E77255
markup.heading, markup.heading.setext, punctuation.definition.heading#67E3E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E77255
string.other.link.title, string.other.link.description#67E3E9
markup.underline.link#6B7C82underline
punctuation.definition.list#79ECE6
markup.quote, punctuation.definition.quote#6B7C82italic