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#5a2a16
  • activityBar.border#ffffff15
  • activityBar.foreground#b4552a
  • activityBar.inactiveForeground#f6efe360
  • activityBarBadge.background#b4552a
  • activityBarBadge.foreground#5a2a16
  • button.background#b4552a
  • button.foreground#5a2a16
  • button.hoverBackground#b4552add
  • editor.background#5a2a16
  • editor.foreground#f6efe3
  • editor.inactiveSelectionBackground#7a38233580
  • editor.lineHighlightBackground#1c1c1b40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7a382335
  • editorCursor.foreground#b4552a
  • editorGroupHeader.tabsBackground#5a2a16dd
  • editorLineNumber.activeForeground#b4552a
  • editorLineNumber.foreground#7a382380
  • focusBorder#b4552a
  • foreground#f6efe3
  • input.background#1c1c1b
  • input.border#ffffff15
  • input.foreground#f6efe3
  • input.placeholderForeground#f6efe360
  • list.activeSelectionBackground#b4552a30
  • list.activeSelectionForeground#f6efe3
  • list.highlightForeground#b4552a
  • list.hoverBackground#1c1c1b40
  • list.hoverForeground#f6efe3
  • list.inactiveSelectionBackground#b4552a15
  • list.inactiveSelectionForeground#f6efe3
  • selection.background#7a382335
  • sideBar.background#1c1c1b
  • sideBar.border#ffffff15
  • sideBar.foreground#f6efe3
  • sideBarSectionHeader.background#5a2a1680
  • sideBarSectionHeader.foreground#f6efe3
  • sideBarTitle.foreground#b4552a
  • statusBar.background#5a2a16
  • statusBar.border#ffffff15
  • statusBar.foreground#f6efe3
  • statusBar.noFolderBackground#5a2a16
  • tab.activeBackground#5a2a16
  • tab.activeBorderTop#b4552a
  • tab.activeForeground#f6efe3
  • tab.border#ffffff15
  • tab.inactiveBackground#1c1c1b60
  • tab.inactiveForeground#f6efe380
  • terminal.ansiBlack#5a2a16
  • terminal.ansiBlue#7a3823
  • terminal.ansiCyan#d6a261
  • terminal.ansiGreen#b4552a
  • terminal.ansiMagenta#d6a261
  • terminal.ansiRed#d6a261
  • terminal.ansiWhite#f6efe3
  • terminal.ansiYellow#d6a261
  • terminal.background#5a2a16
  • terminal.foreground#f6efe3
  • titleBar.activeBackground#5a2a16
  • titleBar.activeForeground#f6efe3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5a2a16
  • titleBar.inactiveForeground#f6efe360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7a3823italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7a3823bold
storage.type, storage.modifier#7a3823italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#b4552a
string, punctuation.definition.string, string.template, meta.template.expression#d6a261
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#d6a261
variable, variable.other.readwrite, variable.other.object#f6efe3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6efe3
variable.parameter, meta.parameter#f6efe3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6efe380
keyword.operator#f6efe3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#d6a261bold
entity.other.inherited-class#b4552a
entity.name.tag, punctuation.definition.tag#7a3823
entity.other.attribute-name#b4552a
meta.diff, meta.diff.header#7a3823
markup.deleted#d6a261
markup.inserted#b4552a
markup.changed#d6a261
markup.heading, markup.heading.setext, punctuation.definition.heading#b4552abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#d6a261
string.other.link.title, string.other.link.description#b4552a
markup.underline.link#7a3823underline
punctuation.definition.list#7a3823
markup.quote, punctuation.definition.quote#7a3823italic
Morphous Theme by Ameyanagi - VS Code Theme