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#12171c
  • activityBar.border#ffffff15
  • activityBar.foreground#6e7f8f
  • activityBar.inactiveForeground#f5f3ee60
  • activityBarBadge.background#6e7f8f
  • activityBarBadge.foreground#12171c
  • button.background#6e7f8f
  • button.foreground#12171c
  • button.hoverBackground#6e7f8fdd
  • editor.background#12171c
  • editor.foreground#f5f3ee
  • editor.inactiveSelectionBackground#8fa3923580
  • editor.lineHighlightBackground#282f3340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8fa39235
  • editorCursor.foreground#6e7f8f
  • editorGroupHeader.tabsBackground#12171cdd
  • editorLineNumber.activeForeground#6e7f8f
  • editorLineNumber.foreground#8fa39280
  • focusBorder#6e7f8f
  • foreground#f5f3ee
  • input.background#282f33
  • input.border#ffffff15
  • input.foreground#f5f3ee
  • input.placeholderForeground#f5f3ee60
  • list.activeSelectionBackground#6e7f8f30
  • list.activeSelectionForeground#f5f3ee
  • list.highlightForeground#6e7f8f
  • list.hoverBackground#282f3340
  • list.hoverForeground#f5f3ee
  • list.inactiveSelectionBackground#6e7f8f15
  • list.inactiveSelectionForeground#f5f3ee
  • selection.background#8fa39235
  • sideBar.background#282f33
  • sideBar.border#ffffff15
  • sideBar.foreground#f5f3ee
  • sideBarSectionHeader.background#12171c80
  • sideBarSectionHeader.foreground#f5f3ee
  • sideBarTitle.foreground#6e7f8f
  • statusBar.background#12171c
  • statusBar.border#ffffff15
  • statusBar.foreground#f5f3ee
  • statusBar.noFolderBackground#12171c
  • tab.activeBackground#12171c
  • tab.activeBorderTop#6e7f8f
  • tab.activeForeground#f5f3ee
  • tab.border#ffffff15
  • tab.inactiveBackground#282f3360
  • tab.inactiveForeground#f5f3ee80
  • terminal.ansiBlack#12171c
  • terminal.ansiBlue#8fa392
  • terminal.ansiCyan#c8bfaf
  • terminal.ansiGreen#6e7f8f
  • terminal.ansiMagenta#1c2126
  • terminal.ansiRed#1c2126
  • terminal.ansiWhite#f5f3ee
  • terminal.ansiYellow#c8bfaf
  • terminal.background#12171c
  • terminal.foreground#f5f3ee
  • titleBar.activeBackground#12171c
  • titleBar.activeForeground#f5f3ee
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#12171c
  • titleBar.inactiveForeground#f5f3ee60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8fa392italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8fa392bold
storage.type, storage.modifier#8fa392italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6e7f8f
string, punctuation.definition.string, string.template, meta.template.expression#c8bfaf
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#1c2126
variable, variable.other.readwrite, variable.other.object#f5f3ee
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f5f3ee
variable.parameter, meta.parameter#f5f3eedditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f5f3ee80
keyword.operator#f5f3ee
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#c8bfafbold
entity.other.inherited-class#6e7f8f
entity.name.tag, punctuation.definition.tag#8fa392
entity.other.attribute-name#6e7f8f
meta.diff, meta.diff.header#8fa392
markup.deleted#1c2126
markup.inserted#6e7f8f
markup.changed#c8bfaf
markup.heading, markup.heading.setext, punctuation.definition.heading#6e7f8fbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#c8bfaf
string.other.link.title, string.other.link.description#6e7f8f
markup.underline.link#8fa392underline
punctuation.definition.list#8fa392
markup.quote, punctuation.definition.quote#8fa392italic
Morphous Theme by Ameyanagi - VS Code Theme