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#040506
  • activityBar.border#ffffff15
  • activityBar.foreground#679DE9
  • activityBar.inactiveForeground#FBF8F060
  • activityBarBadge.background#679DE9
  • activityBarBadge.foreground#040506
  • button.background#679DE9
  • button.foreground#040506
  • button.hoverBackground#679DE9dd
  • editor.background#040506
  • editor.foreground#FBF8F0
  • editor.inactiveSelectionBackground#ECB3793580
  • editor.lineHighlightBackground#0C0B0940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECB37935
  • editorCursor.foreground#679DE9
  • editorGroupHeader.tabsBackground#040506dd
  • editorLineNumber.activeForeground#679DE9
  • editorLineNumber.foreground#C3B19780
  • focusBorder#679DE9
  • foreground#FBF8F0
  • input.background#0C0B09
  • input.border#ffffff15
  • input.foreground#FBF8F0
  • input.placeholderForeground#FBF8F060
  • list.activeSelectionBackground#679DE930
  • list.activeSelectionForeground#FBF8F0
  • list.highlightForeground#679DE9
  • list.hoverBackground#0C0B0940
  • list.hoverForeground#FBF8F0
  • list.inactiveSelectionBackground#679DE915
  • list.inactiveSelectionForeground#FBF8F0
  • selection.background#ECB37935
  • sideBar.background#0C0B09
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF8F0
  • sideBarSectionHeader.background#04050680
  • sideBarSectionHeader.foreground#FBF8F0
  • sideBarTitle.foreground#679DE9
  • statusBar.background#040506
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF8F0
  • statusBar.noFolderBackground#040506
  • tab.activeBackground#040506
  • tab.activeBorderTop#679DE9
  • tab.activeForeground#FBF8F0
  • tab.border#ffffff15
  • tab.inactiveBackground#0C0B0960
  • tab.inactiveForeground#FBF8F080
  • terminal.ansiBlack#040506
  • terminal.ansiBlue#ECB379
  • terminal.ansiCyan#55A1E7
  • terminal.ansiGreen#679DE9
  • terminal.ansiMagenta#83AAF1
  • terminal.ansiRed#83AAF1
  • terminal.ansiWhite#FBF8F0
  • terminal.ansiYellow#55A1E7
  • terminal.background#040506
  • terminal.foreground#FBF8F0
  • titleBar.activeBackground#040506
  • titleBar.activeForeground#FBF8F0
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#040506
  • titleBar.inactiveForeground#FBF8F060
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C3B197italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECB379bold
storage.type, storage.modifier#ECB379italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#679DE9
string, punctuation.definition.string, string.template, meta.template.expression#55A1E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83AAF1
variable, variable.other.readwrite, variable.other.object#FBF8F0
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FBF8F0
variable.parameter, meta.parameter#FBF8F0dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FBF8F080
keyword.operator#FBF8F0
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55A1E7bold
entity.other.inherited-class#679DE9
entity.name.tag, punctuation.definition.tag#ECB379
entity.other.attribute-name#679DE9
meta.diff, meta.diff.header#C3B197
markup.deleted#83AAF1
markup.inserted#679DE9
markup.changed#55A1E7
markup.heading, markup.heading.setext, punctuation.definition.heading#679DE9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55A1E7
string.other.link.title, string.other.link.description#679DE9
markup.underline.link#C3B197underline
punctuation.definition.list#ECB379
markup.quote, punctuation.definition.quote#C3B197italic