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#FFF7E3
  • activityBar.border#00000015
  • activityBar.foreground#FF8A00
  • activityBar.inactiveForeground#1F1A1660
  • activityBarBadge.background#FF8A00
  • activityBarBadge.foreground#FFF7E3
  • button.background#FF8A00
  • button.foreground#FFF7E3
  • button.hoverBackground#FF8A00dd
  • editor.background#FFF7E3
  • editor.foreground#1F1A16
  • editor.inactiveSelectionBackground#2E7D322580
  • editor.lineHighlightBackground#FFF4E150
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2E7D3225
  • editorCursor.foreground#FF8A00
  • editorGroupHeader.tabsBackground#FFF4E1aa
  • editorLineNumber.activeForeground#FF8A00
  • editorLineNumber.foreground#FAEED780
  • focusBorder#FF8A00
  • foreground#1F1A16
  • input.background#FFF4E1
  • input.border#00000015
  • input.foreground#1F1A16
  • input.placeholderForeground#1F1A1660
  • list.activeSelectionBackground#FF8A0030
  • list.activeSelectionForeground#1F1A16
  • list.highlightForeground#FF8A00
  • list.hoverBackground#FFF4E140
  • list.hoverForeground#1F1A16
  • list.inactiveSelectionBackground#FF8A0015
  • list.inactiveSelectionForeground#1F1A16
  • selection.background#2E7D3225
  • sideBar.background#FFF4E1
  • sideBar.border#00000015
  • sideBar.foreground#1F1A16
  • sideBarSectionHeader.background#FFF4E180
  • sideBarSectionHeader.foreground#1F1A16
  • sideBarTitle.foreground#FF8A00
  • statusBar.background#FFF7E3
  • statusBar.border#00000015
  • statusBar.foreground#1F1A16
  • statusBar.noFolderBackground#FFF7E3
  • tab.activeBackground#FFF7E3
  • tab.activeBorderTop#FF8A00
  • tab.activeForeground#1F1A16
  • tab.border#00000015
  • tab.inactiveBackground#FFF7E360
  • tab.inactiveForeground#1F1A1680
  • terminal.ansiBlack#1F1A16
  • terminal.ansiBlue#2E7D32
  • terminal.ansiCyan#FFC247
  • terminal.ansiGreen#FF8A00
  • terminal.ansiMagenta#7FBF78
  • terminal.ansiRed#7FBF78
  • terminal.ansiWhite#1F1A16
  • terminal.ansiYellow#FFC247
  • terminal.background#FFF7E3
  • terminal.foreground#1F1A16
  • titleBar.activeBackground#FFF7E3
  • titleBar.activeForeground#1F1A16
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF7E3
  • titleBar.inactiveForeground#1F1A1660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#FAEED7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2E7D32bold
storage.type, storage.modifier#2E7D32italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF8A00—
string, punctuation.definition.string, string.template, meta.template.expression#FFC247—
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#7FBF78—
variable, variable.other.readwrite, variable.other.object#1F1A16—
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1F1A16—
variable.parameter, meta.parameter#1F1A16dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1F1A1680—
keyword.operator#1F1A16—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFC247bold
entity.other.inherited-class#FF8A00—
entity.name.tag, punctuation.definition.tag#2E7D32—
entity.other.attribute-name#FF8A00—
meta.diff, meta.diff.header#FAEED7—
markup.deleted#7FBF78—
markup.inserted#FF8A00—
markup.changed#FFC247—
markup.heading, markup.heading.setext, punctuation.definition.heading#FF8A00bold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.raw.block#FFC247—
string.other.link.title, string.other.link.description#FF8A00—
markup.underline.link#FAEED7underline
punctuation.definition.list#2E7D32—
markup.quote, punctuation.definition.quote#FAEED7italic