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#FCFDFC
  • activityBar.border#00000015
  • activityBar.foreground#259379
  • activityBar.inactiveForeground#2E4B4660
  • activityBarBadge.background#259379
  • activityBarBadge.foreground#FCFDFC
  • button.background#259379
  • button.foreground#FCFDFC
  • button.hoverBackground#259379dd
  • editor.background#FCFDFC
  • editor.foreground#2E4B46
  • editor.inactiveSelectionBackground#2183642580
  • editor.lineHighlightBackground#DAECE750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21836425
  • editorCursor.foreground#259379
  • editorGroupHeader.tabsBackground#DAECE7aa
  • editorLineNumber.activeForeground#259379
  • editorLineNumber.foreground#B9BDC380
  • focusBorder#259379
  • foreground#2E4B46
  • input.background#DAECE7
  • input.border#00000015
  • input.foreground#2E4B46
  • input.placeholderForeground#2E4B4660
  • list.activeSelectionBackground#25937930
  • list.activeSelectionForeground#2E4B46
  • list.highlightForeground#259379
  • list.hoverBackground#DAECE740
  • list.hoverForeground#2E4B46
  • list.inactiveSelectionBackground#25937915
  • list.inactiveSelectionForeground#2E4B46
  • selection.background#21836425
  • sideBar.background#DAECE7
  • sideBar.border#00000015
  • sideBar.foreground#2E4B46
  • sideBarSectionHeader.background#DAECE780
  • sideBarSectionHeader.foreground#2E4B46
  • sideBarTitle.foreground#259379
  • statusBar.background#FCFDFC
  • statusBar.border#00000015
  • statusBar.foreground#2E4B46
  • statusBar.noFolderBackground#FCFDFC
  • tab.activeBackground#FCFDFC
  • tab.activeBorderTop#259379
  • tab.activeForeground#2E4B46
  • tab.border#00000015
  • tab.inactiveBackground#FCFDFC60
  • tab.inactiveForeground#2E4B4680
  • terminal.ansiBlack#2E4B46
  • terminal.ansiBlue#218364
  • terminal.ansiCyan#A32941
  • terminal.ansiGreen#259379
  • terminal.ansiMagenta#196276
  • terminal.ansiRed#196276
  • terminal.ansiWhite#2E4B46
  • terminal.ansiYellow#A32941
  • terminal.background#FCFDFC
  • terminal.foreground#2E4B46
  • titleBar.activeBackground#FCFDFC
  • titleBar.activeForeground#2E4B46
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFDFC
  • titleBar.inactiveForeground#2E4B4660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B9BDC3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#218364bold
storage.type, storage.modifier#218364italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#259379
string, punctuation.definition.string, string.template, meta.template.expression#A32941
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#196276
variable, variable.other.readwrite, variable.other.object#2E4B46
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2E4B46
variable.parameter, meta.parameter#2E4B46dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2E4B4680
keyword.operator#2E4B46
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A32941bold
entity.other.inherited-class#259379
entity.name.tag, punctuation.definition.tag#218364
entity.other.attribute-name#259379
meta.diff, meta.diff.header#B9BDC3
markup.deleted#196276
markup.inserted#259379
markup.changed#A32941
markup.heading, markup.heading.setext, punctuation.definition.heading#259379bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A32941
string.other.link.title, string.other.link.description#259379
markup.underline.link#B9BDC3underline
punctuation.definition.list#218364
markup.quote, punctuation.definition.quote#B9BDC3italic
Morphous Theme by Ameyanagi - VS Code Theme