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#0D2B28
  • activityBar.border#ffffff15
  • activityBar.foreground#E99D67
  • activityBar.inactiveForeground#FAFAF860
  • activityBarBadge.background#E99D67
  • activityBarBadge.foreground#0D2B28
  • button.background#E99D67
  • button.foreground#0D2B28
  • button.hoverBackground#E99D67dd
  • editor.background#0D2B28
  • editor.foreground#FAFAF8
  • editor.inactiveSelectionBackground#79ECDB3580
  • editor.lineHighlightBackground#0A0A0A40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ECDB35
  • editorCursor.foreground#E99D67
  • editorGroupHeader.tabsBackground#0D2B28dd
  • editorLineNumber.activeForeground#E99D67
  • editorLineNumber.foreground#8b9a9280
  • focusBorder#E99D67
  • foreground#FAFAF8
  • input.background#0A0A0A
  • input.border#ffffff15
  • input.foreground#FAFAF8
  • input.placeholderForeground#FAFAF860
  • list.activeSelectionBackground#E99D6730
  • list.activeSelectionForeground#FAFAF8
  • list.highlightForeground#E99D67
  • list.hoverBackground#0A0A0A40
  • list.hoverForeground#FAFAF8
  • list.inactiveSelectionBackground#E99D6715
  • list.inactiveSelectionForeground#FAFAF8
  • selection.background#79ECDB35
  • sideBar.background#0A0A0A
  • sideBar.border#ffffff15
  • sideBar.foreground#FAFAF8
  • sideBarSectionHeader.background#0D2B2880
  • sideBarSectionHeader.foreground#FAFAF8
  • sideBarTitle.foreground#E99D67
  • statusBar.background#0D2B28
  • statusBar.border#ffffff15
  • statusBar.foreground#FAFAF8
  • statusBar.noFolderBackground#0D2B28
  • tab.activeBackground#0D2B28
  • tab.activeBorderTop#E99D67
  • tab.activeForeground#FAFAF8
  • tab.border#ffffff15
  • tab.inactiveBackground#0A0A0A60
  • tab.inactiveForeground#FAFAF880
  • terminal.ansiBlack#0D2B28
  • terminal.ansiBlue#79ECDB
  • terminal.ansiCyan#E77255
  • terminal.ansiGreen#E99D67
  • terminal.ansiMagenta#F1F183
  • terminal.ansiRed#F1F183
  • terminal.ansiWhite#FAFAF8
  • terminal.ansiYellow#E77255
  • terminal.background#0D2B28
  • terminal.foreground#FAFAF8
  • titleBar.activeBackground#0D2B28
  • titleBar.activeForeground#FAFAF8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0D2B28
  • titleBar.inactiveForeground#FAFAF860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8b9a92italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ECDBbold
storage.type, storage.modifier#79ECDBitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E99D67
string, punctuation.definition.string, string.template, meta.template.expression#E77255
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1F183
variable, variable.other.readwrite, variable.other.object#FAFAF8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAFAF8
variable.parameter, meta.parameter#FAFAF8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAFAF880
keyword.operator#FAFAF8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E77255bold
entity.other.inherited-class#E99D67
entity.name.tag, punctuation.definition.tag#79ECDB
entity.other.attribute-name#E99D67
meta.diff, meta.diff.header#8b9a92
markup.deleted#F1F183
markup.inserted#E99D67
markup.changed#E77255
markup.heading, markup.heading.setext, punctuation.definition.heading#E99D67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E77255
string.other.link.title, string.other.link.description#E99D67
markup.underline.link#8b9a92underline
punctuation.definition.list#79ECDB
markup.quote, punctuation.definition.quote#8b9a92italic