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#101014
  • activityBar.border#ffffff15
  • activityBar.foreground#8367E9
  • activityBar.inactiveForeground#FAF6EC60
  • activityBarBadge.background#8367E9
  • activityBarBadge.foreground#101014
  • button.background#8367E9
  • button.foreground#101014
  • button.hoverBackground#8367E9dd
  • editor.background#101014
  • editor.foreground#FAF6EC
  • editor.inactiveSelectionBackground#ECAB793580
  • editor.lineHighlightBackground#09090C40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECAB7935
  • editorCursor.foreground#8367E9
  • editorGroupHeader.tabsBackground#101014dd
  • editorLineNumber.activeForeground#8367E9
  • editorLineNumber.foreground#2B2B3080
  • focusBorder#8367E9
  • foreground#FAF6EC
  • input.background#09090C
  • input.border#ffffff15
  • input.foreground#FAF6EC
  • input.placeholderForeground#FAF6EC60
  • list.activeSelectionBackground#8367E930
  • list.activeSelectionForeground#FAF6EC
  • list.highlightForeground#8367E9
  • list.hoverBackground#09090C40
  • list.hoverForeground#FAF6EC
  • list.inactiveSelectionBackground#8367E915
  • list.inactiveSelectionForeground#FAF6EC
  • selection.background#ECAB7935
  • sideBar.background#09090C
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF6EC
  • sideBarSectionHeader.background#10101480
  • sideBarSectionHeader.foreground#FAF6EC
  • sideBarTitle.foreground#8367E9
  • statusBar.background#101014
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF6EC
  • statusBar.noFolderBackground#101014
  • tab.activeBackground#101014
  • tab.activeBorderTop#8367E9
  • tab.activeForeground#FAF6EC
  • tab.border#ffffff15
  • tab.inactiveBackground#09090C60
  • tab.inactiveForeground#FAF6EC80
  • terminal.ansiBlack#101014
  • terminal.ansiBlue#ECAB79
  • terminal.ansiCyan#E7A155
  • terminal.ansiGreen#8367E9
  • terminal.ansiMagenta#8383F1
  • terminal.ansiRed#8383F1
  • terminal.ansiWhite#FAF6EC
  • terminal.ansiYellow#E7A155
  • terminal.background#101014
  • terminal.foreground#FAF6EC
  • titleBar.activeBackground#101014
  • titleBar.activeForeground#FAF6EC
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#101014
  • titleBar.inactiveForeground#FAF6EC60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2B2B30italic
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#8367E9
string, punctuation.definition.string, string.template, meta.template.expression#E7A155
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#8383F1
variable, variable.other.readwrite, variable.other.object#FAF6EC
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF6EC
variable.parameter, meta.parameter#FAF6ECdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF6EC80
keyword.operator#FAF6EC
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7A155bold
entity.other.inherited-class#8367E9
entity.name.tag, punctuation.definition.tag#ECAB79
entity.other.attribute-name#8367E9
meta.diff, meta.diff.header#2B2B30
markup.deleted#8383F1
markup.inserted#8367E9
markup.changed#E7A155
markup.heading, markup.heading.setext, punctuation.definition.heading#8367E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7A155
string.other.link.title, string.other.link.description#8367E9
markup.underline.link#2B2B30underline
punctuation.definition.list#ECAB79
markup.quote, punctuation.definition.quote#2B2B30italic
Morphous Theme by Ameyanagi - VS Code Theme