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#1f241d
  • activityBar.border#ffffff15
  • activityBar.foreground#f56b16
  • activityBar.inactiveForeground#fbf7ef60
  • activityBarBadge.background#f56b16
  • activityBarBadge.foreground#1f241d
  • button.background#f56b16
  • button.foreground#1f241d
  • button.hoverBackground#f56b16dd
  • editor.background#1f241d
  • editor.foreground#fbf7ef
  • editor.inactiveSelectionBackground#f5b21c3580
  • editor.lineHighlightBackground#15131340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#f5b21c35
  • editorCursor.foreground#f56b16
  • editorGroupHeader.tabsBackground#1f241ddd
  • editorLineNumber.activeForeground#f56b16
  • editorLineNumber.foreground#d8d7cf80
  • focusBorder#f56b16
  • foreground#fbf7ef
  • input.background#151313
  • input.border#ffffff15
  • input.foreground#fbf7ef
  • input.placeholderForeground#fbf7ef60
  • list.activeSelectionBackground#f56b1630
  • list.activeSelectionForeground#fbf7ef
  • list.highlightForeground#f56b16
  • list.hoverBackground#15131340
  • list.hoverForeground#fbf7ef
  • list.inactiveSelectionBackground#f56b1615
  • list.inactiveSelectionForeground#fbf7ef
  • selection.background#f5b21c35
  • sideBar.background#151313
  • sideBar.border#ffffff15
  • sideBar.foreground#fbf7ef
  • sideBarSectionHeader.background#1f241d80
  • sideBarSectionHeader.foreground#fbf7ef
  • sideBarTitle.foreground#f56b16
  • statusBar.background#1f241d
  • statusBar.border#ffffff15
  • statusBar.foreground#fbf7ef
  • statusBar.noFolderBackground#1f241d
  • tab.activeBackground#1f241d
  • tab.activeBorderTop#f56b16
  • tab.activeForeground#fbf7ef
  • tab.border#ffffff15
  • tab.inactiveBackground#15131360
  • tab.inactiveForeground#fbf7ef80
  • terminal.ansiBlack#1f241d
  • terminal.ansiBlue#f5b21c
  • terminal.ansiCyan#7d3f78
  • terminal.ansiGreen#f56b16
  • terminal.ansiMagenta#e84f32
  • terminal.ansiRed#e84f32
  • terminal.ansiWhite#fbf7ef
  • terminal.ansiYellow#7d3f78
  • terminal.background#1f241d
  • terminal.foreground#fbf7ef
  • titleBar.activeBackground#1f241d
  • titleBar.activeForeground#fbf7ef
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1f241d
  • titleBar.inactiveForeground#fbf7ef60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d8d7cfitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#f5b21cbold
storage.type, storage.modifier#f5b21citalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#f56b16
string, punctuation.definition.string, string.template, meta.template.expression#7d3f78
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#e84f32
variable, variable.other.readwrite, variable.other.object#fbf7ef
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf7ef
variable.parameter, meta.parameter#fbf7efdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf7ef80
keyword.operator#fbf7ef
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7d3f78bold
entity.other.inherited-class#f56b16
entity.name.tag, punctuation.definition.tag#f5b21c
entity.other.attribute-name#f56b16
meta.diff, meta.diff.header#d8d7cf
markup.deleted#e84f32
markup.inserted#f56b16
markup.changed#7d3f78
markup.heading, markup.heading.setext, punctuation.definition.heading#f56b16bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7d3f78
string.other.link.title, string.other.link.description#f56b16
markup.underline.link#d8d7cfunderline
punctuation.definition.list#f5b21c
markup.quote, punctuation.definition.quote#d8d7cfitalic
Morphous Theme by Ameyanagi - VS Code Theme