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#1E1A15
  • activityBar.border#ffffff15
  • activityBar.foreground#E99767
  • activityBar.inactiveForeground#FBF7F160
  • activityBarBadge.background#E99767
  • activityBarBadge.foreground#1E1A15
  • button.background#E99767
  • button.foreground#1E1A15
  • button.hoverBackground#E99767dd
  • editor.background#1E1A15
  • editor.foreground#FBF7F1
  • editor.inactiveSelectionBackground#ECAB793580
  • editor.lineHighlightBackground#211A1240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECAB7935
  • editorCursor.foreground#E99767
  • editorGroupHeader.tabsBackground#1E1A15dd
  • editorLineNumber.activeForeground#E99767
  • editorLineNumber.foreground#E8DCC480
  • focusBorder#E99767
  • foreground#FBF7F1
  • input.background#211A12
  • input.border#ffffff15
  • input.foreground#FBF7F1
  • input.placeholderForeground#FBF7F160
  • list.activeSelectionBackground#E9976730
  • list.activeSelectionForeground#FBF7F1
  • list.highlightForeground#E99767
  • list.hoverBackground#211A1240
  • list.hoverForeground#FBF7F1
  • list.inactiveSelectionBackground#E9976715
  • list.inactiveSelectionForeground#FBF7F1
  • selection.background#ECAB7935
  • sideBar.background#211A12
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF7F1
  • sideBarSectionHeader.background#1E1A1580
  • sideBarSectionHeader.foreground#FBF7F1
  • sideBarTitle.foreground#E99767
  • statusBar.background#1E1A15
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF7F1
  • statusBar.noFolderBackground#1E1A15
  • tab.activeBackground#1E1A15
  • tab.activeBorderTop#E99767
  • tab.activeForeground#FBF7F1
  • tab.border#ffffff15
  • tab.inactiveBackground#211A1260
  • tab.inactiveForeground#FBF7F180
  • terminal.ansiBlack#1E1A15
  • terminal.ansiBlue#ECAB79
  • terminal.ansiCyan#A3E755
  • terminal.ansiGreen#E99767
  • terminal.ansiMagenta#C7F183
  • terminal.ansiRed#C7F183
  • terminal.ansiWhite#FBF7F1
  • terminal.ansiYellow#A3E755
  • terminal.background#1E1A15
  • terminal.foreground#FBF7F1
  • titleBar.activeBackground#1E1A15
  • titleBar.activeForeground#FBF7F1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1E1A15
  • titleBar.inactiveForeground#FBF7F160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E8DCC4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECAB79bold
storage.type, storage.modifier#ECAB79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E99767
string, punctuation.definition.string, string.template, meta.template.expression#A3E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C7F183
variable, variable.other.readwrite, variable.other.object#FBF7F1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FBF7F1
variable.parameter, meta.parameter#FBF7F1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FBF7F180
keyword.operator#FBF7F1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A3E755bold
entity.other.inherited-class#E99767
entity.name.tag, punctuation.definition.tag#ECAB79
entity.other.attribute-name#E99767
meta.diff, meta.diff.header#E8DCC4
markup.deleted#C7F183
markup.inserted#E99767
markup.changed#A3E755
markup.heading, markup.heading.setext, punctuation.definition.heading#E99767bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A3E755
string.other.link.title, string.other.link.description#E99767
markup.underline.link#E8DCC4underline
punctuation.definition.list#ECAB79
markup.quote, punctuation.definition.quote#E8DCC4italic