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#0B0F14
  • activityBar.border#ffffff15
  • activityBar.foreground#E9CF67
  • activityBar.inactiveForeground#eef2f360
  • activityBarBadge.background#E9CF67
  • activityBarBadge.foreground#0B0F14
  • button.background#E9CF67
  • button.foreground#0B0F14
  • button.hoverBackground#E9CF67dd
  • editor.background#0B0F14
  • editor.foreground#eef2f3
  • editor.inactiveSelectionBackground#79ADEC3580
  • editor.lineHighlightBackground#171B2140
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ADEC35
  • editorCursor.foreground#E9CF67
  • editorGroupHeader.tabsBackground#0B0F14dd
  • editorLineNumber.activeForeground#E9CF67
  • editorLineNumber.foreground#9ba8b180
  • focusBorder#E9CF67
  • foreground#eef2f3
  • input.background#171B21
  • input.border#ffffff15
  • input.foreground#eef2f3
  • input.placeholderForeground#eef2f360
  • list.activeSelectionBackground#E9CF6730
  • list.activeSelectionForeground#eef2f3
  • list.highlightForeground#E9CF67
  • list.hoverBackground#171B2140
  • list.hoverForeground#eef2f3
  • list.inactiveSelectionBackground#E9CF6715
  • list.inactiveSelectionForeground#eef2f3
  • selection.background#79ADEC35
  • sideBar.background#171B21
  • sideBar.border#ffffff15
  • sideBar.foreground#eef2f3
  • sideBarSectionHeader.background#0B0F1480
  • sideBarSectionHeader.foreground#eef2f3
  • sideBarTitle.foreground#E9CF67
  • statusBar.background#0B0F14
  • statusBar.border#ffffff15
  • statusBar.foreground#eef2f3
  • statusBar.noFolderBackground#0B0F14
  • tab.activeBackground#0B0F14
  • tab.activeBorderTop#E9CF67
  • tab.activeForeground#eef2f3
  • tab.border#ffffff15
  • tab.inactiveBackground#171B2160
  • tab.inactiveForeground#eef2f380
  • terminal.ansiBlack#0B0F14
  • terminal.ansiBlue#79ADEC
  • terminal.ansiCyan#55B6E7
  • terminal.ansiGreen#E9CF67
  • terminal.ansiMagenta#F1CE83
  • terminal.ansiRed#F1CE83
  • terminal.ansiWhite#eef2f3
  • terminal.ansiYellow#55B6E7
  • terminal.background#0B0F14
  • terminal.foreground#eef2f3
  • titleBar.activeBackground#0B0F14
  • titleBar.activeForeground#eef2f3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0B0F14
  • titleBar.inactiveForeground#eef2f360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9ba8b1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ADECbold
storage.type, storage.modifier#79ADECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9CF67
string, punctuation.definition.string, string.template, meta.template.expression#55B6E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1CE83
variable, variable.other.readwrite, variable.other.object#eef2f3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#eef2f3
variable.parameter, meta.parameter#eef2f3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#eef2f380
keyword.operator#eef2f3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55B6E7bold
entity.other.inherited-class#E9CF67
entity.name.tag, punctuation.definition.tag#79ADEC
entity.other.attribute-name#E9CF67
meta.diff, meta.diff.header#9ba8b1
markup.deleted#F1CE83
markup.inserted#E9CF67
markup.changed#55B6E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E9CF67bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55B6E7
string.other.link.title, string.other.link.description#E9CF67
markup.underline.link#9ba8b1underline
punctuation.definition.list#79ADEC
markup.quote, punctuation.definition.quote#9ba8b1italic
Morphous Theme by Ameyanagi - VS Code Theme