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#F8FBFC
  • activityBar.border#00000015
  • activityBar.foreground#FF666E
  • activityBar.inactiveForeground#0F1A2360
  • activityBarBadge.background#FF666E
  • activityBarBadge.foreground#F8FBFC
  • button.background#FF666E
  • button.foreground#F8FBFC
  • button.hoverBackground#FF666Edd
  • editor.background#F8FBFC
  • editor.foreground#0F1A23
  • editor.inactiveSelectionBackground#A0A8B42580
  • editor.lineHighlightBackground#E6EDF350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#A0A8B425
  • editorCursor.foreground#FF666E
  • editorGroupHeader.tabsBackground#E6EDF3aa
  • editorLineNumber.activeForeground#FF666E
  • editorLineNumber.foreground#A0A8B480
  • focusBorder#FF666E
  • foreground#0F1A23
  • input.background#E6EDF3
  • input.border#00000015
  • input.foreground#0F1A23
  • input.placeholderForeground#0F1A2360
  • list.activeSelectionBackground#FF666E30
  • list.activeSelectionForeground#0F1A23
  • list.highlightForeground#FF666E
  • list.hoverBackground#E6EDF340
  • list.hoverForeground#0F1A23
  • list.inactiveSelectionBackground#FF666E15
  • list.inactiveSelectionForeground#0F1A23
  • selection.background#A0A8B425
  • sideBar.background#E6EDF3
  • sideBar.border#00000015
  • sideBar.foreground#0F1A23
  • sideBarSectionHeader.background#E6EDF380
  • sideBarSectionHeader.foreground#0F1A23
  • sideBarTitle.foreground#FF666E
  • statusBar.background#F8FBFC
  • statusBar.border#00000015
  • statusBar.foreground#0F1A23
  • statusBar.noFolderBackground#F8FBFC
  • tab.activeBackground#F8FBFC
  • tab.activeBorderTop#FF666E
  • tab.activeForeground#0F1A23
  • tab.border#00000015
  • tab.inactiveBackground#F8FBFC60
  • tab.inactiveForeground#0F1A2380
  • terminal.ansiBlack#0F1A23
  • terminal.ansiBlue#A0A8B4
  • terminal.ansiCyan#7FB6D6
  • terminal.ansiGreen#FF666E
  • terminal.ansiMagenta#FF6B3A
  • terminal.ansiRed#FF6B3A
  • terminal.ansiWhite#0F1A23
  • terminal.ansiYellow#7FB6D6
  • terminal.background#F8FBFC
  • terminal.foreground#0F1A23
  • titleBar.activeBackground#F8FBFC
  • titleBar.activeForeground#0F1A23
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F8FBFC
  • titleBar.inactiveForeground#0F1A2360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A0A8B4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#A0A8B4bold
storage.type, storage.modifier#A0A8B4italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF666E
string, punctuation.definition.string, string.template, meta.template.expression#7FB6D6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#FF6B3A
variable, variable.other.readwrite, variable.other.object#0F1A23
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0F1A23
variable.parameter, meta.parameter#0F1A23dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0F1A2380
keyword.operator#0F1A23
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7FB6D6bold
entity.other.inherited-class#FF666E
entity.name.tag, punctuation.definition.tag#A0A8B4
entity.other.attribute-name#FF666E
meta.diff, meta.diff.header#A0A8B4
markup.deleted#FF6B3A
markup.inserted#FF666E
markup.changed#7FB6D6
markup.heading, markup.heading.setext, punctuation.definition.heading#FF666Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7FB6D6
string.other.link.title, string.other.link.description#FF666E
markup.underline.link#A0A8B4underline
punctuation.definition.list#A0A8B4
markup.quote, punctuation.definition.quote#A0A8B4italic