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#FAF8F2
  • activityBar.border#00000015
  • activityBar.foreground#FF7A00
  • activityBar.inactiveForeground#0E0E0E60
  • activityBarBadge.background#FF7A00
  • activityBarBadge.foreground#FAF8F2
  • button.background#FF7A00
  • button.foreground#FAF8F2
  • button.hoverBackground#FF7A00dd
  • editor.background#FAF8F2
  • editor.foreground#0E0E0E
  • editor.inactiveSelectionBackground#2E70322580
  • editor.lineHighlightBackground#FFF7E650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2E703225
  • editorCursor.foreground#FF7A00
  • editorGroupHeader.tabsBackground#FFF7E6aa
  • editorLineNumber.activeForeground#FF7A00
  • editorLineNumber.foreground#7A685880
  • focusBorder#FF7A00
  • foreground#0E0E0E
  • input.background#FFF7E6
  • input.border#00000015
  • input.foreground#0E0E0E
  • input.placeholderForeground#0E0E0E60
  • list.activeSelectionBackground#FF7A0030
  • list.activeSelectionForeground#0E0E0E
  • list.highlightForeground#FF7A00
  • list.hoverBackground#FFF7E640
  • list.hoverForeground#0E0E0E
  • list.inactiveSelectionBackground#FF7A0015
  • list.inactiveSelectionForeground#0E0E0E
  • selection.background#2E703225
  • sideBar.background#FFF7E6
  • sideBar.border#00000015
  • sideBar.foreground#0E0E0E
  • sideBarSectionHeader.background#FFF7E680
  • sideBarSectionHeader.foreground#0E0E0E
  • sideBarTitle.foreground#FF7A00
  • statusBar.background#FAF8F2
  • statusBar.border#00000015
  • statusBar.foreground#0E0E0E
  • statusBar.noFolderBackground#FAF8F2
  • tab.activeBackground#FAF8F2
  • tab.activeBorderTop#FF7A00
  • tab.activeForeground#0E0E0E
  • tab.border#00000015
  • tab.inactiveBackground#FAF8F260
  • tab.inactiveForeground#0E0E0E80
  • terminal.ansiBlack#0E0E0E
  • terminal.ansiBlue#2E7032
  • terminal.ansiCyan#FFC107
  • terminal.ansiGreen#FF7A00
  • terminal.ansiMagenta#FFF7E6
  • terminal.ansiRed#FFF7E6
  • terminal.ansiWhite#0E0E0E
  • terminal.ansiYellow#FFC107
  • terminal.background#FAF8F2
  • terminal.foreground#0E0E0E
  • titleBar.activeBackground#FAF8F2
  • titleBar.activeForeground#0E0E0E
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF8F2
  • titleBar.inactiveForeground#0E0E0E60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A6858italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2E7032bold
storage.type, storage.modifier#2E7032italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF7A00
string, punctuation.definition.string, string.template, meta.template.expression#FFC107
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#FFF7E6
variable, variable.other.readwrite, variable.other.object#0E0E0E
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0E0E0E
variable.parameter, meta.parameter#0E0E0Edditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0E0E0E80
keyword.operator#0E0E0E
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFC107bold
entity.other.inherited-class#FF7A00
entity.name.tag, punctuation.definition.tag#2E7032
entity.other.attribute-name#FF7A00
meta.diff, meta.diff.header#7A6858
markup.deleted#FFF7E6
markup.inserted#FF7A00
markup.changed#FFC107
markup.heading, markup.heading.setext, punctuation.definition.heading#FF7A00bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFC107
string.other.link.title, string.other.link.description#FF7A00
markup.underline.link#7A6858underline
punctuation.definition.list#2E7032
markup.quote, punctuation.definition.quote#7A6858italic