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#06243c
  • activityBar.border#ffffff15
  • activityBar.foreground#1668FF
  • activityBar.inactiveForeground#f7f9ff60
  • activityBarBadge.background#1668FF
  • activityBarBadge.foreground#06243c
  • button.background#1668FF
  • button.foreground#06243c
  • button.hoverBackground#1668FFdd
  • editor.background#06243c
  • editor.foreground#f7f9ff
  • editor.inactiveSelectionBackground#ff6a003580
  • editor.lineHighlightBackground#0b102040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ff6a0035
  • editorCursor.foreground#1668FF
  • editorGroupHeader.tabsBackground#06243cdd
  • editorLineNumber.activeForeground#1668FF
  • editorLineNumber.foreground#aab4c280
  • focusBorder#1668FF
  • foreground#f7f9ff
  • input.background#0b1020
  • input.border#ffffff15
  • input.foreground#f7f9ff
  • input.placeholderForeground#f7f9ff60
  • list.activeSelectionBackground#1668FF30
  • list.activeSelectionForeground#f7f9ff
  • list.highlightForeground#1668FF
  • list.hoverBackground#0b102040
  • list.hoverForeground#f7f9ff
  • list.inactiveSelectionBackground#1668FF15
  • list.inactiveSelectionForeground#f7f9ff
  • selection.background#ff6a0035
  • sideBar.background#0b1020
  • sideBar.border#ffffff15
  • sideBar.foreground#f7f9ff
  • sideBarSectionHeader.background#06243c80
  • sideBarSectionHeader.foreground#f7f9ff
  • sideBarTitle.foreground#1668FF
  • statusBar.background#06243c
  • statusBar.border#ffffff15
  • statusBar.foreground#f7f9ff
  • statusBar.noFolderBackground#06243c
  • tab.activeBackground#06243c
  • tab.activeBorderTop#1668FF
  • tab.activeForeground#f7f9ff
  • tab.border#ffffff15
  • tab.inactiveBackground#0b102060
  • tab.inactiveForeground#f7f9ff80
  • terminal.ansiBlack#06243c
  • terminal.ansiBlue#ff6a00
  • terminal.ansiCyan#7B4CFF
  • terminal.ansiGreen#1668FF
  • terminal.ansiMagenta#ffffff
  • terminal.ansiRed#ffffff
  • terminal.ansiWhite#f7f9ff
  • terminal.ansiYellow#7B4CFF
  • terminal.background#06243c
  • terminal.foreground#f7f9ff
  • titleBar.activeBackground#06243c
  • titleBar.activeForeground#f7f9ff
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#06243c
  • titleBar.inactiveForeground#f7f9ff60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aab4c2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ff6a00bold
storage.type, storage.modifier#ff6a00italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#1668FF
string, punctuation.definition.string, string.template, meta.template.expression#7B4CFF
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#ffffff
variable, variable.other.readwrite, variable.other.object#f7f9ff
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f7f9ff
variable.parameter, meta.parameter#f7f9ffdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f7f9ff80
keyword.operator#f7f9ff
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7B4CFFbold
entity.other.inherited-class#1668FF
entity.name.tag, punctuation.definition.tag#ff6a00
entity.other.attribute-name#1668FF
meta.diff, meta.diff.header#aab4c2
markup.deleted#ffffff
markup.inserted#1668FF
markup.changed#7B4CFF
markup.heading, markup.heading.setext, punctuation.definition.heading#1668FFbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7B4CFF
string.other.link.title, string.other.link.description#1668FF
markup.underline.link#aab4c2underline
punctuation.definition.list#ff6a00
markup.quote, punctuation.definition.quote#aab4c2italic
Morphous Theme by Ameyanagi - VS Code Theme