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#4D3B28
  • activityBar.border#ffffff15
  • activityBar.foreground#E97067
  • activityBar.inactiveForeground#F5F1E660
  • activityBarBadge.background#E97067
  • activityBarBadge.foreground#4D3B28
  • button.background#E97067
  • button.foreground#4D3B28
  • button.hoverBackground#E97067dd
  • editor.background#4D3B28
  • editor.foreground#F5F1E6
  • editor.inactiveSelectionBackground#C6EC793580
  • editor.lineHighlightBackground#0F0F0F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C6EC7935
  • editorCursor.foreground#E97067
  • editorGroupHeader.tabsBackground#4D3B28dd
  • editorLineNumber.activeForeground#E97067
  • editorLineNumber.foreground#C8B28A80
  • focusBorder#E97067
  • foreground#F5F1E6
  • input.background#0F0F0F
  • input.border#ffffff15
  • input.foreground#F5F1E6
  • input.placeholderForeground#F5F1E660
  • list.activeSelectionBackground#E9706730
  • list.activeSelectionForeground#F5F1E6
  • list.highlightForeground#E97067
  • list.hoverBackground#0F0F0F40
  • list.hoverForeground#F5F1E6
  • list.inactiveSelectionBackground#E9706715
  • list.inactiveSelectionForeground#F5F1E6
  • selection.background#C6EC7935
  • sideBar.background#0F0F0F
  • sideBar.border#ffffff15
  • sideBar.foreground#F5F1E6
  • sideBarSectionHeader.background#4D3B2880
  • sideBarSectionHeader.foreground#F5F1E6
  • sideBarTitle.foreground#E97067
  • statusBar.background#4D3B28
  • statusBar.border#ffffff15
  • statusBar.foreground#F5F1E6
  • statusBar.noFolderBackground#4D3B28
  • tab.activeBackground#4D3B28
  • tab.activeBorderTop#E97067
  • tab.activeForeground#F5F1E6
  • tab.border#ffffff15
  • tab.inactiveBackground#0F0F0F60
  • tab.inactiveForeground#F5F1E680
  • terminal.ansiBlack#4D3B28
  • terminal.ansiBlue#C6EC79
  • terminal.ansiCyan#E76E55
  • terminal.ansiGreen#E97067
  • terminal.ansiMagenta#F1C583
  • terminal.ansiRed#F1C583
  • terminal.ansiWhite#F5F1E6
  • terminal.ansiYellow#E76E55
  • terminal.background#4D3B28
  • terminal.foreground#F5F1E6
  • titleBar.activeBackground#4D3B28
  • titleBar.activeForeground#F5F1E6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#4D3B28
  • titleBar.inactiveForeground#F5F1E660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8B28Aitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#C6EC79bold
storage.type, storage.modifier#C6EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97067
string, punctuation.definition.string, string.template, meta.template.expression#E76E55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C583
variable, variable.other.readwrite, variable.other.object#F5F1E6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F5F1E6
variable.parameter, meta.parameter#F5F1E6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F5F1E680
keyword.operator#F5F1E6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E76E55bold
entity.other.inherited-class#E97067
entity.name.tag, punctuation.definition.tag#C6EC79
entity.other.attribute-name#E97067
meta.diff, meta.diff.header#C8B28A
markup.deleted#F1C583
markup.inserted#E97067
markup.changed#E76E55
markup.heading, markup.heading.setext, punctuation.definition.heading#E97067bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E76E55
string.other.link.title, string.other.link.description#E97067
markup.underline.link#C8B28Aunderline
punctuation.definition.list#C6EC79
markup.quote, punctuation.definition.quote#C8B28Aitalic
Morphous Theme by Ameyanagi - VS Code Theme