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#4a332b
  • activityBar.border#ffffff15
  • activityBar.foreground#F195B5
  • activityBar.inactiveForeground#FFF6F860
  • activityBarBadge.background#F195B5
  • activityBarBadge.foreground#4a332b
  • button.background#F195B5
  • button.foreground#4a332b
  • button.hoverBackground#F195B5dd
  • editor.background#4a332b
  • editor.foreground#FFF6F8
  • editor.inactiveSelectionBackground#6E4B3A3580
  • editor.lineHighlightBackground#2A1F1B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6E4B3A35
  • editorCursor.foreground#F195B5
  • editorGroupHeader.tabsBackground#4a332bdd
  • editorLineNumber.activeForeground#F195B5
  • editorLineNumber.foreground#EBF3FF80
  • focusBorder#F195B5
  • foreground#FFF6F8
  • input.background#2A1F1B
  • input.border#ffffff15
  • input.foreground#FFF6F8
  • input.placeholderForeground#FFF6F860
  • list.activeSelectionBackground#F195B530
  • list.activeSelectionForeground#FFF6F8
  • list.highlightForeground#F195B5
  • list.hoverBackground#2A1F1B40
  • list.hoverForeground#FFF6F8
  • list.inactiveSelectionBackground#F195B515
  • list.inactiveSelectionForeground#FFF6F8
  • selection.background#6E4B3A35
  • sideBar.background#2A1F1B
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF6F8
  • sideBarSectionHeader.background#4a332b80
  • sideBarSectionHeader.foreground#FFF6F8
  • sideBarTitle.foreground#F195B5
  • statusBar.background#4a332b
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF6F8
  • statusBar.noFolderBackground#4a332b
  • tab.activeBackground#4a332b
  • tab.activeBorderTop#F195B5
  • tab.activeForeground#FFF6F8
  • tab.border#ffffff15
  • tab.inactiveBackground#2A1F1B60
  • tab.inactiveForeground#FFF6F880
  • terminal.ansiBlack#4a332b
  • terminal.ansiBlue#6E4B3A
  • terminal.ansiCyan#F7D7E3
  • terminal.ansiGreen#F195B5
  • terminal.ansiMagenta#93C67A
  • terminal.ansiRed#93C67A
  • terminal.ansiWhite#FFF6F8
  • terminal.ansiYellow#F7D7E3
  • terminal.background#4a332b
  • terminal.foreground#FFF6F8
  • titleBar.activeBackground#4a332b
  • titleBar.activeForeground#FFF6F8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#4a332b
  • titleBar.inactiveForeground#FFF6F860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#EBF3FFitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6E4B3Abold
storage.type, storage.modifier#6E4B3Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F195B5
string, punctuation.definition.string, string.template, meta.template.expression#F7D7E3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#93C67A
variable, variable.other.readwrite, variable.other.object#FFF6F8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF6F8
variable.parameter, meta.parameter#FFF6F8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF6F880
keyword.operator#FFF6F8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#F7D7E3bold
entity.other.inherited-class#F195B5
entity.name.tag, punctuation.definition.tag#6E4B3A
entity.other.attribute-name#F195B5
meta.diff, meta.diff.header#EBF3FF
markup.deleted#93C67A
markup.inserted#F195B5
markup.changed#F7D7E3
markup.heading, markup.heading.setext, punctuation.definition.heading#F195B5bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#F7D7E3
string.other.link.title, string.other.link.description#F195B5
markup.underline.link#EBF3FFunderline
punctuation.definition.list#6E4B3A
markup.quote, punctuation.definition.quote#EBF3FFitalic
Morphous Theme by Ameyanagi - VS Code Theme