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#5C001F
  • activityBar.border#ffffff15
  • activityBar.foreground#E96788
  • activityBar.inactiveForeground#FFF9F360
  • activityBarBadge.background#E96788
  • activityBarBadge.foreground#5C001F
  • button.background#E96788
  • button.foreground#5C001F
  • button.hoverBackground#E96788dd
  • editor.background#5C001F
  • editor.foreground#FFF9F3
  • editor.inactiveSelectionBackground#79EC9A3580
  • editor.lineHighlightBackground#11131140
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79EC9A35
  • editorCursor.foreground#E96788
  • editorGroupHeader.tabsBackground#5C001Fdd
  • editorLineNumber.activeForeground#E96788
  • editorLineNumber.foreground#C8A6A680
  • focusBorder#E96788
  • foreground#FFF9F3
  • input.background#111311
  • input.border#ffffff15
  • input.foreground#FFF9F3
  • input.placeholderForeground#FFF9F360
  • list.activeSelectionBackground#E9678830
  • list.activeSelectionForeground#FFF9F3
  • list.highlightForeground#E96788
  • list.hoverBackground#11131140
  • list.hoverForeground#FFF9F3
  • list.inactiveSelectionBackground#E9678815
  • list.inactiveSelectionForeground#FFF9F3
  • selection.background#79EC9A35
  • sideBar.background#111311
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF9F3
  • sideBarSectionHeader.background#5C001F80
  • sideBarSectionHeader.foreground#FFF9F3
  • sideBarTitle.foreground#E96788
  • statusBar.background#5C001F
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF9F3
  • statusBar.noFolderBackground#5C001F
  • tab.activeBackground#5C001F
  • tab.activeBorderTop#E96788
  • tab.activeForeground#FFF9F3
  • tab.border#ffffff15
  • tab.inactiveBackground#11131160
  • tab.inactiveForeground#FFF9F380
  • terminal.ansiBlack#5C001F
  • terminal.ansiBlue#79EC9A
  • terminal.ansiCyan#E75577
  • terminal.ansiGreen#E96788
  • terminal.ansiMagenta#F1D083
  • terminal.ansiRed#F1D083
  • terminal.ansiWhite#FFF9F3
  • terminal.ansiYellow#E75577
  • terminal.background#5C001F
  • terminal.foreground#FFF9F3
  • titleBar.activeBackground#5C001F
  • titleBar.activeForeground#FFF9F3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5C001F
  • titleBar.inactiveForeground#FFF9F360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8A6A6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79EC9Abold
storage.type, storage.modifier#79EC9Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96788
string, punctuation.definition.string, string.template, meta.template.expression#E75577
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1D083
variable, variable.other.readwrite, variable.other.object#FFF9F3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF9F3
variable.parameter, meta.parameter#FFF9F3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF9F380
keyword.operator#FFF9F3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E75577bold
entity.other.inherited-class#E96788
entity.name.tag, punctuation.definition.tag#79EC9A
entity.other.attribute-name#E96788
meta.diff, meta.diff.header#C8A6A6
markup.deleted#F1D083
markup.inserted#E96788
markup.changed#E75577
markup.heading, markup.heading.setext, punctuation.definition.heading#E96788bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E75577
string.other.link.title, string.other.link.description#E96788
markup.underline.link#C8A6A6underline
punctuation.definition.list#79EC9A
markup.quote, punctuation.definition.quote#C8A6A6italic