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#FCFBF8
  • activityBar.border#00000015
  • activityBar.foreground#25937B
  • activityBar.inactiveForeground#1E2A2560
  • activityBarBadge.background#25937B
  • activityBarBadge.foreground#FCFBF8
  • button.background#25937B
  • button.foreground#FCFBF8
  • button.hoverBackground#25937Bdd
  • editor.background#FCFBF8
  • editor.foreground#1E2A25
  • editor.inactiveSelectionBackground#8362212580
  • editor.lineHighlightBackground#FCFAF350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83622125
  • editorCursor.foreground#25937B
  • editorGroupHeader.tabsBackground#FCFAF3aa
  • editorLineNumber.activeForeground#25937B
  • editorLineNumber.foreground#EDE6D680
  • focusBorder#25937B
  • foreground#1E2A25
  • input.background#FCFAF3
  • input.border#00000015
  • input.foreground#1E2A25
  • input.placeholderForeground#1E2A2560
  • list.activeSelectionBackground#25937B30
  • list.activeSelectionForeground#1E2A25
  • list.highlightForeground#25937B
  • list.hoverBackground#FCFAF340
  • list.hoverForeground#1E2A25
  • list.inactiveSelectionBackground#25937B15
  • list.inactiveSelectionForeground#1E2A25
  • selection.background#83622125
  • sideBar.background#FCFAF3
  • sideBar.border#00000015
  • sideBar.foreground#1E2A25
  • sideBarSectionHeader.background#FCFAF380
  • sideBarSectionHeader.foreground#1E2A25
  • sideBarTitle.foreground#25937B
  • statusBar.background#FCFBF8
  • statusBar.border#00000015
  • statusBar.foreground#1E2A25
  • statusBar.noFolderBackground#FCFBF8
  • tab.activeBackground#FCFBF8
  • tab.activeBorderTop#25937B
  • tab.activeForeground#1E2A25
  • tab.border#00000015
  • tab.inactiveBackground#FCFBF860
  • tab.inactiveForeground#1E2A2580
  • terminal.ansiBlack#1E2A25
  • terminal.ansiBlue#836221
  • terminal.ansiCyan#A34329
  • terminal.ansiGreen#25937B
  • terminal.ansiMagenta#765719
  • terminal.ansiRed#765719
  • terminal.ansiWhite#1E2A25
  • terminal.ansiYellow#A34329
  • terminal.background#FCFBF8
  • terminal.foreground#1E2A25
  • titleBar.activeBackground#FCFBF8
  • titleBar.activeForeground#1E2A25
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFBF8
  • titleBar.inactiveForeground#1E2A2560
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#EDE6D6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836221bold
storage.type, storage.modifier#836221italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#25937B
string, punctuation.definition.string, string.template, meta.template.expression#A34329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765719
variable, variable.other.readwrite, variable.other.object#1E2A25
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1E2A25
variable.parameter, meta.parameter#1E2A25dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1E2A2580
keyword.operator#1E2A25
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A34329bold
entity.other.inherited-class#25937B
entity.name.tag, punctuation.definition.tag#836221
entity.other.attribute-name#25937B
meta.diff, meta.diff.header#EDE6D6
markup.deleted#765719
markup.inserted#25937B
markup.changed#A34329
markup.heading, markup.heading.setext, punctuation.definition.heading#25937Bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A34329
string.other.link.title, string.other.link.description#25937B
markup.underline.link#EDE6D6underline
punctuation.definition.list#836221
markup.quote, punctuation.definition.quote#EDE6D6italic