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#FFF8F0
  • activityBar.border#00000015
  • activityBar.foreground#0083A6
  • activityBar.inactiveForeground#0A233360
  • activityBarBadge.background#0083A6
  • activityBarBadge.foreground#FFF8F0
  • button.background#0083A6
  • button.foreground#FFF8F0
  • button.hoverBackground#0083A6dd
  • editor.background#FFF8F0
  • editor.foreground#0A2333
  • editor.inactiveSelectionBackground#00D4E32580
  • editor.lineHighlightBackground#F5F2F850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#00D4E325
  • editorCursor.foreground#0083A6
  • editorGroupHeader.tabsBackground#F5F2F8aa
  • editorLineNumber.activeForeground#0083A6
  • editorLineNumber.foreground#E9E4F180
  • focusBorder#0083A6
  • foreground#0A2333
  • input.background#F5F2F8
  • input.border#00000015
  • input.foreground#0A2333
  • input.placeholderForeground#0A233360
  • list.activeSelectionBackground#0083A630
  • list.activeSelectionForeground#0A2333
  • list.highlightForeground#0083A6
  • list.hoverBackground#F5F2F840
  • list.hoverForeground#0A2333
  • list.inactiveSelectionBackground#0083A615
  • list.inactiveSelectionForeground#0A2333
  • selection.background#00D4E325
  • sideBar.background#F5F2F8
  • sideBar.border#00000015
  • sideBar.foreground#0A2333
  • sideBarSectionHeader.background#F5F2F880
  • sideBarSectionHeader.foreground#0A2333
  • sideBarTitle.foreground#0083A6
  • statusBar.background#FFF8F0
  • statusBar.border#00000015
  • statusBar.foreground#0A2333
  • statusBar.noFolderBackground#FFF8F0
  • tab.activeBackground#FFF8F0
  • tab.activeBorderTop#0083A6
  • tab.activeForeground#0A2333
  • tab.border#00000015
  • tab.inactiveBackground#FFF8F060
  • tab.inactiveForeground#0A233380
  • terminal.ansiBlack#0A2333
  • terminal.ansiBlue#00D4E3
  • terminal.ansiCyan#26DCC2
  • terminal.ansiGreen#0083A6
  • terminal.ansiMagenta#007A7A
  • terminal.ansiRed#007A7A
  • terminal.ansiWhite#0A2333
  • terminal.ansiYellow#26DCC2
  • terminal.background#FFF8F0
  • terminal.foreground#0A2333
  • titleBar.activeBackground#FFF8F0
  • titleBar.activeForeground#0A2333
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF8F0
  • 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#00D4E3bold
storage.type, storage.modifier#00D4E3italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#0083A6
string, punctuation.definition.string, string.template, meta.template.expression#26DCC2
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#007A7A
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#26DCC2bold
entity.other.inherited-class#0083A6
entity.name.tag, punctuation.definition.tag#00D4E3
entity.other.attribute-name#0083A6
meta.diff, meta.diff.header#E9E4F1
markup.deleted#007A7A
markup.inserted#0083A6
markup.changed#26DCC2
markup.heading, markup.heading.setext, punctuation.definition.heading#0083A6bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#26DCC2
string.other.link.title, string.other.link.description#0083A6
markup.underline.link#E9E4F1underline
punctuation.definition.list#00D4E3
markup.quote, punctuation.definition.quote#E9E4F1italic