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#111517
  • activityBar.border#ffffff15
  • activityBar.foreground#67BEE9
  • activityBar.inactiveForeground#ECE9E160
  • activityBarBadge.background#67BEE9
  • activityBarBadge.foreground#111517
  • button.background#67BEE9
  • button.foreground#111517
  • button.hoverBackground#67BEE9dd
  • editor.background#111517
  • editor.foreground#ECE9E1
  • editor.inactiveSelectionBackground#ECCD793580
  • editor.lineHighlightBackground#27303540
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECCD7935
  • editorCursor.foreground#67BEE9
  • editorGroupHeader.tabsBackground#111517dd
  • editorLineNumber.activeForeground#67BEE9
  • editorLineNumber.foreground#ECE9E180
  • focusBorder#67BEE9
  • foreground#ECE9E1
  • input.background#273035
  • input.border#ffffff15
  • input.foreground#ECE9E1
  • input.placeholderForeground#ECE9E160
  • list.activeSelectionBackground#67BEE930
  • list.activeSelectionForeground#ECE9E1
  • list.highlightForeground#67BEE9
  • list.hoverBackground#27303540
  • list.hoverForeground#ECE9E1
  • list.inactiveSelectionBackground#67BEE915
  • list.inactiveSelectionForeground#ECE9E1
  • selection.background#ECCD7935
  • sideBar.background#273035
  • sideBar.border#ffffff15
  • sideBar.foreground#ECE9E1
  • sideBarSectionHeader.background#11151780
  • sideBarSectionHeader.foreground#ECE9E1
  • sideBarTitle.foreground#67BEE9
  • statusBar.background#111517
  • statusBar.border#ffffff15
  • statusBar.foreground#ECE9E1
  • statusBar.noFolderBackground#111517
  • tab.activeBackground#111517
  • tab.activeBorderTop#67BEE9
  • tab.activeForeground#ECE9E1
  • tab.border#ffffff15
  • tab.inactiveBackground#27303560
  • tab.inactiveForeground#ECE9E180
  • terminal.ansiBlack#111517
  • terminal.ansiBlue#ECCD79
  • terminal.ansiCyan#55E7E4
  • terminal.ansiGreen#67BEE9
  • terminal.ansiMagenta#83F1EC
  • terminal.ansiRed#83F1EC
  • terminal.ansiWhite#ECE9E1
  • terminal.ansiYellow#55E7E4
  • terminal.background#111517
  • terminal.foreground#ECE9E1
  • titleBar.activeBackground#111517
  • titleBar.activeForeground#ECE9E1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#111517
  • titleBar.inactiveForeground#ECE9E160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#ECE9E1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECCD79bold
storage.type, storage.modifier#ECCD79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67BEE9
string, punctuation.definition.string, string.template, meta.template.expression#55E7E4
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83F1EC
variable, variable.other.readwrite, variable.other.object#ECE9E1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#ECE9E1
variable.parameter, meta.parameter#ECE9E1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#ECE9E180
keyword.operator#ECE9E1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E7E4bold
entity.other.inherited-class#67BEE9
entity.name.tag, punctuation.definition.tag#ECCD79
entity.other.attribute-name#67BEE9
meta.diff, meta.diff.header#ECE9E1
markup.deleted#83F1EC
markup.inserted#67BEE9
markup.changed#55E7E4
markup.heading, markup.heading.setext, punctuation.definition.heading#67BEE9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E7E4
string.other.link.title, string.other.link.description#67BEE9
markup.underline.link#ECE9E1underline
punctuation.definition.list#ECCD79
markup.quote, punctuation.definition.quote#ECE9E1italic