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#120F0D
  • activityBar.border#ffffff15
  • activityBar.foreground#E9A067
  • activityBar.inactiveForeground#eee3d260
  • activityBarBadge.background#E9A067
  • activityBarBadge.foreground#120F0D
  • button.background#E9A067
  • button.foreground#120F0D
  • button.hoverBackground#E9A067dd
  • editor.background#120F0D
  • editor.foreground#eee3d2
  • editor.inactiveSelectionBackground#ECBA793580
  • editor.lineHighlightBackground#221B1640
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECBA7935
  • editorCursor.foreground#E9A067
  • editorGroupHeader.tabsBackground#120F0Ddd
  • editorLineNumber.activeForeground#E9A067
  • editorLineNumber.foreground#87917f80
  • focusBorder#E9A067
  • foreground#eee3d2
  • input.background#221B16
  • input.border#ffffff15
  • input.foreground#eee3d2
  • input.placeholderForeground#eee3d260
  • list.activeSelectionBackground#E9A06730
  • list.activeSelectionForeground#eee3d2
  • list.highlightForeground#E9A067
  • list.hoverBackground#221B1640
  • list.hoverForeground#eee3d2
  • list.inactiveSelectionBackground#E9A06715
  • list.inactiveSelectionForeground#eee3d2
  • selection.background#ECBA7935
  • sideBar.background#221B16
  • sideBar.border#ffffff15
  • sideBar.foreground#eee3d2
  • sideBarSectionHeader.background#120F0D80
  • sideBarSectionHeader.foreground#eee3d2
  • sideBarTitle.foreground#E9A067
  • statusBar.background#120F0D
  • statusBar.border#ffffff15
  • statusBar.foreground#eee3d2
  • statusBar.noFolderBackground#120F0D
  • tab.activeBackground#120F0D
  • tab.activeBorderTop#E9A067
  • tab.activeForeground#eee3d2
  • tab.border#ffffff15
  • tab.inactiveBackground#221B1660
  • tab.inactiveForeground#eee3d280
  • terminal.ansiBlack#120F0D
  • terminal.ansiBlue#ECBA79
  • terminal.ansiCyan#55BBE7
  • terminal.ansiGreen#E9A067
  • terminal.ansiMagenta#F1BE83
  • terminal.ansiRed#F1BE83
  • terminal.ansiWhite#eee3d2
  • terminal.ansiYellow#55BBE7
  • terminal.background#120F0D
  • terminal.foreground#eee3d2
  • titleBar.activeBackground#120F0D
  • titleBar.activeForeground#eee3d2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#120F0D
  • titleBar.inactiveForeground#eee3d260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#87917fitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECBA79bold
storage.type, storage.modifier#ECBA79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9A067
string, punctuation.definition.string, string.template, meta.template.expression#55BBE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1BE83
variable, variable.other.readwrite, variable.other.object#eee3d2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#eee3d2
variable.parameter, meta.parameter#eee3d2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#eee3d280
keyword.operator#eee3d2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55BBE7bold
entity.other.inherited-class#E9A067
entity.name.tag, punctuation.definition.tag#ECBA79
entity.other.attribute-name#E9A067
meta.diff, meta.diff.header#87917f
markup.deleted#F1BE83
markup.inserted#E9A067
markup.changed#55BBE7
markup.heading, markup.heading.setext, punctuation.definition.heading#E9A067bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55BBE7
string.other.link.title, string.other.link.description#E9A067
markup.underline.link#87917funderline
punctuation.definition.list#ECBA79
markup.quote, punctuation.definition.quote#87917fitalic
Morphous Theme by Ameyanagi - VS Code Theme