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#585d63
  • activityBar.border#ffffff15
  • activityBar.foreground#f5e100
  • activityBar.inactiveForeground#fafaf660
  • activityBarBadge.background#f5e100
  • activityBarBadge.foreground#585d63
  • button.background#f5e100
  • button.foreground#585d63
  • button.hoverBackground#f5e100dd
  • editor.background#585d63
  • editor.foreground#fafaf6
  • editor.inactiveSelectionBackground#fff26a3580
  • editor.lineHighlightBackground#1a1a1a40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#fff26a35
  • editorCursor.foreground#f5e100
  • editorGroupHeader.tabsBackground#585d63dd
  • editorLineNumber.activeForeground#f5e100
  • editorLineNumber.foreground#b8b8bc80
  • focusBorder#f5e100
  • foreground#fafaf6
  • input.background#1a1a1a
  • input.border#ffffff15
  • input.foreground#fafaf6
  • input.placeholderForeground#fafaf660
  • list.activeSelectionBackground#f5e10030
  • list.activeSelectionForeground#fafaf6
  • list.highlightForeground#f5e100
  • list.hoverBackground#1a1a1a40
  • list.hoverForeground#fafaf6
  • list.inactiveSelectionBackground#f5e10015
  • list.inactiveSelectionForeground#fafaf6
  • selection.background#fff26a35
  • sideBar.background#1a1a1a
  • sideBar.border#ffffff15
  • sideBar.foreground#fafaf6
  • sideBarSectionHeader.background#585d6380
  • sideBarSectionHeader.foreground#fafaf6
  • sideBarTitle.foreground#f5e100
  • statusBar.background#585d63
  • statusBar.border#ffffff15
  • statusBar.foreground#fafaf6
  • statusBar.noFolderBackground#585d63
  • tab.activeBackground#585d63
  • tab.activeBorderTop#f5e100
  • tab.activeForeground#fafaf6
  • tab.border#ffffff15
  • tab.inactiveBackground#1a1a1a60
  • tab.inactiveForeground#fafaf680
  • terminal.ansiBlack#585d63
  • terminal.ansiBlue#fff26a
  • terminal.ansiCyan#b8b8bc
  • terminal.ansiGreen#f5e100
  • terminal.ansiMagenta#ffb300
  • terminal.ansiRed#ffb300
  • terminal.ansiWhite#fafaf6
  • terminal.ansiYellow#b8b8bc
  • terminal.background#585d63
  • terminal.foreground#fafaf6
  • titleBar.activeBackground#585d63
  • titleBar.activeForeground#fafaf6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#585d63
  • titleBar.inactiveForeground#fafaf660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b8b8bcitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#fff26abold
storage.type, storage.modifier#fff26aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f5e100
string, punctuation.definition.string, string.template, meta.template.expression#b8b8bc
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#ffb300
variable, variable.other.readwrite, variable.other.object#fafaf6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fafaf6
variable.parameter, meta.parameter#fafaf6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fafaf680
keyword.operator#fafaf6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#b8b8bcbold
entity.other.inherited-class#f5e100
entity.name.tag, punctuation.definition.tag#fff26a
entity.other.attribute-name#f5e100
meta.diff, meta.diff.header#b8b8bc
markup.deleted#ffb300
markup.inserted#f5e100
markup.changed#b8b8bc
markup.heading, markup.heading.setext, punctuation.definition.heading#f5e100bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#b8b8bc
string.other.link.title, string.other.link.description#f5e100
markup.underline.link#b8b8bcunderline
punctuation.definition.list#fff26a
markup.quote, punctuation.definition.quote#b8b8bcitalic
Morphous Theme by Ameyanagi - VS Code Theme