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#34515b
  • activityBar.border#ffffff15
  • activityBar.foreground#f06a8a
  • activityBar.inactiveForeground#fff7f260
  • activityBarBadge.background#f06a8a
  • activityBarBadge.foreground#34515b
  • button.background#f06a8a
  • button.foreground#34515b
  • button.hoverBackground#f06a8add
  • editor.background#34515b
  • editor.foreground#fff7f2
  • editor.inactiveSelectionBackground#ff7b653580
  • editor.lineHighlightBackground#2c222440
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ff7b6535
  • editorCursor.foreground#f06a8a
  • editorGroupHeader.tabsBackground#34515bdd
  • editorLineNumber.activeForeground#f06a8a
  • editorLineNumber.foreground#9b837480
  • focusBorder#f06a8a
  • foreground#fff7f2
  • input.background#2c2224
  • input.border#ffffff15
  • input.foreground#fff7f2
  • input.placeholderForeground#fff7f260
  • list.activeSelectionBackground#f06a8a30
  • list.activeSelectionForeground#fff7f2
  • list.highlightForeground#f06a8a
  • list.hoverBackground#2c222440
  • list.hoverForeground#fff7f2
  • list.inactiveSelectionBackground#f06a8a15
  • list.inactiveSelectionForeground#fff7f2
  • selection.background#ff7b6535
  • sideBar.background#2c2224
  • sideBar.border#ffffff15
  • sideBar.foreground#fff7f2
  • sideBarSectionHeader.background#34515b80
  • sideBarSectionHeader.foreground#fff7f2
  • sideBarTitle.foreground#f06a8a
  • statusBar.background#34515b
  • statusBar.border#ffffff15
  • statusBar.foreground#fff7f2
  • statusBar.noFolderBackground#34515b
  • tab.activeBackground#34515b
  • tab.activeBorderTop#f06a8a
  • tab.activeForeground#fff7f2
  • tab.border#ffffff15
  • tab.inactiveBackground#2c222460
  • tab.inactiveForeground#fff7f280
  • terminal.ansiBlack#34515b
  • terminal.ansiBlue#ff7b65
  • terminal.ansiCyan#5baec4
  • terminal.ansiGreen#f06a8a
  • terminal.ansiMagenta#f8b9ad
  • terminal.ansiRed#f8b9ad
  • terminal.ansiWhite#fff7f2
  • terminal.ansiYellow#5baec4
  • terminal.background#34515b
  • terminal.foreground#fff7f2
  • titleBar.activeBackground#34515b
  • titleBar.activeForeground#fff7f2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#34515b
  • titleBar.inactiveForeground#fff7f260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9b8374italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ff7b65bold
storage.type, storage.modifier#ff7b65italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f06a8a
string, punctuation.definition.string, string.template, meta.template.expression#5baec4
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#f8b9ad
variable, variable.other.readwrite, variable.other.object#fff7f2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff7f2
variable.parameter, meta.parameter#fff7f2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff7f280
keyword.operator#fff7f2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#5baec4bold
entity.other.inherited-class#f06a8a
entity.name.tag, punctuation.definition.tag#ff7b65
entity.other.attribute-name#f06a8a
meta.diff, meta.diff.header#9b8374
markup.deleted#f8b9ad
markup.inserted#f06a8a
markup.changed#5baec4
markup.heading, markup.heading.setext, punctuation.definition.heading#f06a8abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#5baec4
string.other.link.title, string.other.link.description#f06a8a
markup.underline.link#9b8374underline
punctuation.definition.list#ff7b65
markup.quote, punctuation.definition.quote#9b8374italic