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#FAF7F0
  • activityBar.border#00000015
  • activityBar.foreground#255393
  • activityBar.inactiveForeground#11111160
  • activityBarBadge.background#255393
  • activityBarBadge.foreground#FAF7F0
  • button.background#255393
  • button.foreground#FAF7F0
  • button.hoverBackground#255393dd
  • editor.background#FAF7F0
  • editor.foreground#111111
  • editor.inactiveSelectionBackground#2152832580
  • editor.lineHighlightBackground#EDE4D450
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21528325
  • editorCursor.foreground#255393
  • editorGroupHeader.tabsBackground#EDE4D4aa
  • editorLineNumber.activeForeground#255393
  • editorLineNumber.foreground#d8d2c780
  • focusBorder#255393
  • foreground#111111
  • input.background#EDE4D4
  • input.border#00000015
  • input.foreground#111111
  • input.placeholderForeground#11111160
  • list.activeSelectionBackground#25539330
  • list.activeSelectionForeground#111111
  • list.highlightForeground#255393
  • list.hoverBackground#EDE4D440
  • list.hoverForeground#111111
  • list.inactiveSelectionBackground#25539315
  • list.inactiveSelectionForeground#111111
  • selection.background#21528325
  • sideBar.background#EDE4D4
  • sideBar.border#00000015
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#EDE4D480
  • sideBarSectionHeader.foreground#111111
  • sideBarTitle.foreground#255393
  • statusBar.background#FAF7F0
  • statusBar.border#00000015
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#FAF7F0
  • tab.activeBackground#FAF7F0
  • tab.activeBorderTop#255393
  • tab.activeForeground#111111
  • tab.border#00000015
  • tab.inactiveBackground#FAF7F060
  • tab.inactiveForeground#11111180
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#215283
  • terminal.ansiCyan#A37629
  • terminal.ansiGreen#255393
  • terminal.ansiMagenta#763219
  • terminal.ansiRed#763219
  • terminal.ansiWhite#111111
  • terminal.ansiYellow#A37629
  • terminal.background#FAF7F0
  • terminal.foreground#111111
  • titleBar.activeBackground#FAF7F0
  • titleBar.activeForeground#111111
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FAF7F0
  • titleBar.inactiveForeground#11111160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8d2c7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215283bold
storage.type, storage.modifier#215283italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#255393
string, punctuation.definition.string, string.template, meta.template.expression#A37629
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#763219
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#A37629bold
entity.other.inherited-class#255393
entity.name.tag, punctuation.definition.tag#215283
entity.other.attribute-name#255393
meta.diff, meta.diff.header#d8d2c7
markup.deleted#763219
markup.inserted#255393
markup.changed#A37629
markup.heading, markup.heading.setext, punctuation.definition.heading#255393bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37629
string.other.link.title, string.other.link.description#255393
markup.underline.link#d8d2c7underline
punctuation.definition.list#215283
markup.quote, punctuation.definition.quote#d8d2c7italic