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#0B0D0F
  • activityBar.border#ffffff15
  • activityBar.foreground#E97967
  • activityBar.inactiveForeground#fafaf860
  • activityBarBadge.background#E97967
  • activityBarBadge.foreground#0B0D0F
  • button.background#E97967
  • button.foreground#0B0D0F
  • button.hoverBackground#E97967dd
  • editor.background#0B0D0F
  • editor.foreground#fafaf8
  • editor.inactiveSelectionBackground#B3EC793580
  • editor.lineHighlightBackground#25292C40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#B3EC7935
  • editorCursor.foreground#E97967
  • editorGroupHeader.tabsBackground#0B0D0Fdd
  • editorLineNumber.activeForeground#E97967
  • editorLineNumber.foreground#e7e4e080
  • focusBorder#E97967
  • foreground#fafaf8
  • input.background#25292C
  • input.border#ffffff15
  • input.foreground#fafaf8
  • input.placeholderForeground#fafaf860
  • list.activeSelectionBackground#E9796730
  • list.activeSelectionForeground#fafaf8
  • list.highlightForeground#E97967
  • list.hoverBackground#25292C40
  • list.hoverForeground#fafaf8
  • list.inactiveSelectionBackground#E9796715
  • list.inactiveSelectionForeground#fafaf8
  • selection.background#B3EC7935
  • sideBar.background#25292C
  • sideBar.border#ffffff15
  • sideBar.foreground#fafaf8
  • sideBarSectionHeader.background#0B0D0F80
  • sideBarSectionHeader.foreground#fafaf8
  • sideBarTitle.foreground#E97967
  • statusBar.background#0B0D0F
  • statusBar.border#ffffff15
  • statusBar.foreground#fafaf8
  • statusBar.noFolderBackground#0B0D0F
  • tab.activeBackground#0B0D0F
  • tab.activeBorderTop#E97967
  • tab.activeForeground#fafaf8
  • tab.border#ffffff15
  • tab.inactiveBackground#25292C60
  • tab.inactiveForeground#fafaf880
  • terminal.ansiBlack#0B0D0F
  • terminal.ansiBlue#B3EC79
  • terminal.ansiCyan#E76455
  • terminal.ansiGreen#E97967
  • terminal.ansiMagenta#F19283
  • terminal.ansiRed#F19283
  • terminal.ansiWhite#fafaf8
  • terminal.ansiYellow#E76455
  • terminal.background#0B0D0F
  • terminal.foreground#fafaf8
  • titleBar.activeBackground#0B0D0F
  • titleBar.activeForeground#fafaf8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0B0D0F
  • titleBar.inactiveForeground#fafaf860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e7e4e0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#B3EC79bold
storage.type, storage.modifier#B3EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97967
string, punctuation.definition.string, string.template, meta.template.expression#E76455
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F19283
variable, variable.other.readwrite, variable.other.object#fafaf8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fafaf8
variable.parameter, meta.parameter#fafaf8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fafaf880
keyword.operator#fafaf8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E76455bold
entity.other.inherited-class#E97967
entity.name.tag, punctuation.definition.tag#B3EC79
entity.other.attribute-name#E97967
meta.diff, meta.diff.header#e7e4e0
markup.deleted#F19283
markup.inserted#E97967
markup.changed#E76455
markup.heading, markup.heading.setext, punctuation.definition.heading#E97967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E76455
string.other.link.title, string.other.link.description#E97967
markup.underline.link#e7e4e0underline
punctuation.definition.list#B3EC79
markup.quote, punctuation.definition.quote#e7e4e0italic
Morphous Theme by Ameyanagi - VS Code Theme