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#070708
  • activityBar.border#ffffff15
  • activityBar.foreground#E967BA
  • activityBar.inactiveForeground#FAF8F260
  • activityBarBadge.background#E967BA
  • activityBarBadge.foreground#070708
  • button.background#E967BA
  • button.foreground#070708
  • button.hoverBackground#E967BAdd
  • editor.background#070708
  • editor.foreground#FAF8F2
  • editor.inactiveSelectionBackground#7BEC793580
  • editor.lineHighlightBackground#12111340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7BEC7935
  • editorCursor.foreground#E967BA
  • editorGroupHeader.tabsBackground#070708dd
  • editorLineNumber.activeForeground#E967BA
  • editorLineNumber.foreground#858A9180
  • focusBorder#E967BA
  • foreground#FAF8F2
  • input.background#121113
  • input.border#ffffff15
  • input.foreground#FAF8F2
  • input.placeholderForeground#FAF8F260
  • list.activeSelectionBackground#E967BA30
  • list.activeSelectionForeground#FAF8F2
  • list.highlightForeground#E967BA
  • list.hoverBackground#12111340
  • list.hoverForeground#FAF8F2
  • list.inactiveSelectionBackground#E967BA15
  • list.inactiveSelectionForeground#FAF8F2
  • selection.background#7BEC7935
  • sideBar.background#121113
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF8F2
  • sideBarSectionHeader.background#07070880
  • sideBarSectionHeader.foreground#FAF8F2
  • sideBarTitle.foreground#E967BA
  • statusBar.background#070708
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF8F2
  • statusBar.noFolderBackground#070708
  • tab.activeBackground#070708
  • tab.activeBorderTop#E967BA
  • tab.activeForeground#FAF8F2
  • tab.border#ffffff15
  • tab.inactiveBackground#12111360
  • tab.inactiveForeground#FAF8F280
  • terminal.ansiBlack#070708
  • terminal.ansiBlue#7BEC79
  • terminal.ansiCyan#E75597
  • terminal.ansiGreen#E967BA
  • terminal.ansiMagenta#C1F183
  • terminal.ansiRed#C1F183
  • terminal.ansiWhite#FAF8F2
  • terminal.ansiYellow#E75597
  • terminal.background#070708
  • terminal.foreground#FAF8F2
  • titleBar.activeBackground#070708
  • titleBar.activeForeground#FAF8F2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#070708
  • titleBar.inactiveForeground#FAF8F260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#858A91italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7BEC79bold
storage.type, storage.modifier#7BEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E967BA
string, punctuation.definition.string, string.template, meta.template.expression#E75597
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C1F183
variable, variable.other.readwrite, variable.other.object#FAF8F2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF8F2
variable.parameter, meta.parameter#FAF8F2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF8F280
keyword.operator#FAF8F2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E75597bold
entity.other.inherited-class#E967BA
entity.name.tag, punctuation.definition.tag#7BEC79
entity.other.attribute-name#E967BA
meta.diff, meta.diff.header#858A91
markup.deleted#C1F183
markup.inserted#E967BA
markup.changed#E75597
markup.heading, markup.heading.setext, punctuation.definition.heading#E967BAbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E75597
string.other.link.title, string.other.link.description#E967BA
markup.underline.link#858A91underline
punctuation.definition.list#7BEC79
markup.quote, punctuation.definition.quote#858A91italic