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#090B0C
  • activityBar.border#ffffff15
  • activityBar.foreground#006BFF
  • activityBar.inactiveForeground#FBF8F060
  • activityBarBadge.background#006BFF
  • activityBarBadge.foreground#090B0C
  • button.background#006BFF
  • button.foreground#090B0C
  • button.hoverBackground#006BFFdd
  • editor.background#090B0C
  • editor.foreground#FBF8F0
  • editor.inactiveSelectionBackground#7A57353580
  • editor.lineHighlightBackground#11100D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7A573535
  • editorCursor.foreground#006BFF
  • editorGroupHeader.tabsBackground#090B0Cdd
  • editorLineNumber.activeForeground#006BFF
  • editorLineNumber.foreground#C3B19780
  • focusBorder#006BFF
  • foreground#FBF8F0
  • input.background#11100D
  • input.border#ffffff15
  • input.foreground#FBF8F0
  • input.placeholderForeground#FBF8F060
  • list.activeSelectionBackground#006BFF30
  • list.activeSelectionForeground#FBF8F0
  • list.highlightForeground#006BFF
  • list.hoverBackground#11100D40
  • list.hoverForeground#FBF8F0
  • list.inactiveSelectionBackground#006BFF15
  • list.inactiveSelectionForeground#FBF8F0
  • selection.background#7A573535
  • sideBar.background#11100D
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF8F0
  • sideBarSectionHeader.background#090B0C80
  • sideBarSectionHeader.foreground#FBF8F0
  • sideBarTitle.foreground#006BFF
  • statusBar.background#090B0C
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF8F0
  • statusBar.noFolderBackground#090B0C
  • tab.activeBackground#090B0C
  • tab.activeBorderTop#006BFF
  • tab.activeForeground#FBF8F0
  • tab.border#ffffff15
  • tab.inactiveBackground#11100D60
  • tab.inactiveForeground#FBF8F080
  • terminal.ansiBlack#090B0C
  • terminal.ansiBlue#7A5735
  • terminal.ansiCyan#42A4FF
  • terminal.ansiGreen#006BFF
  • terminal.ansiMagenta#0047C7
  • terminal.ansiRed#0047C7
  • terminal.ansiWhite#FBF8F0
  • terminal.ansiYellow#42A4FF
  • terminal.background#090B0C
  • terminal.foreground#FBF8F0
  • titleBar.activeBackground#090B0C
  • titleBar.activeForeground#FBF8F0
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#090B0C
  • titleBar.inactiveForeground#FBF8F060
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C3B197italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7A5735bold
storage.type, storage.modifier#7A5735italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#006BFF
string, punctuation.definition.string, string.template, meta.template.expression#42A4FF
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#0047C7
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#42A4FFbold
entity.other.inherited-class#006BFF
entity.name.tag, punctuation.definition.tag#7A5735
entity.other.attribute-name#006BFF
meta.diff, meta.diff.header#C3B197
markup.deleted#0047C7
markup.inserted#006BFF
markup.changed#42A4FF
markup.heading, markup.heading.setext, punctuation.definition.heading#006BFFbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#42A4FF
string.other.link.title, string.other.link.description#006BFF
markup.underline.link#C3B197underline
punctuation.definition.list#7A5735
markup.quote, punctuation.definition.quote#C3B197italic
Morphous Theme by Ameyanagi - VS Code Theme