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#0E120E
  • activityBar.border#ffffff15
  • activityBar.foreground#0F3D3F
  • activityBar.inactiveForeground#F2F5F360
  • activityBarBadge.background#0F3D3F
  • activityBarBadge.foreground#0E120E
  • button.background#0F3D3F
  • button.foreground#0E120E
  • button.hoverBackground#0F3D3Fdd
  • editor.background#0E120E
  • editor.foreground#F2F5F3
  • editor.inactiveSelectionBackground#2A33243580
  • editor.lineHighlightBackground#D9E7E340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2A332435
  • editorCursor.foreground#0F3D3F
  • editorGroupHeader.tabsBackground#0E120Edd
  • editorLineNumber.activeForeground#0F3D3F
  • editorLineNumber.foreground#0F3D3F80
  • focusBorder#0F3D3F
  • foreground#F2F5F3
  • input.background#D9E7E3
  • input.border#ffffff15
  • input.foreground#F2F5F3
  • input.placeholderForeground#F2F5F360
  • list.activeSelectionBackground#0F3D3F30
  • list.activeSelectionForeground#F2F5F3
  • list.highlightForeground#0F3D3F
  • list.hoverBackground#D9E7E340
  • list.hoverForeground#F2F5F3
  • list.inactiveSelectionBackground#0F3D3F15
  • list.inactiveSelectionForeground#F2F5F3
  • selection.background#2A332435
  • sideBar.background#D9E7E3
  • sideBar.border#ffffff15
  • sideBar.foreground#F2F5F3
  • sideBarSectionHeader.background#0E120E80
  • sideBarSectionHeader.foreground#F2F5F3
  • sideBarTitle.foreground#0F3D3F
  • statusBar.background#0E120E
  • statusBar.border#ffffff15
  • statusBar.foreground#F2F5F3
  • statusBar.noFolderBackground#0E120E
  • tab.activeBackground#0E120E
  • tab.activeBorderTop#0F3D3F
  • tab.activeForeground#F2F5F3
  • tab.border#ffffff15
  • tab.inactiveBackground#D9E7E360
  • tab.inactiveForeground#F2F5F380
  • terminal.ansiBlack#0E120E
  • terminal.ansiBlue#2A3324
  • terminal.ansiCyan#2FA6A6
  • terminal.ansiGreen#0F3D3F
  • terminal.ansiMagenta#6F8B43
  • terminal.ansiRed#6F8B43
  • terminal.ansiWhite#F2F5F3
  • terminal.ansiYellow#2FA6A6
  • terminal.background#0E120E
  • terminal.foreground#F2F5F3
  • titleBar.activeBackground#0E120E
  • titleBar.activeForeground#F2F5F3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0E120E
  • titleBar.inactiveForeground#F2F5F360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#0F3D3Fitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2A3324bold
storage.type, storage.modifier#2A3324italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#0F3D3F
string, punctuation.definition.string, string.template, meta.template.expression#2FA6A6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#6F8B43
variable, variable.other.readwrite, variable.other.object#F2F5F3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F2F5F3
variable.parameter, meta.parameter#F2F5F3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F2F5F380
keyword.operator#F2F5F3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2FA6A6bold
entity.other.inherited-class#0F3D3F
entity.name.tag, punctuation.definition.tag#2A3324
entity.other.attribute-name#0F3D3F
meta.diff, meta.diff.header#0F3D3F
markup.deleted#6F8B43
markup.inserted#0F3D3F
markup.changed#2FA6A6
markup.heading, markup.heading.setext, punctuation.definition.heading#0F3D3Fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2FA6A6
string.other.link.title, string.other.link.description#0F3D3F
markup.underline.link#0F3D3Funderline
punctuation.definition.list#2A3324
markup.quote, punctuation.definition.quote#0F3D3Fitalic