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#4B2532
  • activityBar.border#ffffff15
  • activityBar.foreground#FF6B57
  • activityBar.inactiveForeground#FFF8F360
  • activityBarBadge.background#FF6B57
  • activityBarBadge.foreground#4B2532
  • button.background#FF6B57
  • button.foreground#4B2532
  • button.hoverBackground#FF6B57dd
  • editor.background#4B2532
  • editor.foreground#FFF8F3
  • editor.inactiveSelectionBackground#F5EAD93580
  • editor.lineHighlightBackground#2A181940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#F5EAD935
  • editorCursor.foreground#FF6B57
  • editorGroupHeader.tabsBackground#4B2532dd
  • editorLineNumber.activeForeground#FF6B57
  • editorLineNumber.foreground#FCECEA80
  • focusBorder#FF6B57
  • foreground#FFF8F3
  • input.background#2A1819
  • input.border#ffffff15
  • input.foreground#FFF8F3
  • input.placeholderForeground#FFF8F360
  • list.activeSelectionBackground#FF6B5730
  • list.activeSelectionForeground#FFF8F3
  • list.highlightForeground#FF6B57
  • list.hoverBackground#2A181940
  • list.hoverForeground#FFF8F3
  • list.inactiveSelectionBackground#FF6B5715
  • list.inactiveSelectionForeground#FFF8F3
  • selection.background#F5EAD935
  • sideBar.background#2A1819
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF8F3
  • sideBarSectionHeader.background#4B253280
  • sideBarSectionHeader.foreground#FFF8F3
  • sideBarTitle.foreground#FF6B57
  • statusBar.background#4B2532
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF8F3
  • statusBar.noFolderBackground#4B2532
  • tab.activeBackground#4B2532
  • tab.activeBorderTop#FF6B57
  • tab.activeForeground#FFF8F3
  • tab.border#ffffff15
  • tab.inactiveBackground#2A181960
  • tab.inactiveForeground#FFF8F380
  • terminal.ansiBlack#4B2532
  • terminal.ansiBlue#F5EAD9
  • terminal.ansiCyan#FFF1C2
  • terminal.ansiGreen#FF6B57
  • terminal.ansiMagenta#FFB300
  • terminal.ansiRed#FFB300
  • terminal.ansiWhite#FFF8F3
  • terminal.ansiYellow#FFF1C2
  • terminal.background#4B2532
  • terminal.foreground#FFF8F3
  • titleBar.activeBackground#4B2532
  • titleBar.activeForeground#FFF8F3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#4B2532
  • titleBar.inactiveForeground#FFF8F360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#FCECEAitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#F5EAD9bold
storage.type, storage.modifier#F5EAD9italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF6B57
string, punctuation.definition.string, string.template, meta.template.expression#FFF1C2
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#FFB300
variable, variable.other.readwrite, variable.other.object#FFF8F3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF8F3
variable.parameter, meta.parameter#FFF8F3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF8F380
keyword.operator#FFF8F3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFF1C2bold
entity.other.inherited-class#FF6B57
entity.name.tag, punctuation.definition.tag#F5EAD9
entity.other.attribute-name#FF6B57
meta.diff, meta.diff.header#FCECEA
markup.deleted#FFB300
markup.inserted#FF6B57
markup.changed#FFF1C2
markup.heading, markup.heading.setext, punctuation.definition.heading#FF6B57bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFF1C2
string.other.link.title, string.other.link.description#FF6B57
markup.underline.link#FCECEAunderline
punctuation.definition.list#F5EAD9
markup.quote, punctuation.definition.quote#FCECEAitalic
Morphous Theme by Ameyanagi - VS Code Theme