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#2B2F33
  • activityBar.border#ffffff15
  • activityBar.foreground#C75A2B
  • activityBar.inactiveForeground#ECEDEA60
  • activityBarBadge.background#C75A2B
  • activityBarBadge.foreground#2B2F33
  • button.background#C75A2B
  • button.foreground#2B2F33
  • button.hoverBackground#C75A2Bdd
  • editor.background#2B2F33
  • editor.foreground#ECEDEA
  • editor.inactiveSelectionBackground#8D959C3580
  • editor.lineHighlightBackground#2B2F3340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8D959C35
  • editorCursor.foreground#C75A2B
  • editorGroupHeader.tabsBackground#2B2F33dd
  • editorLineNumber.activeForeground#C75A2B
  • editorLineNumber.foreground#50565B80
  • focusBorder#C75A2B
  • foreground#ECEDEA
  • input.background#2B2F33
  • input.border#ffffff15
  • input.foreground#ECEDEA
  • input.placeholderForeground#ECEDEA60
  • list.activeSelectionBackground#C75A2B30
  • list.activeSelectionForeground#ECEDEA
  • list.highlightForeground#C75A2B
  • list.hoverBackground#2B2F3340
  • list.hoverForeground#ECEDEA
  • list.inactiveSelectionBackground#C75A2B15
  • list.inactiveSelectionForeground#ECEDEA
  • selection.background#8D959C35
  • sideBar.background#2B2F33
  • sideBar.border#ffffff15
  • sideBar.foreground#ECEDEA
  • sideBarSectionHeader.background#2B2F3380
  • sideBarSectionHeader.foreground#ECEDEA
  • sideBarTitle.foreground#C75A2B
  • statusBar.background#2B2F33
  • statusBar.border#ffffff15
  • statusBar.foreground#ECEDEA
  • statusBar.noFolderBackground#2B2F33
  • tab.activeBackground#2B2F33
  • tab.activeBorderTop#C75A2B
  • tab.activeForeground#ECEDEA
  • tab.border#ffffff15
  • tab.inactiveBackground#2B2F3360
  • tab.inactiveForeground#ECEDEA80
  • terminal.ansiBlack#2B2F33
  • terminal.ansiBlue#8D959C
  • terminal.ansiCyan#A7B56A
  • terminal.ansiGreen#C75A2B
  • terminal.ansiMagenta#D69521
  • terminal.ansiRed#D69521
  • terminal.ansiWhite#ECEDEA
  • terminal.ansiYellow#A7B56A
  • terminal.background#2B2F33
  • terminal.foreground#ECEDEA
  • titleBar.activeBackground#2B2F33
  • titleBar.activeForeground#ECEDEA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2B2F33
  • titleBar.inactiveForeground#ECEDEA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#50565Bitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8D959Cbold
storage.type, storage.modifier#8D959Citalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#C75A2B
string, punctuation.definition.string, string.template, meta.template.expression#A7B56A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D69521
variable, variable.other.readwrite, variable.other.object#ECEDEA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#ECEDEA
variable.parameter, meta.parameter#ECEDEAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#ECEDEA80
keyword.operator#ECEDEA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A7B56Abold
entity.other.inherited-class#C75A2B
entity.name.tag, punctuation.definition.tag#8D959C
entity.other.attribute-name#C75A2B
meta.diff, meta.diff.header#50565B
markup.deleted#D69521
markup.inserted#C75A2B
markup.changed#A7B56A
markup.heading, markup.heading.setext, punctuation.definition.heading#C75A2Bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A7B56A
string.other.link.title, string.other.link.description#C75A2B
markup.underline.link#50565Bunderline
punctuation.definition.list#8D959C
markup.quote, punctuation.definition.quote#50565Bitalic
Morphous Theme by Ameyanagi - VS Code Theme