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#1B0A1F
  • activityBar.border#ffffff15
  • activityBar.foreground#E967E1
  • activityBar.inactiveForeground#fbf8f060
  • activityBarBadge.background#E967E1
  • activityBarBadge.foreground#1B0A1F
  • button.background#E967E1
  • button.foreground#1B0A1F
  • button.hoverBackground#E967E1dd
  • editor.background#1B0A1F
  • editor.foreground#fbf8f0
  • editor.inactiveSelectionBackground#EC79DB3580
  • editor.lineHighlightBackground#140B1340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#EC79DB35
  • editorCursor.foreground#E967E1
  • editorGroupHeader.tabsBackground#1B0A1Fdd
  • editorLineNumber.activeForeground#E967E1
  • editorLineNumber.foreground#d9cfc180
  • focusBorder#E967E1
  • foreground#fbf8f0
  • input.background#140B13
  • input.border#ffffff15
  • input.foreground#fbf8f0
  • input.placeholderForeground#fbf8f060
  • list.activeSelectionBackground#E967E130
  • list.activeSelectionForeground#fbf8f0
  • list.highlightForeground#E967E1
  • list.hoverBackground#140B1340
  • list.hoverForeground#fbf8f0
  • list.inactiveSelectionBackground#E967E115
  • list.inactiveSelectionForeground#fbf8f0
  • selection.background#EC79DB35
  • sideBar.background#140B13
  • sideBar.border#ffffff15
  • sideBar.foreground#fbf8f0
  • sideBarSectionHeader.background#1B0A1F80
  • sideBarSectionHeader.foreground#fbf8f0
  • sideBarTitle.foreground#E967E1
  • statusBar.background#1B0A1F
  • statusBar.border#ffffff15
  • statusBar.foreground#fbf8f0
  • statusBar.noFolderBackground#1B0A1F
  • tab.activeBackground#1B0A1F
  • tab.activeBorderTop#E967E1
  • tab.activeForeground#fbf8f0
  • tab.border#ffffff15
  • tab.inactiveBackground#140B1360
  • tab.inactiveForeground#fbf8f080
  • terminal.ansiBlack#1B0A1F
  • terminal.ansiBlue#EC79DB
  • terminal.ansiCyan#E755A5
  • terminal.ansiGreen#E967E1
  • terminal.ansiMagenta#83F197
  • terminal.ansiRed#83F197
  • terminal.ansiWhite#fbf8f0
  • terminal.ansiYellow#E755A5
  • terminal.background#1B0A1F
  • terminal.foreground#fbf8f0
  • titleBar.activeBackground#1B0A1F
  • titleBar.activeForeground#fbf8f0
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1B0A1F
  • titleBar.inactiveForeground#fbf8f060
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d9cfc1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#EC79DBbold
storage.type, storage.modifier#EC79DBitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E967E1—
string, punctuation.definition.string, string.template, meta.template.expression#E755A5—
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83F197—
variable, variable.other.readwrite, variable.other.object#fbf8f0—
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf8f0—
variable.parameter, meta.parameter#fbf8f0dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf8f080—
keyword.operator#fbf8f0—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E755A5bold
entity.other.inherited-class#E967E1—
entity.name.tag, punctuation.definition.tag#EC79DB—
entity.other.attribute-name#E967E1—
meta.diff, meta.diff.header#d9cfc1—
markup.deleted#83F197—
markup.inserted#E967E1—
markup.changed#E755A5—
markup.heading, markup.heading.setext, punctuation.definition.heading#E967E1bold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.raw.block#E755A5—
string.other.link.title, string.other.link.description#E967E1—
markup.underline.link#d9cfc1underline
punctuation.definition.list#EC79DB—
markup.quote, punctuation.definition.quote#d9cfc1italic
Morphous Theme by Ameyanagi - VS Code Theme