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#FFFDFA
  • activityBar.border#00000015
  • activityBar.foreground#257B93
  • activityBar.inactiveForeground#0A233360
  • activityBarBadge.background#257B93
  • activityBarBadge.foreground#FFFDFA
  • button.background#257B93
  • button.foreground#FFFDFA
  • button.hoverBackground#257B93dd
  • editor.background#FFFDFA
  • editor.foreground#0A2333
  • editor.inactiveSelectionBackground#217C832580
  • editor.lineHighlightBackground#F7F5FA50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#217C8325
  • editorCursor.foreground#257B93
  • editorGroupHeader.tabsBackground#F7F5FAaa
  • editorLineNumber.activeForeground#257B93
  • editorLineNumber.foreground#E9E4F180
  • focusBorder#257B93
  • foreground#0A2333
  • input.background#F7F5FA
  • input.border#00000015
  • input.foreground#0A2333
  • input.placeholderForeground#0A233360
  • list.activeSelectionBackground#257B9330
  • list.activeSelectionForeground#0A2333
  • list.highlightForeground#257B93
  • list.hoverBackground#F7F5FA40
  • list.hoverForeground#0A2333
  • list.inactiveSelectionBackground#257B9315
  • list.inactiveSelectionForeground#0A2333
  • selection.background#217C8325
  • sideBar.background#F7F5FA
  • sideBar.border#00000015
  • sideBar.foreground#0A2333
  • sideBarSectionHeader.background#F7F5FA80
  • sideBarSectionHeader.foreground#0A2333
  • sideBarTitle.foreground#257B93
  • statusBar.background#FFFDFA
  • statusBar.border#00000015
  • statusBar.foreground#0A2333
  • statusBar.noFolderBackground#FFFDFA
  • tab.activeBackground#FFFDFA
  • tab.activeBorderTop#257B93
  • tab.activeForeground#0A2333
  • tab.border#00000015
  • tab.inactiveBackground#FFFDFA60
  • tab.inactiveForeground#0A233380
  • terminal.ansiBlack#0A2333
  • terminal.ansiBlue#217C83
  • terminal.ansiCyan#29A391
  • terminal.ansiGreen#257B93
  • terminal.ansiMagenta#197676
  • terminal.ansiRed#197676
  • terminal.ansiWhite#0A2333
  • terminal.ansiYellow#29A391
  • terminal.background#FFFDFA
  • terminal.foreground#0A2333
  • titleBar.activeBackground#FFFDFA
  • titleBar.activeForeground#0A2333
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFDFA
  • titleBar.inactiveForeground#0A233360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E4F1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#217C83bold
storage.type, storage.modifier#217C83italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#257B93
string, punctuation.definition.string, string.template, meta.template.expression#29A391
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197676
variable, variable.other.readwrite, variable.other.object#0A2333
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0A2333
variable.parameter, meta.parameter#0A2333dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0A233380
keyword.operator#0A2333
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A391bold
entity.other.inherited-class#257B93
entity.name.tag, punctuation.definition.tag#217C83
entity.other.attribute-name#257B93
meta.diff, meta.diff.header#E9E4F1
markup.deleted#197676
markup.inserted#257B93
markup.changed#29A391
markup.heading, markup.heading.setext, punctuation.definition.heading#257B93bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A391
string.other.link.title, string.other.link.description#257B93
markup.underline.link#E9E4F1underline
punctuation.definition.list#217C83
markup.quote, punctuation.definition.quote#E9E4F1italic