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#111815
  • activityBar.border#ffffff15
  • activityBar.foreground#e43d30
  • activityBar.inactiveForeground#fff9ef60
  • activityBarBadge.background#e43d30
  • activityBarBadge.foreground#111815
  • button.background#e43d30
  • button.foreground#111815
  • button.hoverBackground#e43d30dd
  • editor.background#111815
  • editor.foreground#fff9ef
  • editor.inactiveSelectionBackground#2f8f3a3580
  • editor.lineHighlightBackground#1d232040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2f8f3a35
  • editorCursor.foreground#e43d30
  • editorGroupHeader.tabsBackground#111815dd
  • editorLineNumber.activeForeground#e43d30
  • editorLineNumber.foreground#dceecf80
  • focusBorder#e43d30
  • foreground#fff9ef
  • input.background#1d2320
  • input.border#ffffff15
  • input.foreground#fff9ef
  • input.placeholderForeground#fff9ef60
  • list.activeSelectionBackground#e43d3030
  • list.activeSelectionForeground#fff9ef
  • list.highlightForeground#e43d30
  • list.hoverBackground#1d232040
  • list.hoverForeground#fff9ef
  • list.inactiveSelectionBackground#e43d3015
  • list.inactiveSelectionForeground#fff9ef
  • selection.background#2f8f3a35
  • sideBar.background#1d2320
  • sideBar.border#ffffff15
  • sideBar.foreground#fff9ef
  • sideBarSectionHeader.background#11181580
  • sideBarSectionHeader.foreground#fff9ef
  • sideBarTitle.foreground#e43d30
  • statusBar.background#111815
  • statusBar.border#ffffff15
  • statusBar.foreground#fff9ef
  • statusBar.noFolderBackground#111815
  • tab.activeBackground#111815
  • tab.activeBorderTop#e43d30
  • tab.activeForeground#fff9ef
  • tab.border#ffffff15
  • tab.inactiveBackground#1d232060
  • tab.inactiveForeground#fff9ef80
  • terminal.ansiBlack#111815
  • terminal.ansiBlue#2f8f3a
  • terminal.ansiCyan#175ad7
  • terminal.ansiGreen#e43d30
  • terminal.ansiMagenta#20b9d6
  • terminal.ansiRed#20b9d6
  • terminal.ansiWhite#fff9ef
  • terminal.ansiYellow#175ad7
  • terminal.background#111815
  • terminal.foreground#fff9ef
  • titleBar.activeBackground#111815
  • titleBar.activeForeground#fff9ef
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#111815
  • 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#2f8f3abold
storage.type, storage.modifier#2f8f3aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#e43d30
string, punctuation.definition.string, string.template, meta.template.expression#175ad7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#20b9d6
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#175ad7bold
entity.other.inherited-class#e43d30
entity.name.tag, punctuation.definition.tag#2f8f3a
entity.other.attribute-name#e43d30
meta.diff, meta.diff.header#dceecf
markup.deleted#20b9d6
markup.inserted#e43d30
markup.changed#175ad7
markup.heading, markup.heading.setext, punctuation.definition.heading#e43d30bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#175ad7
string.other.link.title, string.other.link.description#e43d30
markup.underline.link#dceecfunderline
punctuation.definition.list#2f8f3a
markup.quote, punctuation.definition.quote#dceecfitalic
Morphous Theme by Ameyanagi - VS Code Theme