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#0D1516
  • activityBar.border#ffffff15
  • activityBar.foreground#67A0E9
  • activityBar.inactiveForeground#f8faf760
  • activityBarBadge.background#67A0E9
  • activityBarBadge.foreground#0D1516
  • button.background#67A0E9
  • button.foreground#0D1516
  • button.hoverBackground#67A0E9dd
  • editor.background#0D1516
  • editor.foreground#f8faf7
  • editor.inactiveSelectionBackground#79EC873580
  • editor.lineHighlightBackground#1C242640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79EC8735
  • editorCursor.foreground#67A0E9
  • editorGroupHeader.tabsBackground#0D1516dd
  • editorLineNumber.activeForeground#67A0E9
  • editorLineNumber.foreground#a7b1b280
  • focusBorder#67A0E9
  • foreground#f8faf7
  • input.background#1C2426
  • input.border#ffffff15
  • input.foreground#f8faf7
  • input.placeholderForeground#f8faf760
  • list.activeSelectionBackground#67A0E930
  • list.activeSelectionForeground#f8faf7
  • list.highlightForeground#67A0E9
  • list.hoverBackground#1C242640
  • list.hoverForeground#f8faf7
  • list.inactiveSelectionBackground#67A0E915
  • list.inactiveSelectionForeground#f8faf7
  • selection.background#79EC8735
  • sideBar.background#1C2426
  • sideBar.border#ffffff15
  • sideBar.foreground#f8faf7
  • sideBarSectionHeader.background#0D151680
  • sideBarSectionHeader.foreground#f8faf7
  • sideBarTitle.foreground#67A0E9
  • statusBar.background#0D1516
  • statusBar.border#ffffff15
  • statusBar.foreground#f8faf7
  • statusBar.noFolderBackground#0D1516
  • tab.activeBackground#0D1516
  • tab.activeBorderTop#67A0E9
  • tab.activeForeground#f8faf7
  • tab.border#ffffff15
  • tab.inactiveBackground#1C242660
  • tab.inactiveForeground#f8faf780
  • terminal.ansiBlack#0D1516
  • terminal.ansiBlue#79EC87
  • terminal.ansiCyan#E7C255
  • terminal.ansiGreen#67A0E9
  • terminal.ansiMagenta#F18383
  • terminal.ansiRed#F18383
  • terminal.ansiWhite#f8faf7
  • terminal.ansiYellow#E7C255
  • terminal.background#0D1516
  • terminal.foreground#f8faf7
  • titleBar.activeBackground#0D1516
  • titleBar.activeForeground#f8faf7
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0D1516
  • titleBar.inactiveForeground#f8faf760
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a7b1b2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79EC87bold
storage.type, storage.modifier#79EC87italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67A0E9
string, punctuation.definition.string, string.template, meta.template.expression#E7C255
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18383
variable, variable.other.readwrite, variable.other.object#f8faf7
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f8faf7
variable.parameter, meta.parameter#f8faf7dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f8faf780
keyword.operator#f8faf7
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7C255bold
entity.other.inherited-class#67A0E9
entity.name.tag, punctuation.definition.tag#79EC87
entity.other.attribute-name#67A0E9
meta.diff, meta.diff.header#a7b1b2
markup.deleted#F18383
markup.inserted#67A0E9
markup.changed#E7C255
markup.heading, markup.heading.setext, punctuation.definition.heading#67A0E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7C255
string.other.link.title, string.other.link.description#67A0E9
markup.underline.link#a7b1b2underline
punctuation.definition.list#79EC87
markup.quote, punctuation.definition.quote#a7b1b2italic