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#292929
  • activityBar.border#ffffff15
  • activityBar.foreground#67E9C0
  • activityBar.inactiveForeground#F6F3ED60
  • activityBarBadge.background#67E9C0
  • activityBarBadge.foreground#292929
  • button.background#67E9C0
  • button.foreground#292929
  • button.hoverBackground#67E9C0dd
  • editor.background#292929
  • editor.foreground#F6F3ED
  • editor.inactiveSelectionBackground#B1EC793580
  • editor.lineHighlightBackground#0A0A0A40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#B1EC7935
  • editorCursor.foreground#67E9C0
  • editorGroupHeader.tabsBackground#292929dd
  • editorLineNumber.activeForeground#67E9C0
  • editorLineNumber.foreground#E5E7E280
  • focusBorder#67E9C0
  • foreground#F6F3ED
  • input.background#0A0A0A
  • input.border#ffffff15
  • input.foreground#F6F3ED
  • input.placeholderForeground#F6F3ED60
  • list.activeSelectionBackground#67E9C030
  • list.activeSelectionForeground#F6F3ED
  • list.highlightForeground#67E9C0
  • list.hoverBackground#0A0A0A40
  • list.hoverForeground#F6F3ED
  • list.inactiveSelectionBackground#67E9C015
  • list.inactiveSelectionForeground#F6F3ED
  • selection.background#B1EC7935
  • sideBar.background#0A0A0A
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F3ED
  • sideBarSectionHeader.background#29292980
  • sideBarSectionHeader.foreground#F6F3ED
  • sideBarTitle.foreground#67E9C0
  • statusBar.background#292929
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F3ED
  • statusBar.noFolderBackground#292929
  • tab.activeBackground#292929
  • tab.activeBorderTop#67E9C0
  • tab.activeForeground#F6F3ED
  • tab.border#ffffff15
  • tab.inactiveBackground#0A0A0A60
  • tab.inactiveForeground#F6F3ED80
  • terminal.ansiBlack#292929
  • terminal.ansiBlue#B1EC79
  • terminal.ansiCyan#55E7CC
  • terminal.ansiGreen#67E9C0
  • terminal.ansiMagenta#F1D083
  • terminal.ansiRed#F1D083
  • terminal.ansiWhite#F6F3ED
  • terminal.ansiYellow#55E7CC
  • terminal.background#292929
  • terminal.foreground#F6F3ED
  • titleBar.activeBackground#292929
  • titleBar.activeForeground#F6F3ED
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#292929
  • titleBar.inactiveForeground#F6F3ED60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E5E7E2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#B1EC79bold
storage.type, storage.modifier#B1EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67E9C0
string, punctuation.definition.string, string.template, meta.template.expression#55E7CC
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1D083
variable, variable.other.readwrite, variable.other.object#F6F3ED
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F3ED
variable.parameter, meta.parameter#F6F3EDdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F3ED80
keyword.operator#F6F3ED
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E7CCbold
entity.other.inherited-class#67E9C0
entity.name.tag, punctuation.definition.tag#B1EC79
entity.other.attribute-name#67E9C0
meta.diff, meta.diff.header#E5E7E2
markup.deleted#F1D083
markup.inserted#67E9C0
markup.changed#55E7CC
markup.heading, markup.heading.setext, punctuation.definition.heading#67E9C0bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E7CC
string.other.link.title, string.other.link.description#67E9C0
markup.underline.link#E5E7E2underline
punctuation.definition.list#B1EC79
markup.quote, punctuation.definition.quote#E5E7E2italic