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#FFF3E2
  • activityBar.border#00000015
  • activityBar.foreground#F48B81
  • activityBar.inactiveForeground#2A2A2860
  • activityBarBadge.background#F48B81
  • activityBarBadge.foreground#FFF3E2
  • button.background#F48B81
  • button.foreground#FFF3E2
  • button.hoverBackground#F48B81dd
  • editor.background#FFF3E2
  • editor.foreground#2A2A28
  • editor.inactiveSelectionBackground#FFD7662580
  • editor.lineHighlightBackground#FFE4EC50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FFD76625
  • editorCursor.foreground#F48B81
  • editorGroupHeader.tabsBackground#FFE4ECaa
  • editorLineNumber.activeForeground#F48B81
  • editorLineNumber.foreground#D6D3C880
  • focusBorder#F48B81
  • foreground#2A2A28
  • input.background#FFE4EC
  • input.border#00000015
  • input.foreground#2A2A28
  • input.placeholderForeground#2A2A2860
  • list.activeSelectionBackground#F48B8130
  • list.activeSelectionForeground#2A2A28
  • list.highlightForeground#F48B81
  • list.hoverBackground#FFE4EC40
  • list.hoverForeground#2A2A28
  • list.inactiveSelectionBackground#F48B8115
  • list.inactiveSelectionForeground#2A2A28
  • selection.background#FFD76625
  • sideBar.background#FFE4EC
  • sideBar.border#00000015
  • sideBar.foreground#2A2A28
  • sideBarSectionHeader.background#FFE4EC80
  • sideBarSectionHeader.foreground#2A2A28
  • sideBarTitle.foreground#F48B81
  • statusBar.background#FFF3E2
  • statusBar.border#00000015
  • statusBar.foreground#2A2A28
  • statusBar.noFolderBackground#FFF3E2
  • tab.activeBackground#FFF3E2
  • tab.activeBorderTop#F48B81
  • tab.activeForeground#2A2A28
  • tab.border#00000015
  • tab.inactiveBackground#FFF3E260
  • tab.inactiveForeground#2A2A2880
  • terminal.ansiBlack#2A2A28
  • terminal.ansiBlue#FFD766
  • terminal.ansiCyan#FFD766
  • terminal.ansiGreen#F48B81
  • terminal.ansiMagenta#F1C248
  • terminal.ansiRed#F1C248
  • terminal.ansiWhite#2A2A28
  • terminal.ansiYellow#FFD766
  • terminal.background#FFF3E2
  • terminal.foreground#2A2A28
  • titleBar.activeBackground#FFF3E2
  • titleBar.activeForeground#2A2A28
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF3E2
  • titleBar.inactiveForeground#2A2A2860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D6D3C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FFD766bold
storage.type, storage.modifier#FFD766italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F48B81
string, punctuation.definition.string, string.template, meta.template.expression#FFD766
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C248
variable, variable.other.readwrite, variable.other.object#2A2A28
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2A2A28
variable.parameter, meta.parameter#2A2A28dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2A2A2880
keyword.operator#2A2A28
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFD766bold
entity.other.inherited-class#F48B81
entity.name.tag, punctuation.definition.tag#FFD766
entity.other.attribute-name#F48B81
meta.diff, meta.diff.header#D6D3C8
markup.deleted#F1C248
markup.inserted#F48B81
markup.changed#FFD766
markup.heading, markup.heading.setext, punctuation.definition.heading#F48B81bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFD766
string.other.link.title, string.other.link.description#F48B81
markup.underline.link#D6D3C8underline
punctuation.definition.list#FFD766
markup.quote, punctuation.definition.quote#D6D3C8italic