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#FFFBF5
  • activityBar.border#00000015
  • activityBar.foreground#935125
  • activityBar.inactiveForeground#11181760
  • activityBarBadge.background#935125
  • activityBarBadge.foreground#FFFBF5
  • button.background#935125
  • button.foreground#FFFBF5
  • button.hoverBackground#935125dd
  • editor.background#FFFBF5
  • editor.foreground#111817
  • editor.inactiveSelectionBackground#8353212580
  • editor.lineHighlightBackground#EDE2CE50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83532125
  • editorCursor.foreground#935125
  • editorGroupHeader.tabsBackground#EDE2CEaa
  • editorLineNumber.activeForeground#935125
  • editorLineNumber.foreground#B7A99680
  • focusBorder#935125
  • foreground#111817
  • input.background#EDE2CE
  • input.border#00000015
  • input.foreground#111817
  • input.placeholderForeground#11181760
  • list.activeSelectionBackground#93512530
  • list.activeSelectionForeground#111817
  • list.highlightForeground#935125
  • list.hoverBackground#EDE2CE40
  • list.hoverForeground#111817
  • list.inactiveSelectionBackground#93512515
  • list.inactiveSelectionForeground#111817
  • selection.background#83532125
  • sideBar.background#EDE2CE
  • sideBar.border#00000015
  • sideBar.foreground#111817
  • sideBarSectionHeader.background#EDE2CE80
  • sideBarSectionHeader.foreground#111817
  • sideBarTitle.foreground#935125
  • statusBar.background#FFFBF5
  • statusBar.border#00000015
  • statusBar.foreground#111817
  • statusBar.noFolderBackground#FFFBF5
  • tab.activeBackground#FFFBF5
  • tab.activeBorderTop#935125
  • tab.activeForeground#111817
  • tab.border#00000015
  • tab.inactiveBackground#FFFBF560
  • tab.inactiveForeground#11181780
  • terminal.ansiBlack#111817
  • terminal.ansiBlue#835321
  • terminal.ansiCyan#29A3A1
  • terminal.ansiGreen#935125
  • terminal.ansiMagenta#441976
  • terminal.ansiRed#441976
  • terminal.ansiWhite#111817
  • terminal.ansiYellow#29A3A1
  • terminal.background#FFFBF5
  • terminal.foreground#111817
  • titleBar.activeBackground#FFFBF5
  • titleBar.activeForeground#111817
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFBF5
  • titleBar.inactiveForeground#11181760
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B7A996italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835321bold
storage.type, storage.modifier#835321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935125
string, punctuation.definition.string, string.template, meta.template.expression#29A3A1
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#441976
variable, variable.other.readwrite, variable.other.object#111817
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111817
variable.parameter, meta.parameter#111817dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11181780
keyword.operator#111817
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A3A1bold
entity.other.inherited-class#935125
entity.name.tag, punctuation.definition.tag#835321
entity.other.attribute-name#935125
meta.diff, meta.diff.header#B7A996
markup.deleted#441976
markup.inserted#935125
markup.changed#29A3A1
markup.heading, markup.heading.setext, punctuation.definition.heading#935125bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A3A1
string.other.link.title, string.other.link.description#935125
markup.underline.link#B7A996underline
punctuation.definition.list#835321
markup.quote, punctuation.definition.quote#B7A996italic