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

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#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#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