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#2E7D5A
  • activityBar.border#ffffff15
  • activityBar.foreground#E31D1A
  • activityBar.inactiveForeground#FAF7F260
  • activityBarBadge.background#E31D1A
  • activityBarBadge.foreground#2E7D5A
  • button.background#E31D1A
  • button.foreground#2E7D5A
  • button.hoverBackground#E31D1Add
  • editor.background#2E7D5A
  • editor.foreground#FAF7F2
  • editor.inactiveSelectionBackground#FF5A4D3580
  • editor.lineHighlightBackground#0D0D0F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FF5A4D35
  • editorCursor.foreground#E31D1A
  • editorGroupHeader.tabsBackground#2E7D5Add
  • editorLineNumber.activeForeground#E31D1A
  • editorLineNumber.foreground#C8B99B80
  • focusBorder#E31D1A
  • foreground#FAF7F2
  • input.background#0D0D0F
  • input.border#ffffff15
  • input.foreground#FAF7F2
  • input.placeholderForeground#FAF7F260
  • list.activeSelectionBackground#E31D1A30
  • list.activeSelectionForeground#FAF7F2
  • list.highlightForeground#E31D1A
  • list.hoverBackground#0D0D0F40
  • list.hoverForeground#FAF7F2
  • list.inactiveSelectionBackground#E31D1A15
  • list.inactiveSelectionForeground#FAF7F2
  • selection.background#FF5A4D35
  • sideBar.background#0D0D0F
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF7F2
  • sideBarSectionHeader.background#2E7D5A80
  • sideBarSectionHeader.foreground#FAF7F2
  • sideBarTitle.foreground#E31D1A
  • statusBar.background#2E7D5A
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF7F2
  • statusBar.noFolderBackground#2E7D5A
  • tab.activeBackground#2E7D5A
  • tab.activeBorderTop#E31D1A
  • tab.activeForeground#FAF7F2
  • tab.border#ffffff15
  • tab.inactiveBackground#0D0D0F60
  • tab.inactiveForeground#FAF7F280
  • terminal.ansiBlack#2E7D5A
  • terminal.ansiBlue#FF5A4D
  • terminal.ansiCyan#0EA5A6
  • terminal.ansiGreen#E31D1A
  • terminal.ansiMagenta#006B6D
  • terminal.ansiRed#006B6D
  • terminal.ansiWhite#FAF7F2
  • terminal.ansiYellow#0EA5A6
  • terminal.background#2E7D5A
  • terminal.foreground#FAF7F2
  • titleBar.activeBackground#2E7D5A
  • titleBar.activeForeground#FAF7F2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2E7D5A
  • titleBar.inactiveForeground#FAF7F260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C8B99Bitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FF5A4Dbold
storage.type, storage.modifier#FF5A4Ditalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E31D1A
string, punctuation.definition.string, string.template, meta.template.expression#0EA5A6
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#006B6D
variable, variable.other.readwrite, variable.other.object#FAF7F2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF7F2
variable.parameter, meta.parameter#FAF7F2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF7F280
keyword.operator#FAF7F2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#0EA5A6bold
entity.other.inherited-class#E31D1A
entity.name.tag, punctuation.definition.tag#FF5A4D
entity.other.attribute-name#E31D1A
meta.diff, meta.diff.header#C8B99B
markup.deleted#006B6D
markup.inserted#E31D1A
markup.changed#0EA5A6
markup.heading, markup.heading.setext, punctuation.definition.heading#E31D1Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#0EA5A6
string.other.link.title, string.other.link.description#E31D1A
markup.underline.link#C8B99Bunderline
punctuation.definition.list#FF5A4D
markup.quote, punctuation.definition.quote#C8B99Bitalic
Morphous Theme by Ameyanagi - VS Code Theme