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#F6F3ED
  • activityBar.border#00000015
  • activityBar.foreground#A7C9BE
  • activityBar.inactiveForeground#0E0E0E60
  • activityBarBadge.background#A7C9BE
  • activityBarBadge.foreground#F6F3ED
  • button.background#A7C9BE
  • button.foreground#F6F3ED
  • button.hoverBackground#A7C9BEdd
  • editor.background#F6F3ED
  • editor.foreground#0E0E0E
  • editor.inactiveSelectionBackground#4C59402580
  • editor.lineHighlightBackground#FFFFFF50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#4C594025
  • editorCursor.foreground#A7C9BE
  • editorGroupHeader.tabsBackground#FFFFFFaa
  • editorLineNumber.activeForeground#A7C9BE
  • editorLineNumber.foreground#E5E7E280
  • focusBorder#A7C9BE
  • foreground#0E0E0E
  • input.background#FFFFFF
  • input.border#00000015
  • input.foreground#0E0E0E
  • input.placeholderForeground#0E0E0E60
  • list.activeSelectionBackground#A7C9BE30
  • list.activeSelectionForeground#0E0E0E
  • list.highlightForeground#A7C9BE
  • list.hoverBackground#FFFFFF40
  • list.hoverForeground#0E0E0E
  • list.inactiveSelectionBackground#A7C9BE15
  • list.inactiveSelectionForeground#0E0E0E
  • selection.background#4C594025
  • sideBar.background#FFFFFF
  • sideBar.border#00000015
  • sideBar.foreground#0E0E0E
  • sideBarSectionHeader.background#FFFFFF80
  • sideBarSectionHeader.foreground#0E0E0E
  • sideBarTitle.foreground#A7C9BE
  • statusBar.background#F6F3ED
  • statusBar.border#00000015
  • statusBar.foreground#0E0E0E
  • statusBar.noFolderBackground#F6F3ED
  • tab.activeBackground#F6F3ED
  • tab.activeBorderTop#A7C9BE
  • tab.activeForeground#0E0E0E
  • tab.border#00000015
  • tab.inactiveBackground#F6F3ED60
  • tab.inactiveForeground#0E0E0E80
  • terminal.ansiBlack#0E0E0E
  • terminal.ansiBlue#4C5940
  • terminal.ansiCyan#D0ECE7
  • terminal.ansiGreen#A7C9BE
  • terminal.ansiMagenta#D9B768
  • terminal.ansiRed#D9B768
  • terminal.ansiWhite#0E0E0E
  • terminal.ansiYellow#D0ECE7
  • terminal.background#F6F3ED
  • terminal.foreground#0E0E0E
  • titleBar.activeBackground#F6F3ED
  • titleBar.activeForeground#0E0E0E
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F6F3ED
  • titleBar.inactiveForeground#0E0E0E60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E5E7E2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#4C5940bold
storage.type, storage.modifier#4C5940italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#A7C9BE
string, punctuation.definition.string, string.template, meta.template.expression#D0ECE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D9B768
variable, variable.other.readwrite, variable.other.object#0E0E0E
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0E0E0E
variable.parameter, meta.parameter#0E0E0Edditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0E0E0E80
keyword.operator#0E0E0E
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D0ECE7bold
entity.other.inherited-class#A7C9BE
entity.name.tag, punctuation.definition.tag#4C5940
entity.other.attribute-name#A7C9BE
meta.diff, meta.diff.header#E5E7E2
markup.deleted#D9B768
markup.inserted#A7C9BE
markup.changed#D0ECE7
markup.heading, markup.heading.setext, punctuation.definition.heading#A7C9BEbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D0ECE7
string.other.link.title, string.other.link.description#A7C9BE
markup.underline.link#E5E7E2underline
punctuation.definition.list#4C5940
markup.quote, punctuation.definition.quote#E5E7E2italic