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#0E1413
  • activityBar.border#ffffff15
  • activityBar.foreground#2F6F63
  • activityBar.inactiveForeground#F4F7F660
  • activityBarBadge.background#2F6F63
  • activityBarBadge.foreground#0E1413
  • button.background#2F6F63
  • button.foreground#0E1413
  • button.hoverBackground#2F6F63dd
  • editor.background#0E1413
  • editor.foreground#F4F7F6
  • editor.inactiveSelectionBackground#4C6F763580
  • editor.lineHighlightBackground#1C2A2640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#4C6F7635
  • editorCursor.foreground#2F6F63
  • editorGroupHeader.tabsBackground#0E1413dd
  • editorLineNumber.activeForeground#2F6F63
  • editorLineNumber.foreground#68757380
  • focusBorder#2F6F63
  • foreground#F4F7F6
  • input.background#1C2A26
  • input.border#ffffff15
  • input.foreground#F4F7F6
  • input.placeholderForeground#F4F7F660
  • list.activeSelectionBackground#2F6F6330
  • list.activeSelectionForeground#F4F7F6
  • list.highlightForeground#2F6F63
  • list.hoverBackground#1C2A2640
  • list.hoverForeground#F4F7F6
  • list.inactiveSelectionBackground#2F6F6315
  • list.inactiveSelectionForeground#F4F7F6
  • selection.background#4C6F7635
  • sideBar.background#1C2A26
  • sideBar.border#ffffff15
  • sideBar.foreground#F4F7F6
  • sideBarSectionHeader.background#0E141380
  • sideBarSectionHeader.foreground#F4F7F6
  • sideBarTitle.foreground#2F6F63
  • statusBar.background#0E1413
  • statusBar.border#ffffff15
  • statusBar.foreground#F4F7F6
  • statusBar.noFolderBackground#0E1413
  • tab.activeBackground#0E1413
  • tab.activeBorderTop#2F6F63
  • tab.activeForeground#F4F7F6
  • tab.border#ffffff15
  • tab.inactiveBackground#1C2A2660
  • tab.inactiveForeground#F4F7F680
  • terminal.ansiBlack#0E1413
  • terminal.ansiBlue#4C6F76
  • terminal.ansiCyan#7A5A3A
  • terminal.ansiGreen#2F6F63
  • terminal.ansiMagenta#5E8C6E
  • terminal.ansiRed#5E8C6E
  • terminal.ansiWhite#F4F7F6
  • terminal.ansiYellow#7A5A3A
  • terminal.background#0E1413
  • terminal.foreground#F4F7F6
  • titleBar.activeBackground#0E1413
  • titleBar.activeForeground#F4F7F6
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0E1413
  • titleBar.inactiveForeground#F4F7F660
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#687573italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#4C6F76bold
storage.type, storage.modifier#4C6F76italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#2F6F63
string, punctuation.definition.string, string.template, meta.template.expression#7A5A3A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#5E8C6E
variable, variable.other.readwrite, variable.other.object#F4F7F6
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F4F7F6
variable.parameter, meta.parameter#F4F7F6dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F4F7F680
keyword.operator#F4F7F6
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7A5A3Abold
entity.other.inherited-class#2F6F63
entity.name.tag, punctuation.definition.tag#4C6F76
entity.other.attribute-name#2F6F63
meta.diff, meta.diff.header#687573
markup.deleted#5E8C6E
markup.inserted#2F6F63
markup.changed#7A5A3A
markup.heading, markup.heading.setext, punctuation.definition.heading#2F6F63bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7A5A3A
string.other.link.title, string.other.link.description#2F6F63
markup.underline.link#687573underline
punctuation.definition.list#4C6F76
markup.quote, punctuation.definition.quote#687573italic
Morphous Theme by Ameyanagi - VS Code Theme