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

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#1a1a1a
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1a1a1a
variable.parameter, meta.parameter#1a1a1additalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1a1a1a80
keyword.operator#1a1a1a
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