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#141C1E
  • activityBar.border#ffffff15
  • activityBar.foreground#E31E24
  • activityBar.inactiveForeground#FAFAFA60
  • activityBarBadge.background#E31E24
  • activityBarBadge.foreground#141C1E
  • button.background#E31E24
  • button.foreground#141C1E
  • button.hoverBackground#E31E24dd
  • editor.background#141C1E
  • editor.foreground#FAFAFA
  • editor.inactiveSelectionBackground#51602F3580
  • editor.lineHighlightBackground#F7F2F240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#51602F35
  • editorCursor.foreground#E31E24
  • editorGroupHeader.tabsBackground#141C1Edd
  • editorLineNumber.activeForeground#E31E24
  • editorLineNumber.foreground#E5E5E680
  • focusBorder#E31E24
  • foreground#FAFAFA
  • input.background#F7F2F2
  • input.border#ffffff15
  • input.foreground#FAFAFA
  • input.placeholderForeground#FAFAFA60
  • list.activeSelectionBackground#E31E2430
  • list.activeSelectionForeground#FAFAFA
  • list.highlightForeground#E31E24
  • list.hoverBackground#F7F2F240
  • list.hoverForeground#FAFAFA
  • list.inactiveSelectionBackground#E31E2415
  • list.inactiveSelectionForeground#FAFAFA
  • selection.background#51602F35
  • sideBar.background#F7F2F2
  • sideBar.border#ffffff15
  • sideBar.foreground#FAFAFA
  • sideBarSectionHeader.background#141C1E80
  • sideBarSectionHeader.foreground#FAFAFA
  • sideBarTitle.foreground#E31E24
  • statusBar.background#141C1E
  • statusBar.border#ffffff15
  • statusBar.foreground#FAFAFA
  • statusBar.noFolderBackground#141C1E
  • tab.activeBackground#141C1E
  • tab.activeBorderTop#E31E24
  • tab.activeForeground#FAFAFA
  • tab.border#ffffff15
  • tab.inactiveBackground#F7F2F260
  • tab.inactiveForeground#FAFAFA80
  • terminal.ansiBlack#141C1E
  • terminal.ansiBlue#51602F
  • terminal.ansiCyan#7FD32F
  • terminal.ansiGreen#E31E24
  • terminal.ansiMagenta#FF6A1A
  • terminal.ansiRed#FF6A1A
  • terminal.ansiWhite#FAFAFA
  • terminal.ansiYellow#7FD32F
  • terminal.background#141C1E
  • terminal.foreground#FAFAFA
  • titleBar.activeBackground#141C1E
  • titleBar.activeForeground#FAFAFA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#141C1E
  • titleBar.inactiveForeground#FAFAFA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E5E5E6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#51602Fbold
storage.type, storage.modifier#51602Fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E31E24
string, punctuation.definition.string, string.template, meta.template.expression#7FD32F
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#FF6A1A
variable, variable.other.readwrite, variable.other.object#FAFAFA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAFAFA
variable.parameter, meta.parameter#FAFAFAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAFAFA80
keyword.operator#FAFAFA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7FD32Fbold
entity.other.inherited-class#E31E24
entity.name.tag, punctuation.definition.tag#51602F
entity.other.attribute-name#E31E24
meta.diff, meta.diff.header#E5E5E6
markup.deleted#FF6A1A
markup.inserted#E31E24
markup.changed#7FD32F
markup.heading, markup.heading.setext, punctuation.definition.heading#E31E24bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7FD32F
string.other.link.title, string.other.link.description#E31E24
markup.underline.link#E5E5E6underline
punctuation.definition.list#51602F
markup.quote, punctuation.definition.quote#E5E5E6italic