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#050E1F
  • activityBar.border#ffffff15
  • activityBar.foreground#6786E9
  • activityBar.inactiveForeground#F8F5E860
  • activityBarBadge.background#6786E9
  • activityBarBadge.foreground#050E1F
  • button.background#6786E9
  • button.foreground#050E1F
  • button.hoverBackground#6786E9dd
  • editor.background#050E1F
  • editor.foreground#F8F5E8
  • editor.inactiveSelectionBackground#79ABEC3580
  • editor.lineHighlightBackground#0A0A0B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ABEC35
  • editorCursor.foreground#6786E9
  • editorGroupHeader.tabsBackground#050E1Fdd
  • editorLineNumber.activeForeground#6786E9
  • editorLineNumber.foreground#D9E4EA80
  • focusBorder#6786E9
  • foreground#F8F5E8
  • input.background#0A0A0B
  • input.border#ffffff15
  • input.foreground#F8F5E8
  • input.placeholderForeground#F8F5E860
  • list.activeSelectionBackground#6786E930
  • list.activeSelectionForeground#F8F5E8
  • list.highlightForeground#6786E9
  • list.hoverBackground#0A0A0B40
  • list.hoverForeground#F8F5E8
  • list.inactiveSelectionBackground#6786E915
  • list.inactiveSelectionForeground#F8F5E8
  • selection.background#79ABEC35
  • sideBar.background#0A0A0B
  • sideBar.border#ffffff15
  • sideBar.foreground#F8F5E8
  • sideBarSectionHeader.background#050E1F80
  • sideBarSectionHeader.foreground#F8F5E8
  • sideBarTitle.foreground#6786E9
  • statusBar.background#050E1F
  • statusBar.border#ffffff15
  • statusBar.foreground#F8F5E8
  • statusBar.noFolderBackground#050E1F
  • tab.activeBackground#050E1F
  • tab.activeBorderTop#6786E9
  • tab.activeForeground#F8F5E8
  • tab.border#ffffff15
  • tab.inactiveBackground#0A0A0B60
  • tab.inactiveForeground#F8F5E880
  • terminal.ansiBlack#050E1F
  • terminal.ansiBlue#79ABEC
  • terminal.ansiCyan#E7CA55
  • terminal.ansiGreen#6786E9
  • terminal.ansiMagenta#F1D983
  • terminal.ansiRed#F1D983
  • terminal.ansiWhite#F8F5E8
  • terminal.ansiYellow#E7CA55
  • terminal.background#050E1F
  • terminal.foreground#F8F5E8
  • titleBar.activeBackground#050E1F
  • titleBar.activeForeground#F8F5E8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#050E1F
  • titleBar.inactiveForeground#F8F5E860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9E4EAitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ABECbold
storage.type, storage.modifier#79ABECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6786E9
string, punctuation.definition.string, string.template, meta.template.expression#E7CA55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1D983
variable, variable.other.readwrite, variable.other.object#F8F5E8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F8F5E8
variable.parameter, meta.parameter#F8F5E8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F8F5E880
keyword.operator#F8F5E8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7CA55bold
entity.other.inherited-class#6786E9
entity.name.tag, punctuation.definition.tag#79ABEC
entity.other.attribute-name#6786E9
meta.diff, meta.diff.header#D9E4EA
markup.deleted#F1D983
markup.inserted#6786E9
markup.changed#E7CA55
markup.heading, markup.heading.setext, punctuation.definition.heading#6786E9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7CA55
string.other.link.title, string.other.link.description#6786E9
markup.underline.link#D9E4EAunderline
punctuation.definition.list#79ABEC
markup.quote, punctuation.definition.quote#D9E4EAitalic
Morphous Theme by Ameyanagi - VS Code Theme