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#297050
  • activityBar.border#ffffff15
  • activityBar.foreground#E96967
  • activityBar.inactiveForeground#FAF7F260
  • activityBarBadge.background#E96967
  • activityBarBadge.foreground#297050
  • button.background#E96967
  • button.foreground#297050
  • button.hoverBackground#E96967dd
  • editor.background#297050
  • editor.foreground#FAF7F2
  • editor.inactiveSelectionBackground#EC81793580
  • editor.lineHighlightBackground#09090B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC817935
  • editorCursor.foreground#E96967
  • editorGroupHeader.tabsBackground#297050dd
  • editorLineNumber.activeForeground#E96967
  • editorLineNumber.foreground#C8B99B80
  • focusBorder#E96967
  • foreground#FAF7F2
  • input.background#09090B
  • input.border#ffffff15
  • input.foreground#FAF7F2
  • input.placeholderForeground#FAF7F260
  • list.activeSelectionBackground#E9696730
  • list.activeSelectionForeground#FAF7F2
  • list.highlightForeground#E96967
  • list.hoverBackground#09090B40
  • list.hoverForeground#FAF7F2
  • list.inactiveSelectionBackground#E9696715
  • list.inactiveSelectionForeground#FAF7F2
  • selection.background#EC817935
  • sideBar.background#09090B
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF7F2
  • sideBarSectionHeader.background#29705080
  • sideBarSectionHeader.foreground#FAF7F2
  • sideBarTitle.foreground#E96967
  • statusBar.background#297050
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF7F2
  • statusBar.noFolderBackground#297050
  • tab.activeBackground#297050
  • tab.activeBorderTop#E96967
  • tab.activeForeground#FAF7F2
  • tab.border#ffffff15
  • tab.inactiveBackground#09090B60
  • tab.inactiveForeground#FAF7F280
  • terminal.ansiBlack#297050
  • terminal.ansiBlue#EC8179
  • terminal.ansiCyan#55E7E7
  • terminal.ansiGreen#E96967
  • terminal.ansiMagenta#83EFF1
  • terminal.ansiRed#83EFF1
  • terminal.ansiWhite#FAF7F2
  • terminal.ansiYellow#55E7E7
  • terminal.background#297050
  • terminal.foreground#FAF7F2
  • titleBar.activeBackground#297050
  • titleBar.activeForeground#FAF7F2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#297050
  • titleBar.inactiveForeground#FAF7F260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8B99Bitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC8179bold
storage.type, storage.modifier#EC8179italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E96967
string, punctuation.definition.string, string.template, meta.template.expression#55E7E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83EFF1
variable, variable.other.readwrite, variable.other.object#FAF7F2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF7F2
variable.parameter, meta.parameter#FAF7F2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF7F280
keyword.operator#FAF7F2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E7E7bold
entity.other.inherited-class#E96967
entity.name.tag, punctuation.definition.tag#EC8179
entity.other.attribute-name#E96967
meta.diff, meta.diff.header#C8B99B
markup.deleted#83EFF1
markup.inserted#E96967
markup.changed#55E7E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E96967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E7E7
string.other.link.title, string.other.link.description#E96967
markup.underline.link#C8B99Bunderline
punctuation.definition.list#EC8179
markup.quote, punctuation.definition.quote#C8B99Bitalic
Morphous Theme by Ameyanagi - VS Code Theme