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#071A26
  • activityBar.border#ffffff15
  • activityBar.foreground#0083A6
  • activityBar.inactiveForeground#FFF8F060
  • activityBarBadge.background#0083A6
  • activityBarBadge.foreground#071A26
  • button.background#0083A6
  • button.foreground#071A26
  • button.hoverBackground#0083A6dd
  • editor.background#071A26
  • editor.foreground#FFF8F0
  • editor.inactiveSelectionBackground#00D4E33580
  • editor.lineHighlightBackground#0A233340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#00D4E335
  • editorCursor.foreground#0083A6
  • editorGroupHeader.tabsBackground#071A26dd
  • editorLineNumber.activeForeground#0083A6
  • editorLineNumber.foreground#E9E4F180
  • focusBorder#0083A6
  • foreground#FFF8F0
  • input.background#0A2333
  • input.border#ffffff15
  • input.foreground#FFF8F0
  • input.placeholderForeground#FFF8F060
  • list.activeSelectionBackground#0083A630
  • list.activeSelectionForeground#FFF8F0
  • list.highlightForeground#0083A6
  • list.hoverBackground#0A233340
  • list.hoverForeground#FFF8F0
  • list.inactiveSelectionBackground#0083A615
  • list.inactiveSelectionForeground#FFF8F0
  • selection.background#00D4E335
  • sideBar.background#0A2333
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF8F0
  • sideBarSectionHeader.background#071A2680
  • sideBarSectionHeader.foreground#FFF8F0
  • sideBarTitle.foreground#0083A6
  • statusBar.background#071A26
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF8F0
  • statusBar.noFolderBackground#071A26
  • tab.activeBackground#071A26
  • tab.activeBorderTop#0083A6
  • tab.activeForeground#FFF8F0
  • tab.border#ffffff15
  • tab.inactiveBackground#0A233360
  • tab.inactiveForeground#FFF8F080
  • terminal.ansiBlack#071A26
  • terminal.ansiBlue#00D4E3
  • terminal.ansiCyan#26DCC2
  • terminal.ansiGreen#0083A6
  • terminal.ansiMagenta#007A7A
  • terminal.ansiRed#007A7A
  • terminal.ansiWhite#FFF8F0
  • terminal.ansiYellow#26DCC2
  • terminal.background#071A26
  • terminal.foreground#FFF8F0
  • titleBar.activeBackground#071A26
  • titleBar.activeForeground#FFF8F0
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#071A26
  • titleBar.inactiveForeground#FFF8F060
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E4F1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#00D4E3bold
storage.type, storage.modifier#00D4E3italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#0083A6
string, punctuation.definition.string, string.template, meta.template.expression#26DCC2
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#007A7A
variable, variable.other.readwrite, variable.other.object#FFF8F0
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF8F0
variable.parameter, meta.parameter#FFF8F0dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF8F080
keyword.operator#FFF8F0
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#26DCC2bold
entity.other.inherited-class#0083A6
entity.name.tag, punctuation.definition.tag#00D4E3
entity.other.attribute-name#0083A6
meta.diff, meta.diff.header#E9E4F1
markup.deleted#007A7A
markup.inserted#0083A6
markup.changed#26DCC2
markup.heading, markup.heading.setext, punctuation.definition.heading#0083A6bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#26DCC2
string.other.link.title, string.other.link.description#0083A6
markup.underline.link#E9E4F1underline
punctuation.definition.list#00D4E3
markup.quote, punctuation.definition.quote#E9E4F1italic