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#080C0A
  • activityBar.border#ffffff15
  • activityBar.foreground#E97067
  • activityBar.inactiveForeground#fff9ef60
  • activityBarBadge.background#E97067
  • activityBarBadge.foreground#080C0A
  • button.background#E97067
  • button.foreground#080C0A
  • button.hoverBackground#E97067dd
  • editor.background#080C0A
  • editor.foreground#fff9ef
  • editor.inactiveSelectionBackground#79EC873580
  • editor.lineHighlightBackground#15191740
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79EC8735
  • editorCursor.foreground#E97067
  • editorGroupHeader.tabsBackground#080C0Add
  • editorLineNumber.activeForeground#E97067
  • editorLineNumber.foreground#dceecf80
  • focusBorder#E97067
  • foreground#fff9ef
  • input.background#151917
  • input.border#ffffff15
  • input.foreground#fff9ef
  • input.placeholderForeground#fff9ef60
  • list.activeSelectionBackground#E9706730
  • list.activeSelectionForeground#fff9ef
  • list.highlightForeground#E97067
  • list.hoverBackground#15191740
  • list.hoverForeground#fff9ef
  • list.inactiveSelectionBackground#E9706715
  • list.inactiveSelectionForeground#fff9ef
  • selection.background#79EC8735
  • sideBar.background#151917
  • sideBar.border#ffffff15
  • sideBar.foreground#fff9ef
  • sideBarSectionHeader.background#080C0A80
  • sideBarSectionHeader.foreground#fff9ef
  • sideBarTitle.foreground#E97067
  • statusBar.background#080C0A
  • statusBar.border#ffffff15
  • statusBar.foreground#fff9ef
  • statusBar.noFolderBackground#080C0A
  • tab.activeBackground#080C0A
  • tab.activeBorderTop#E97067
  • tab.activeForeground#fff9ef
  • tab.border#ffffff15
  • tab.inactiveBackground#15191760
  • tab.inactiveForeground#fff9ef80
  • terminal.ansiBlack#080C0A
  • terminal.ansiBlue#79EC87
  • terminal.ansiCyan#5588E7
  • terminal.ansiGreen#E97067
  • terminal.ansiMagenta#83DFF1
  • terminal.ansiRed#83DFF1
  • terminal.ansiWhite#fff9ef
  • terminal.ansiYellow#5588E7
  • terminal.background#080C0A
  • terminal.foreground#fff9ef
  • titleBar.activeBackground#080C0A
  • titleBar.activeForeground#fff9ef
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#080C0A
  • titleBar.inactiveForeground#fff9ef60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#dceecfitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79EC87bold
storage.type, storage.modifier#79EC87italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97067
string, punctuation.definition.string, string.template, meta.template.expression#5588E7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83DFF1
variable, variable.other.readwrite, variable.other.object#fff9ef
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fff9ef
variable.parameter, meta.parameter#fff9efdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fff9ef80
keyword.operator#fff9ef
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#5588E7bold
entity.other.inherited-class#E97067
entity.name.tag, punctuation.definition.tag#79EC87
entity.other.attribute-name#E97067
meta.diff, meta.diff.header#dceecf
markup.deleted#83DFF1
markup.inserted#E97067
markup.changed#5588E7
markup.heading, markup.heading.setext, punctuation.definition.heading#E97067bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#5588E7
string.other.link.title, string.other.link.description#E97067
markup.underline.link#dceecfunderline
punctuation.definition.list#79EC87
markup.quote, punctuation.definition.quote#dceecfitalic
Morphous Theme by Ameyanagi - VS Code Theme