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#FFFAF0
  • activityBar.border#00000015
  • activityBar.foreground#937725
  • activityBar.inactiveForeground#11111160
  • activityBarBadge.background#937725
  • activityBarBadge.foreground#FFFAF0
  • button.background#937725
  • button.foreground#FFFAF0
  • button.hoverBackground#937725dd
  • editor.background#FFFAF0
  • editor.foreground#111111
  • editor.inactiveSelectionBackground#5F83212580
  • editor.lineHighlightBackground#FCF7EE50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#5F832125
  • editorCursor.foreground#937725
  • editorGroupHeader.tabsBackground#FCF7EEaa
  • editorLineNumber.activeForeground#937725
  • editorLineNumber.foreground#E9E2CF80
  • focusBorder#937725
  • foreground#111111
  • input.background#FCF7EE
  • input.border#00000015
  • input.foreground#111111
  • input.placeholderForeground#11111160
  • list.activeSelectionBackground#93772530
  • list.activeSelectionForeground#111111
  • list.highlightForeground#937725
  • list.hoverBackground#FCF7EE40
  • list.hoverForeground#111111
  • list.inactiveSelectionBackground#93772515
  • list.inactiveSelectionForeground#111111
  • selection.background#5F832125
  • sideBar.background#FCF7EE
  • sideBar.border#00000015
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#FCF7EE80
  • sideBarSectionHeader.foreground#111111
  • sideBarTitle.foreground#937725
  • statusBar.background#FFFAF0
  • statusBar.border#00000015
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#FFFAF0
  • tab.activeBackground#FFFAF0
  • tab.activeBorderTop#937725
  • tab.activeForeground#111111
  • tab.border#00000015
  • tab.inactiveBackground#FFFAF060
  • tab.inactiveForeground#11111180
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#5F8321
  • terminal.ansiCyan#A36A29
  • terminal.ansiGreen#937725
  • terminal.ansiMagenta#761F19
  • terminal.ansiRed#761F19
  • terminal.ansiWhite#111111
  • terminal.ansiYellow#A36A29
  • terminal.background#FFFAF0
  • terminal.foreground#111111
  • titleBar.activeBackground#FFFAF0
  • titleBar.activeForeground#111111
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFAF0
  • titleBar.inactiveForeground#11111160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E2CFitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#5F8321bold
storage.type, storage.modifier#5F8321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#937725
string, punctuation.definition.string, string.template, meta.template.expression#A36A29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#761F19
variable, variable.other.readwrite, variable.other.object#111111
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111111
variable.parameter, meta.parameter#111111dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11111180
keyword.operator#111111
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A36A29bold
entity.other.inherited-class#937725
entity.name.tag, punctuation.definition.tag#5F8321
entity.other.attribute-name#937725
meta.diff, meta.diff.header#E9E2CF
markup.deleted#761F19
markup.inserted#937725
markup.changed#A36A29
markup.heading, markup.heading.setext, punctuation.definition.heading#937725bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A36A29
string.other.link.title, string.other.link.description#937725
markup.underline.link#E9E2CFunderline
punctuation.definition.list#5F8321
markup.quote, punctuation.definition.quote#E9E2CFitalic