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#2e2e2c
  • activityBar.border#ffffff15
  • activityBar.foreground#b8862b
  • activityBar.inactiveForeground#f6f3ec60
  • activityBarBadge.background#b8862b
  • activityBarBadge.foreground#2e2e2c
  • button.background#b8862b
  • button.foreground#2e2e2c
  • button.hoverBackground#b8862bdd
  • editor.background#2e2e2c
  • editor.foreground#f6f3ec
  • editor.inactiveSelectionBackground#cfc8b83580
  • editor.lineHighlightBackground#1f1f1d40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#cfc8b835
  • editorCursor.foreground#b8862b
  • editorGroupHeader.tabsBackground#2e2e2cdd
  • editorLineNumber.activeForeground#b8862b
  • editorLineNumber.foreground#e6e1d680
  • focusBorder#b8862b
  • foreground#f6f3ec
  • input.background#1f1f1d
  • input.border#ffffff15
  • input.foreground#f6f3ec
  • input.placeholderForeground#f6f3ec60
  • list.activeSelectionBackground#b8862b30
  • list.activeSelectionForeground#f6f3ec
  • list.highlightForeground#b8862b
  • list.hoverBackground#1f1f1d40
  • list.hoverForeground#f6f3ec
  • list.inactiveSelectionBackground#b8862b15
  • list.inactiveSelectionForeground#f6f3ec
  • selection.background#cfc8b835
  • sideBar.background#1f1f1d
  • sideBar.border#ffffff15
  • sideBar.foreground#f6f3ec
  • sideBarSectionHeader.background#2e2e2c80
  • sideBarSectionHeader.foreground#f6f3ec
  • sideBarTitle.foreground#b8862b
  • statusBar.background#2e2e2c
  • statusBar.border#ffffff15
  • statusBar.foreground#f6f3ec
  • statusBar.noFolderBackground#2e2e2c
  • tab.activeBackground#2e2e2c
  • tab.activeBorderTop#b8862b
  • tab.activeForeground#f6f3ec
  • tab.border#ffffff15
  • tab.inactiveBackground#1f1f1d60
  • tab.inactiveForeground#f6f3ec80
  • terminal.ansiBlack#2e2e2c
  • terminal.ansiBlue#cfc8b8
  • terminal.ansiCyan#d4a23a
  • terminal.ansiGreen#b8862b
  • terminal.ansiMagenta#1f1f1d
  • terminal.ansiRed#1f1f1d
  • terminal.ansiWhite#f6f3ec
  • terminal.ansiYellow#d4a23a
  • terminal.background#2e2e2c
  • terminal.foreground#f6f3ec
  • titleBar.activeBackground#2e2e2c
  • titleBar.activeForeground#f6f3ec
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2e2e2c
  • titleBar.inactiveForeground#f6f3ec60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e6e1d6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#cfc8b8bold
storage.type, storage.modifier#cfc8b8italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#b8862b
string, punctuation.definition.string, string.template, meta.template.expression#d4a23a
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#1f1f1d
variable, variable.other.readwrite, variable.other.object#f6f3ec
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6f3ec
variable.parameter, meta.parameter#f6f3ecdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6f3ec80
keyword.operator#f6f3ec
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#d4a23abold
entity.other.inherited-class#b8862b
entity.name.tag, punctuation.definition.tag#cfc8b8
entity.other.attribute-name#b8862b
meta.diff, meta.diff.header#e6e1d6
markup.deleted#1f1f1d
markup.inserted#b8862b
markup.changed#d4a23a
markup.heading, markup.heading.setext, punctuation.definition.heading#b8862bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#d4a23a
string.other.link.title, string.other.link.description#b8862b
markup.underline.link#e6e1d6underline
punctuation.definition.list#cfc8b8
markup.quote, punctuation.definition.quote#e6e1d6italic
Morphous Theme by Ameyanagi - VS Code Theme