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#FEFDFB
  • activityBar.border#00000015
  • activityBar.foreground#936325
  • activityBar.inactiveForeground#1A1C1F60
  • activityBarBadge.background#936325
  • activityBarBadge.foreground#FEFDFB
  • button.background#936325
  • button.foreground#FEFDFB
  • button.hoverBackground#936325dd
  • editor.background#FEFDFB
  • editor.foreground#1A1C1F
  • editor.inactiveSelectionBackground#6A83212580
  • editor.lineHighlightBackground#FFF9F050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6A832125
  • editorCursor.foreground#936325
  • editorGroupHeader.tabsBackground#FFF9F0aa
  • editorLineNumber.activeForeground#936325
  • editorLineNumber.foreground#F0E0C880
  • focusBorder#936325
  • foreground#1A1C1F
  • input.background#FFF9F0
  • input.border#00000015
  • input.foreground#1A1C1F
  • input.placeholderForeground#1A1C1F60
  • list.activeSelectionBackground#93632530
  • list.activeSelectionForeground#1A1C1F
  • list.highlightForeground#936325
  • list.hoverBackground#FFF9F040
  • list.hoverForeground#1A1C1F
  • list.inactiveSelectionBackground#93632515
  • list.inactiveSelectionForeground#1A1C1F
  • selection.background#6A832125
  • sideBar.background#FFF9F0
  • sideBar.border#00000015
  • sideBar.foreground#1A1C1F
  • sideBarSectionHeader.background#FFF9F080
  • sideBarSectionHeader.foreground#1A1C1F
  • sideBarTitle.foreground#936325
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#1A1C1F
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#936325
  • tab.activeForeground#1A1C1F
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#1A1C1F80
  • terminal.ansiBlack#1A1C1F
  • terminal.ansiBlue#6A8321
  • terminal.ansiCyan#A37029
  • terminal.ansiGreen#936325
  • terminal.ansiMagenta#197674
  • terminal.ansiRed#197674
  • terminal.ansiWhite#1A1C1F
  • terminal.ansiYellow#A37029
  • terminal.background#FEFDFB
  • terminal.foreground#1A1C1F
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#1A1C1F
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#1A1C1F60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F0E0C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6A8321bold
storage.type, storage.modifier#6A8321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#936325
string, punctuation.definition.string, string.template, meta.template.expression#A37029
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197674
variable, variable.other.readwrite, variable.other.object#1A1C1F
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1A1C1F
variable.parameter, meta.parameter#1A1C1Fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1A1C1F80
keyword.operator#1A1C1F
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37029bold
entity.other.inherited-class#936325
entity.name.tag, punctuation.definition.tag#6A8321
entity.other.attribute-name#936325
meta.diff, meta.diff.header#F0E0C8
markup.deleted#197674
markup.inserted#936325
markup.changed#A37029
markup.heading, markup.heading.setext, punctuation.definition.heading#936325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37029
string.other.link.title, string.other.link.description#936325
markup.underline.link#F0E0C8underline
punctuation.definition.list#6A8321
markup.quote, punctuation.definition.quote#F0E0C8italic