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#2A2E32
  • activityBar.border#ffffff15
  • activityBar.foreground#6797E9
  • activityBar.inactiveForeground#f7f4ef60
  • activityBarBadge.background#6797E9
  • activityBarBadge.foreground#2A2E32
  • button.background#6797E9
  • button.foreground#2A2E32
  • button.hoverBackground#6797E9dd
  • editor.background#2A2E32
  • editor.foreground#f7f4ef
  • editor.inactiveSelectionBackground#ECC9793580
  • editor.lineHighlightBackground#090A0C40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC97935
  • editorCursor.foreground#6797E9
  • editorGroupHeader.tabsBackground#2A2E32dd
  • editorLineNumber.activeForeground#6797E9
  • editorLineNumber.foreground#9aa0a380
  • focusBorder#6797E9
  • foreground#f7f4ef
  • input.background#090A0C
  • input.border#ffffff15
  • input.foreground#f7f4ef
  • input.placeholderForeground#f7f4ef60
  • list.activeSelectionBackground#6797E930
  • list.activeSelectionForeground#f7f4ef
  • list.highlightForeground#6797E9
  • list.hoverBackground#090A0C40
  • list.hoverForeground#f7f4ef
  • list.inactiveSelectionBackground#6797E915
  • list.inactiveSelectionForeground#f7f4ef
  • selection.background#ECC97935
  • sideBar.background#090A0C
  • sideBar.border#ffffff15
  • sideBar.foreground#f7f4ef
  • sideBarSectionHeader.background#2A2E3280
  • sideBarSectionHeader.foreground#f7f4ef
  • sideBarTitle.foreground#6797E9
  • statusBar.background#2A2E32
  • statusBar.border#ffffff15
  • statusBar.foreground#f7f4ef
  • statusBar.noFolderBackground#2A2E32
  • tab.activeBackground#2A2E32
  • tab.activeBorderTop#6797E9
  • tab.activeForeground#f7f4ef
  • tab.border#ffffff15
  • tab.inactiveBackground#090A0C60
  • tab.inactiveForeground#f7f4ef80
  • terminal.ansiBlack#2A2E32
  • terminal.ansiBlue#ECC979
  • terminal.ansiCyan#E7E755
  • terminal.ansiGreen#6797E9
  • terminal.ansiMagenta#83B5F1
  • terminal.ansiRed#83B5F1
  • terminal.ansiWhite#f7f4ef
  • terminal.ansiYellow#E7E755
  • terminal.background#2A2E32
  • terminal.foreground#f7f4ef
  • titleBar.activeBackground#2A2E32
  • titleBar.activeForeground#f7f4ef
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2A2E32
  • titleBar.inactiveForeground#f7f4ef60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9aa0a3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC979bold
storage.type, storage.modifier#ECC979italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6797E9
string, punctuation.definition.string, string.template, meta.template.expression#E7E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83B5F1
variable, variable.other.readwrite, variable.other.object#f7f4ef
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f7f4ef
variable.parameter, meta.parameter#f7f4efdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f7f4ef80
keyword.operator#f7f4ef
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7E755bold
entity.other.inherited-class#6797E9
entity.name.tag, punctuation.definition.tag#ECC979
entity.other.attribute-name#6797E9
meta.diff, meta.diff.header#9aa0a3
markup.deleted#83B5F1
markup.inserted#6797E9
markup.changed#E7E755
markup.heading, markup.heading.setext, punctuation.definition.heading#6797E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7E755
string.other.link.title, string.other.link.description#6797E9
markup.underline.link#9aa0a3underline
punctuation.definition.list#ECC979
markup.quote, punctuation.definition.quote#9aa0a3italic