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#0b1024
  • activityBar.border#ffffff15
  • activityBar.foreground#c61f39
  • activityBar.inactiveForeground#f3f7f560
  • activityBarBadge.background#c61f39
  • activityBarBadge.foreground#0b1024
  • button.background#c61f39
  • button.foreground#0b1024
  • button.hoverBackground#c61f39dd
  • editor.background#0b1024
  • editor.foreground#f3f7f5
  • editor.inactiveSelectionBackground#2850b83580
  • editor.lineHighlightBackground#12193640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2850b835
  • editorCursor.foreground#c61f39
  • editorGroupHeader.tabsBackground#0b1024dd
  • editorLineNumber.activeForeground#c61f39
  • editorLineNumber.foreground#2850b880
  • focusBorder#c61f39
  • foreground#f3f7f5
  • input.background#121936
  • input.border#ffffff15
  • input.foreground#f3f7f5
  • input.placeholderForeground#f3f7f560
  • list.activeSelectionBackground#c61f3930
  • list.activeSelectionForeground#f3f7f5
  • list.highlightForeground#c61f39
  • list.hoverBackground#12193640
  • list.hoverForeground#f3f7f5
  • list.inactiveSelectionBackground#c61f3915
  • list.inactiveSelectionForeground#f3f7f5
  • selection.background#2850b835
  • sideBar.background#121936
  • sideBar.border#ffffff15
  • sideBar.foreground#f3f7f5
  • sideBarSectionHeader.background#0b102480
  • sideBarSectionHeader.foreground#f3f7f5
  • sideBarTitle.foreground#c61f39
  • statusBar.background#0b1024
  • statusBar.border#ffffff15
  • statusBar.foreground#f3f7f5
  • statusBar.noFolderBackground#0b1024
  • tab.activeBackground#0b1024
  • tab.activeBorderTop#c61f39
  • tab.activeForeground#f3f7f5
  • tab.border#ffffff15
  • tab.inactiveBackground#12193660
  • tab.inactiveForeground#f3f7f580
  • terminal.ansiBlack#0b1024
  • terminal.ansiBlue#2850b8
  • terminal.ansiCyan#169c9c
  • terminal.ansiGreen#c61f39
  • terminal.ansiMagenta#61c7c6
  • terminal.ansiRed#61c7c6
  • terminal.ansiWhite#f3f7f5
  • terminal.ansiYellow#169c9c
  • terminal.background#0b1024
  • terminal.foreground#f3f7f5
  • titleBar.activeBackground#0b1024
  • titleBar.activeForeground#f3f7f5
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0b1024
  • titleBar.inactiveForeground#f3f7f560
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2850b8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2850b8bold
storage.type, storage.modifier#2850b8italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#c61f39
string, punctuation.definition.string, string.template, meta.template.expression#169c9c
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#61c7c6
variable, variable.other.readwrite, variable.other.object#f3f7f5
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f3f7f5
variable.parameter, meta.parameter#f3f7f5dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f3f7f580
keyword.operator#f3f7f5
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#169c9cbold
entity.other.inherited-class#c61f39
entity.name.tag, punctuation.definition.tag#2850b8
entity.other.attribute-name#c61f39
meta.diff, meta.diff.header#2850b8
markup.deleted#61c7c6
markup.inserted#c61f39
markup.changed#169c9c
markup.heading, markup.heading.setext, punctuation.definition.heading#c61f39bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#169c9c
string.other.link.title, string.other.link.description#c61f39
markup.underline.link#2850b8underline
punctuation.definition.list#2850b8
markup.quote, punctuation.definition.quote#2850b8italic
Morphous Theme by Ameyanagi - VS Code Theme