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#222225
  • activityBar.border#ffffff15
  • activityBar.foreground#E9677D
  • activityBar.inactiveForeground#FFFFFF60
  • activityBarBadge.background#E9677D
  • activityBarBadge.foreground#222225
  • button.background#E9677D
  • button.foreground#222225
  • button.hoverBackground#E9677Ddd
  • editor.background#222225
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#ECC2793580
  • editor.lineHighlightBackground#080B0D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC27935
  • editorCursor.foreground#E9677D
  • editorGroupHeader.tabsBackground#222225dd
  • editorLineNumber.activeForeground#E9677D
  • editorLineNumber.foreground#9b9b9580
  • focusBorder#E9677D
  • foreground#FFFFFF
  • input.background#080B0D
  • input.border#ffffff15
  • input.foreground#FFFFFF
  • input.placeholderForeground#FFFFFF60
  • list.activeSelectionBackground#E9677D30
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#E9677D
  • list.hoverBackground#080B0D40
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#E9677D15
  • list.inactiveSelectionForeground#FFFFFF
  • selection.background#ECC27935
  • sideBar.background#080B0D
  • sideBar.border#ffffff15
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#22222580
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#E9677D
  • statusBar.background#222225
  • statusBar.border#ffffff15
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#222225
  • tab.activeBackground#222225
  • tab.activeBorderTop#E9677D
  • tab.activeForeground#FFFFFF
  • tab.border#ffffff15
  • tab.inactiveBackground#080B0D60
  • tab.inactiveForeground#FFFFFF80
  • terminal.ansiBlack#222225
  • terminal.ansiBlue#ECC279
  • terminal.ansiCyan#E7B655
  • terminal.ansiGreen#E9677D
  • terminal.ansiMagenta#F1CD83
  • terminal.ansiRed#F1CD83
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#E7B655
  • terminal.background#222225
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#222225
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#222225
  • titleBar.inactiveForeground#FFFFFF60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9b9b95italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC279bold
storage.type, storage.modifier#ECC279italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9677D
string, punctuation.definition.string, string.template, meta.template.expression#E7B655
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1CD83
variable, variable.other.readwrite, variable.other.object#FFFFFF
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFFFFF
variable.parameter, meta.parameter#FFFFFFdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFFFFF80
keyword.operator#FFFFFF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7B655bold
entity.other.inherited-class#E9677D
entity.name.tag, punctuation.definition.tag#ECC279
entity.other.attribute-name#E9677D
meta.diff, meta.diff.header#9b9b95
markup.deleted#F1CD83
markup.inserted#E9677D
markup.changed#E7B655
markup.heading, markup.heading.setext, punctuation.definition.heading#E9677Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7B655
string.other.link.title, string.other.link.description#E9677D
markup.underline.link#9b9b95underline
punctuation.definition.list#ECC279
markup.quote, punctuation.definition.quote#9b9b95italic