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#123326
  • activityBar.border#ffffff15
  • activityBar.foreground#E6332E
  • activityBar.inactiveForeground#F7FAF660
  • activityBarBadge.background#E6332E
  • activityBarBadge.foreground#123326
  • button.background#E6332E
  • button.foreground#123326
  • button.hoverBackground#E6332Edd
  • editor.background#123326
  • editor.foreground#F7FAF6
  • editor.inactiveSelectionBackground#FFD12A3580
  • editor.lineHighlightBackground#12332640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FFD12A35
  • editorCursor.foreground#E6332E
  • editorGroupHeader.tabsBackground#123326dd
  • editorLineNumber.activeForeground#E6332E
  • editorLineNumber.foreground#E6EBE280
  • focusBorder#E6332E
  • foreground#F7FAF6
  • input.background#123326
  • input.border#ffffff15
  • input.foreground#F7FAF6
  • input.placeholderForeground#F7FAF660
  • list.activeSelectionBackground#E6332E30
  • list.activeSelectionForeground#F7FAF6
  • list.highlightForeground#E6332E
  • list.hoverBackground#12332640
  • list.hoverForeground#F7FAF6
  • list.inactiveSelectionBackground#E6332E15
  • list.inactiveSelectionForeground#F7FAF6
  • selection.background#FFD12A35
  • sideBar.background#123326
  • sideBar.border#ffffff15
  • sideBar.foreground#F7FAF6
  • sideBarSectionHeader.background#12332680
  • sideBarSectionHeader.foreground#F7FAF6
  • sideBarTitle.foreground#E6332E
  • statusBar.background#123326
  • statusBar.border#ffffff15
  • statusBar.foreground#F7FAF6
  • statusBar.noFolderBackground#123326
  • tab.activeBackground#123326
  • tab.activeBorderTop#E6332E
  • tab.activeForeground#F7FAF6
  • tab.border#ffffff15
  • tab.inactiveBackground#12332660
  • tab.inactiveForeground#F7FAF680
  • terminal.ansiBlack#123326
  • terminal.ansiBlue#FFD12A
  • terminal.ansiCyan#1E66D9
  • terminal.ansiGreen#E6332E
  • terminal.ansiMagenta#2E8857
  • terminal.ansiRed#2E8857
  • terminal.ansiWhite#F7FAF6
  • terminal.ansiYellow#1E66D9
  • terminal.background#123326
  • terminal.foreground#F7FAF6
  • titleBar.activeBackground#123326
  • titleBar.activeForeground#F7FAF6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#123326
  • titleBar.inactiveForeground#F7FAF660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6EBE2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FFD12Abold
storage.type, storage.modifier#FFD12Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E6332E
string, punctuation.definition.string, string.template, meta.template.expression#1E66D9
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2E8857
variable, variable.other.readwrite, variable.other.object#F7FAF6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7FAF6
variable.parameter, meta.parameter#F7FAF6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7FAF680
keyword.operator#F7FAF6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#1E66D9bold
entity.other.inherited-class#E6332E
entity.name.tag, punctuation.definition.tag#FFD12A
entity.other.attribute-name#E6332E
meta.diff, meta.diff.header#E6EBE2
markup.deleted#2E8857
markup.inserted#E6332E
markup.changed#1E66D9
markup.heading, markup.heading.setext, punctuation.definition.heading#E6332Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#1E66D9
string.other.link.title, string.other.link.description#E6332E
markup.underline.link#E6EBE2underline
punctuation.definition.list#FFD12A
markup.quote, punctuation.definition.quote#E6EBE2italic