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#0a1220
  • activityBar.border#ffffff15
  • activityBar.foreground#0e3a5a
  • activityBar.inactiveForeground#f2f6fa60
  • activityBarBadge.background#0e3a5a
  • activityBarBadge.foreground#0a1220
  • button.background#0e3a5a
  • button.foreground#0a1220
  • button.hoverBackground#0e3a5add
  • editor.background#0a1220
  • editor.foreground#f2f6fa
  • editor.inactiveSelectionBackground#6b72803580
  • editor.lineHighlightBackground#08122040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6b728035
  • editorCursor.foreground#0e3a5a
  • editorGroupHeader.tabsBackground#0a1220dd
  • editorLineNumber.activeForeground#0e3a5a
  • editorLineNumber.foreground#6b728080
  • focusBorder#0e3a5a
  • foreground#f2f6fa
  • input.background#081220
  • input.border#ffffff15
  • input.foreground#f2f6fa
  • input.placeholderForeground#f2f6fa60
  • list.activeSelectionBackground#0e3a5a30
  • list.activeSelectionForeground#f2f6fa
  • list.highlightForeground#0e3a5a
  • list.hoverBackground#08122040
  • list.hoverForeground#f2f6fa
  • list.inactiveSelectionBackground#0e3a5a15
  • list.inactiveSelectionForeground#f2f6fa
  • selection.background#6b728035
  • sideBar.background#081220
  • sideBar.border#ffffff15
  • sideBar.foreground#f2f6fa
  • sideBarSectionHeader.background#0a122080
  • sideBarSectionHeader.foreground#f2f6fa
  • sideBarTitle.foreground#0e3a5a
  • statusBar.background#0a1220
  • statusBar.border#ffffff15
  • statusBar.foreground#f2f6fa
  • statusBar.noFolderBackground#0a1220
  • tab.activeBackground#0a1220
  • tab.activeBorderTop#0e3a5a
  • tab.activeForeground#f2f6fa
  • tab.border#ffffff15
  • tab.inactiveBackground#08122060
  • tab.inactiveForeground#f2f6fa80
  • terminal.ansiBlack#0a1220
  • terminal.ansiBlue#6b7280
  • terminal.ansiCyan#e6ecf2
  • terminal.ansiGreen#0e3a5a
  • terminal.ansiMagenta#556b2f
  • terminal.ansiRed#556b2f
  • terminal.ansiWhite#f2f6fa
  • terminal.ansiYellow#e6ecf2
  • terminal.background#0a1220
  • terminal.foreground#f2f6fa
  • titleBar.activeBackground#0a1220
  • titleBar.activeForeground#f2f6fa
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0a1220
  • titleBar.inactiveForeground#f2f6fa60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b7280italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6b7280bold
storage.type, storage.modifier#6b7280italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#0e3a5a
string, punctuation.definition.string, string.template, meta.template.expression#e6ecf2
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#556b2f
variable, variable.other.readwrite, variable.other.object#f2f6fa
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f2f6fa
variable.parameter, meta.parameter#f2f6fadditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f2f6fa80
keyword.operator#f2f6fa
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#e6ecf2bold
entity.other.inherited-class#0e3a5a
entity.name.tag, punctuation.definition.tag#6b7280
entity.other.attribute-name#0e3a5a
meta.diff, meta.diff.header#6b7280
markup.deleted#556b2f
markup.inserted#0e3a5a
markup.changed#e6ecf2
markup.heading, markup.heading.setext, punctuation.definition.heading#0e3a5abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#e6ecf2
string.other.link.title, string.other.link.description#0e3a5a
markup.underline.link#6b7280underline
punctuation.definition.list#6b7280
markup.quote, punctuation.definition.quote#6b7280italic