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#E2D4BB
  • activityBar.border#ffffff15
  • activityBar.foreground#679DE9
  • activityBar.inactiveForeground#f6f1e660
  • activityBarBadge.background#679DE9
  • activityBarBadge.foreground#E2D4BB
  • button.background#679DE9
  • button.foreground#E2D4BB
  • button.hoverBackground#679DE9dd
  • editor.background#E2D4BB
  • editor.foreground#f6f1e6
  • editor.inactiveSelectionBackground#79B2EC3580
  • editor.lineHighlightBackground#0A0A0A40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79B2EC35
  • editorCursor.foreground#679DE9
  • editorGroupHeader.tabsBackground#E2D4BBdd
  • editorLineNumber.activeForeground#679DE9
  • editorLineNumber.foreground#d8d2c780
  • focusBorder#679DE9
  • foreground#f6f1e6
  • input.background#0A0A0A
  • input.border#ffffff15
  • input.foreground#f6f1e6
  • input.placeholderForeground#f6f1e660
  • list.activeSelectionBackground#679DE930
  • list.activeSelectionForeground#f6f1e6
  • list.highlightForeground#679DE9
  • list.hoverBackground#0A0A0A40
  • list.hoverForeground#f6f1e6
  • list.inactiveSelectionBackground#679DE915
  • list.inactiveSelectionForeground#f6f1e6
  • selection.background#79B2EC35
  • sideBar.background#0A0A0A
  • sideBar.border#ffffff15
  • sideBar.foreground#f6f1e6
  • sideBarSectionHeader.background#E2D4BB80
  • sideBarSectionHeader.foreground#f6f1e6
  • sideBarTitle.foreground#679DE9
  • statusBar.background#E2D4BB
  • statusBar.border#ffffff15
  • statusBar.foreground#f6f1e6
  • statusBar.noFolderBackground#E2D4BB
  • tab.activeBackground#E2D4BB
  • tab.activeBorderTop#679DE9
  • tab.activeForeground#f6f1e6
  • tab.border#ffffff15
  • tab.inactiveBackground#0A0A0A60
  • tab.inactiveForeground#f6f1e680
  • terminal.ansiBlack#E2D4BB
  • terminal.ansiBlue#79B2EC
  • terminal.ansiCyan#E7B155
  • terminal.ansiGreen#679DE9
  • terminal.ansiMagenta#F1A083
  • terminal.ansiRed#F1A083
  • terminal.ansiWhite#f6f1e6
  • terminal.ansiYellow#E7B155
  • terminal.background#E2D4BB
  • terminal.foreground#f6f1e6
  • titleBar.activeBackground#E2D4BB
  • titleBar.activeForeground#f6f1e6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#E2D4BB
  • titleBar.inactiveForeground#f6f1e660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8d2c7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79B2ECbold
storage.type, storage.modifier#79B2ECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#679DE9
string, punctuation.definition.string, string.template, meta.template.expression#E7B155
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1A083
variable, variable.other.readwrite, variable.other.object#f6f1e6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6f1e6
variable.parameter, meta.parameter#f6f1e6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6f1e680
keyword.operator#f6f1e6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7B155bold
entity.other.inherited-class#679DE9
entity.name.tag, punctuation.definition.tag#79B2EC
entity.other.attribute-name#679DE9
meta.diff, meta.diff.header#d8d2c7
markup.deleted#F1A083
markup.inserted#679DE9
markup.changed#E7B155
markup.heading, markup.heading.setext, punctuation.definition.heading#679DE9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7B155
string.other.link.title, string.other.link.description#679DE9
markup.underline.link#d8d2c7underline
punctuation.definition.list#79B2EC
markup.quote, punctuation.definition.quote#d8d2c7italic