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#201913
  • activityBar.border#ffffff15
  • activityBar.foreground#E99567
  • activityBar.inactiveForeground#FAF6EE60
  • activityBarBadge.background#E99567
  • activityBarBadge.foreground#201913
  • button.background#E99567
  • button.foreground#201913
  • button.hoverBackground#E99567dd
  • editor.background#201913
  • editor.foreground#FAF6EE
  • editor.inactiveSelectionBackground#ECCF793580
  • editor.lineHighlightBackground#20191340
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECCF7935
  • editorCursor.foreground#E99567
  • editorGroupHeader.tabsBackground#201913dd
  • editorLineNumber.activeForeground#E99567
  • editorLineNumber.foreground#4C5C3380
  • focusBorder#E99567
  • foreground#FAF6EE
  • input.background#201913
  • input.border#ffffff15
  • input.foreground#FAF6EE
  • input.placeholderForeground#FAF6EE60
  • list.activeSelectionBackground#E9956730
  • list.activeSelectionForeground#FAF6EE
  • list.highlightForeground#E99567
  • list.hoverBackground#20191340
  • list.hoverForeground#FAF6EE
  • list.inactiveSelectionBackground#E9956715
  • list.inactiveSelectionForeground#FAF6EE
  • selection.background#ECCF7935
  • sideBar.background#201913
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF6EE
  • sideBarSectionHeader.background#20191380
  • sideBarSectionHeader.foreground#FAF6EE
  • sideBarTitle.foreground#E99567
  • statusBar.background#201913
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF6EE
  • statusBar.noFolderBackground#201913
  • tab.activeBackground#201913
  • tab.activeBorderTop#E99567
  • tab.activeForeground#FAF6EE
  • tab.border#ffffff15
  • tab.inactiveBackground#20191360
  • tab.inactiveForeground#FAF6EE80
  • terminal.ansiBlack#201913
  • terminal.ansiBlue#ECCF79
  • terminal.ansiCyan#C7E755
  • terminal.ansiGreen#E99567
  • terminal.ansiMagenta#F1C583
  • terminal.ansiRed#F1C583
  • terminal.ansiWhite#FAF6EE
  • terminal.ansiYellow#C7E755
  • terminal.background#201913
  • terminal.foreground#FAF6EE
  • titleBar.activeBackground#201913
  • titleBar.activeForeground#FAF6EE
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#201913
  • titleBar.inactiveForeground#FAF6EE60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4C5C33italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECCF79bold
storage.type, storage.modifier#ECCF79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E99567
string, punctuation.definition.string, string.template, meta.template.expression#C7E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C583
variable, variable.other.readwrite, variable.other.object#FAF6EE
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF6EE
variable.parameter, meta.parameter#FAF6EEdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF6EE80
keyword.operator#FAF6EE
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C7E755bold
entity.other.inherited-class#E99567
entity.name.tag, punctuation.definition.tag#ECCF79
entity.other.attribute-name#E99567
meta.diff, meta.diff.header#4C5C33
markup.deleted#F1C583
markup.inserted#E99567
markup.changed#C7E755
markup.heading, markup.heading.setext, punctuation.definition.heading#E99567bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C7E755
string.other.link.title, string.other.link.description#E99567
markup.underline.link#4C5C33underline
punctuation.definition.list#ECCF79
markup.quote, punctuation.definition.quote#4C5C33italic
Morphous Theme by Ameyanagi - VS Code Theme