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#2f3431
  • activityBar.border#ffffff15
  • activityBar.foreground#777b75
  • activityBar.inactiveForeground#f2eee360
  • activityBarBadge.background#777b75
  • activityBarBadge.foreground#2f3431
  • button.background#777b75
  • button.foreground#2f3431
  • button.hoverBackground#777b75dd
  • editor.background#2f3431
  • editor.foreground#f2eee3
  • editor.inactiveSelectionBackground#e7dcc23580
  • editor.lineHighlightBackground#1e211f40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#e7dcc235
  • editorCursor.foreground#777b75
  • editorGroupHeader.tabsBackground#2f3431dd
  • editorLineNumber.activeForeground#777b75
  • editorLineNumber.foreground#e7dcc280
  • focusBorder#777b75
  • foreground#f2eee3
  • input.background#1e211f
  • input.border#ffffff15
  • input.foreground#f2eee3
  • input.placeholderForeground#f2eee360
  • list.activeSelectionBackground#777b7530
  • list.activeSelectionForeground#f2eee3
  • list.highlightForeground#777b75
  • list.hoverBackground#1e211f40
  • list.hoverForeground#f2eee3
  • list.inactiveSelectionBackground#777b7515
  • list.inactiveSelectionForeground#f2eee3
  • selection.background#e7dcc235
  • sideBar.background#1e211f
  • sideBar.border#ffffff15
  • sideBar.foreground#f2eee3
  • sideBarSectionHeader.background#2f343180
  • sideBarSectionHeader.foreground#f2eee3
  • sideBarTitle.foreground#777b75
  • statusBar.background#2f3431
  • statusBar.border#ffffff15
  • statusBar.foreground#f2eee3
  • statusBar.noFolderBackground#2f3431
  • tab.activeBackground#2f3431
  • tab.activeBorderTop#777b75
  • tab.activeForeground#f2eee3
  • tab.border#ffffff15
  • tab.inactiveBackground#1e211f60
  • tab.inactiveForeground#f2eee380
  • terminal.ansiBlack#2f3431
  • terminal.ansiBlue#e7dcc2
  • terminal.ansiCyan#7f8a4a
  • terminal.ansiGreen#777b75
  • terminal.ansiMagenta#c3b46f
  • terminal.ansiRed#c3b46f
  • terminal.ansiWhite#f2eee3
  • terminal.ansiYellow#7f8a4a
  • terminal.background#2f3431
  • terminal.foreground#f2eee3
  • titleBar.activeBackground#2f3431
  • titleBar.activeForeground#f2eee3
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2f3431
  • titleBar.inactiveForeground#f2eee360
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e7dcc2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#e7dcc2bold
storage.type, storage.modifier#e7dcc2italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#777b75
string, punctuation.definition.string, string.template, meta.template.expression#7f8a4a
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#c3b46f
variable, variable.other.readwrite, variable.other.object#f2eee3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f2eee3
variable.parameter, meta.parameter#f2eee3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f2eee380
keyword.operator#f2eee3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#7f8a4abold
entity.other.inherited-class#777b75
entity.name.tag, punctuation.definition.tag#e7dcc2
entity.other.attribute-name#777b75
meta.diff, meta.diff.header#e7dcc2
markup.deleted#c3b46f
markup.inserted#777b75
markup.changed#7f8a4a
markup.heading, markup.heading.setext, punctuation.definition.heading#777b75bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#7f8a4a
string.other.link.title, string.other.link.description#777b75
markup.underline.link#e7dcc2underline
punctuation.definition.list#e7dcc2
markup.quote, punctuation.definition.quote#e7dcc2italic
Morphous Theme by Ameyanagi - VS Code Theme