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#0C0E0D
  • activityBar.border#ffffff15
  • activityBar.foreground#E9A267
  • activityBar.inactiveForeground#f4f5f660
  • activityBarBadge.background#E9A267
  • activityBarBadge.foreground#0C0E0D
  • button.background#E9A267
  • button.foreground#0C0E0D
  • button.hoverBackground#E9A267dd
  • editor.background#0C0E0D
  • editor.foreground#f4f5f6
  • editor.inactiveSelectionBackground#CDEC793580
  • editor.lineHighlightBackground#11121340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#CDEC7935
  • editorCursor.foreground#E9A267
  • editorGroupHeader.tabsBackground#0C0E0Ddd
  • editorLineNumber.activeForeground#E9A267
  • editorLineNumber.foreground#a7acb280
  • focusBorder#E9A267
  • foreground#f4f5f6
  • input.background#111213
  • input.border#ffffff15
  • input.foreground#f4f5f6
  • input.placeholderForeground#f4f5f660
  • list.activeSelectionBackground#E9A26730
  • list.activeSelectionForeground#f4f5f6
  • list.highlightForeground#E9A267
  • list.hoverBackground#11121340
  • list.hoverForeground#f4f5f6
  • list.inactiveSelectionBackground#E9A26715
  • list.inactiveSelectionForeground#f4f5f6
  • selection.background#CDEC7935
  • sideBar.background#111213
  • sideBar.border#ffffff15
  • sideBar.foreground#f4f5f6
  • sideBarSectionHeader.background#0C0E0D80
  • sideBarSectionHeader.foreground#f4f5f6
  • sideBarTitle.foreground#E9A267
  • statusBar.background#0C0E0D
  • statusBar.border#ffffff15
  • statusBar.foreground#f4f5f6
  • statusBar.noFolderBackground#0C0E0D
  • tab.activeBackground#0C0E0D
  • tab.activeBorderTop#E9A267
  • tab.activeForeground#f4f5f6
  • tab.border#ffffff15
  • tab.inactiveBackground#11121360
  • tab.inactiveForeground#f4f5f680
  • terminal.ansiBlack#0C0E0D
  • terminal.ansiBlue#CDEC79
  • terminal.ansiCyan#E7C055
  • terminal.ansiGreen#E9A267
  • terminal.ansiMagenta#D6F183
  • terminal.ansiRed#D6F183
  • terminal.ansiWhite#f4f5f6
  • terminal.ansiYellow#E7C055
  • terminal.background#0C0E0D
  • terminal.foreground#f4f5f6
  • titleBar.activeBackground#0C0E0D
  • titleBar.activeForeground#f4f5f6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0C0E0D
  • titleBar.inactiveForeground#f4f5f660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a7acb2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#CDEC79bold
storage.type, storage.modifier#CDEC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9A267
string, punctuation.definition.string, string.template, meta.template.expression#E7C055
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D6F183
variable, variable.other.readwrite, variable.other.object#f4f5f6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f4f5f6
variable.parameter, meta.parameter#f4f5f6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f4f5f680
keyword.operator#f4f5f6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7C055bold
entity.other.inherited-class#E9A267
entity.name.tag, punctuation.definition.tag#CDEC79
entity.other.attribute-name#E9A267
meta.diff, meta.diff.header#a7acb2
markup.deleted#D6F183
markup.inserted#E9A267
markup.changed#E7C055
markup.heading, markup.heading.setext, punctuation.definition.heading#E9A267bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7C055
string.other.link.title, string.other.link.description#E9A267
markup.underline.link#a7acb2underline
punctuation.definition.list#CDEC79
markup.quote, punctuation.definition.quote#a7acb2italic