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#4b4b4b
  • activityBar.border#ffffff15
  • activityBar.foreground#d9a777
  • activityBar.inactiveForeground#fbf7ef60
  • activityBarBadge.background#d9a777
  • activityBarBadge.foreground#4b4b4b
  • button.background#d9a777
  • button.foreground#4b4b4b
  • button.hoverBackground#d9a777dd
  • editor.background#4b4b4b
  • editor.foreground#fbf7ef
  • editor.inactiveSelectionBackground#f3e8d73580
  • editor.lineHighlightBackground#1a171340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#f3e8d735
  • editorCursor.foreground#d9a777
  • editorGroupHeader.tabsBackground#4b4b4bdd
  • editorLineNumber.activeForeground#d9a777
  • editorLineNumber.foreground#f3e8d780
  • focusBorder#d9a777
  • foreground#fbf7ef
  • input.background#1a1713
  • input.border#ffffff15
  • input.foreground#fbf7ef
  • input.placeholderForeground#fbf7ef60
  • list.activeSelectionBackground#d9a77730
  • list.activeSelectionForeground#fbf7ef
  • list.highlightForeground#d9a777
  • list.hoverBackground#1a171340
  • list.hoverForeground#fbf7ef
  • list.inactiveSelectionBackground#d9a77715
  • list.inactiveSelectionForeground#fbf7ef
  • selection.background#f3e8d735
  • sideBar.background#1a1713
  • sideBar.border#ffffff15
  • sideBar.foreground#fbf7ef
  • sideBarSectionHeader.background#4b4b4b80
  • sideBarSectionHeader.foreground#fbf7ef
  • sideBarTitle.foreground#d9a777
  • statusBar.background#4b4b4b
  • statusBar.border#ffffff15
  • statusBar.foreground#fbf7ef
  • statusBar.noFolderBackground#4b4b4b
  • tab.activeBackground#4b4b4b
  • tab.activeBorderTop#d9a777
  • tab.activeForeground#fbf7ef
  • tab.border#ffffff15
  • tab.inactiveBackground#1a171360
  • tab.inactiveForeground#fbf7ef80
  • terminal.ansiBlack#4b4b4b
  • terminal.ansiBlue#f3e8d7
  • terminal.ansiCyan#2e7d55
  • terminal.ansiGreen#d9a777
  • terminal.ansiMagenta#e6b35c
  • terminal.ansiRed#e6b35c
  • terminal.ansiWhite#fbf7ef
  • terminal.ansiYellow#2e7d55
  • terminal.background#4b4b4b
  • terminal.foreground#fbf7ef
  • titleBar.activeBackground#4b4b4b
  • titleBar.activeForeground#fbf7ef
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#4b4b4b
  • titleBar.inactiveForeground#fbf7ef60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f3e8d7italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#f3e8d7bold
storage.type, storage.modifier#f3e8d7italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#d9a777
string, punctuation.definition.string, string.template, meta.template.expression#2e7d55
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#e6b35c
variable, variable.other.readwrite, variable.other.object#fbf7ef
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf7ef
variable.parameter, meta.parameter#fbf7efdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf7ef80
keyword.operator#fbf7ef
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2e7d55bold
entity.other.inherited-class#d9a777
entity.name.tag, punctuation.definition.tag#f3e8d7
entity.other.attribute-name#d9a777
meta.diff, meta.diff.header#f3e8d7
markup.deleted#e6b35c
markup.inserted#d9a777
markup.changed#2e7d55
markup.heading, markup.heading.setext, punctuation.definition.heading#d9a777bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2e7d55
string.other.link.title, string.other.link.description#d9a777
markup.underline.link#f3e8d7underline
punctuation.definition.list#f3e8d7
markup.quote, punctuation.definition.quote#f3e8d7italic
Morphous Theme by Ameyanagi - VS Code Theme