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#26352d
  • activityBar.border#ffffff15
  • activityBar.foreground#111111
  • activityBar.inactiveForeground#f3ead760
  • activityBarBadge.background#111111
  • activityBarBadge.foreground#26352d
  • button.background#111111
  • button.foreground#26352d
  • button.hoverBackground#111111dd
  • editor.background#26352d
  • editor.foreground#f3ead7
  • editor.inactiveSelectionBackground#c4c4b83580
  • editor.lineHighlightBackground#1f202040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#c4c4b835
  • editorCursor.foreground#111111
  • editorGroupHeader.tabsBackground#26352ddd
  • editorLineNumber.activeForeground#111111
  • editorLineNumber.foreground#c4c4b880
  • focusBorder#111111
  • foreground#f3ead7
  • input.background#1f2020
  • input.border#ffffff15
  • input.foreground#f3ead7
  • input.placeholderForeground#f3ead760
  • list.activeSelectionBackground#11111130
  • list.activeSelectionForeground#f3ead7
  • list.highlightForeground#111111
  • list.hoverBackground#1f202040
  • list.hoverForeground#f3ead7
  • list.inactiveSelectionBackground#11111115
  • list.inactiveSelectionForeground#f3ead7
  • selection.background#c4c4b835
  • sideBar.background#1f2020
  • sideBar.border#ffffff15
  • sideBar.foreground#f3ead7
  • sideBarSectionHeader.background#26352d80
  • sideBarSectionHeader.foreground#f3ead7
  • sideBarTitle.foreground#111111
  • statusBar.background#26352d
  • statusBar.border#ffffff15
  • statusBar.foreground#f3ead7
  • statusBar.noFolderBackground#26352d
  • tab.activeBackground#26352d
  • tab.activeBorderTop#111111
  • tab.activeForeground#f3ead7
  • tab.border#ffffff15
  • tab.inactiveBackground#1f202060
  • tab.inactiveForeground#f3ead780
  • terminal.ansiBlack#26352d
  • terminal.ansiBlue#c4c4b8
  • terminal.ansiCyan#b9a45f
  • terminal.ansiGreen#111111
  • terminal.ansiMagenta#6f7b48
  • terminal.ansiRed#6f7b48
  • terminal.ansiWhite#f3ead7
  • terminal.ansiYellow#b9a45f
  • terminal.background#26352d
  • terminal.foreground#f3ead7
  • titleBar.activeBackground#26352d
  • titleBar.activeForeground#f3ead7
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#26352d
  • titleBar.inactiveForeground#f3ead760
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c4c4b8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#c4c4b8bold
storage.type, storage.modifier#c4c4b8italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#111111
string, punctuation.definition.string, string.template, meta.template.expression#b9a45f
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#6f7b48
variable, variable.other.readwrite, variable.other.object#f3ead7
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f3ead7
variable.parameter, meta.parameter#f3ead7dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f3ead780
keyword.operator#f3ead7
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#b9a45fbold
entity.other.inherited-class#111111
entity.name.tag, punctuation.definition.tag#c4c4b8
entity.other.attribute-name#111111
meta.diff, meta.diff.header#c4c4b8
markup.deleted#6f7b48
markup.inserted#111111
markup.changed#b9a45f
markup.heading, markup.heading.setext, punctuation.definition.heading#111111bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#b9a45f
string.other.link.title, string.other.link.description#111111
markup.underline.link#c4c4b8underline
punctuation.definition.list#c4c4b8
markup.quote, punctuation.definition.quote#c4c4b8italic
Morphous Theme by Ameyanagi - VS Code Theme