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#1F262E
  • activityBar.border#ffffff15
  • activityBar.foreground#6786E9
  • activityBar.inactiveForeground#F7F7F960
  • activityBarBadge.background#6786E9
  • activityBarBadge.foreground#1F262E
  • button.background#6786E9
  • button.foreground#1F262E
  • button.hoverBackground#6786E9dd
  • editor.background#1F262E
  • editor.foreground#F7F7F9
  • editor.inactiveSelectionBackground#7996EC3580
  • editor.lineHighlightBackground#08132B40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7996EC35
  • editorCursor.foreground#6786E9
  • editorGroupHeader.tabsBackground#1F262Edd
  • editorLineNumber.activeForeground#6786E9
  • editorLineNumber.foreground#E6E8EC80
  • focusBorder#6786E9
  • foreground#F7F7F9
  • input.background#08132B
  • input.border#ffffff15
  • input.foreground#F7F7F9
  • input.placeholderForeground#F7F7F960
  • list.activeSelectionBackground#6786E930
  • list.activeSelectionForeground#F7F7F9
  • list.highlightForeground#6786E9
  • list.hoverBackground#08132B40
  • list.hoverForeground#F7F7F9
  • list.inactiveSelectionBackground#6786E915
  • list.inactiveSelectionForeground#F7F7F9
  • selection.background#7996EC35
  • sideBar.background#08132B
  • sideBar.border#ffffff15
  • sideBar.foreground#F7F7F9
  • sideBarSectionHeader.background#1F262E80
  • sideBarSectionHeader.foreground#F7F7F9
  • sideBarTitle.foreground#6786E9
  • statusBar.background#1F262E
  • statusBar.border#ffffff15
  • statusBar.foreground#F7F7F9
  • statusBar.noFolderBackground#1F262E
  • tab.activeBackground#1F262E
  • tab.activeBorderTop#6786E9
  • tab.activeForeground#F7F7F9
  • tab.border#ffffff15
  • tab.inactiveBackground#08132B60
  • tab.inactiveForeground#F7F7F980
  • terminal.ansiBlack#1F262E
  • terminal.ansiBlue#7996EC
  • terminal.ansiCyan#E7C555
  • terminal.ansiGreen#6786E9
  • terminal.ansiMagenta#83B6F1
  • terminal.ansiRed#83B6F1
  • terminal.ansiWhite#F7F7F9
  • terminal.ansiYellow#E7C555
  • terminal.background#1F262E
  • terminal.foreground#F7F7F9
  • titleBar.activeBackground#1F262E
  • titleBar.activeForeground#F7F7F9
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1F262E
  • titleBar.inactiveForeground#F7F7F960
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6E8ECitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7996ECbold
storage.type, storage.modifier#7996ECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6786E9—
string, punctuation.definition.string, string.template, meta.template.expression#E7C555—
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83B6F1—
variable, variable.other.readwrite, variable.other.object#F7F7F9—
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F7F7F9—
variable.parameter, meta.parameter#F7F7F9dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F7F7F980—
keyword.operator#F7F7F9—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7C555bold
entity.other.inherited-class#6786E9—
entity.name.tag, punctuation.definition.tag#7996EC—
entity.other.attribute-name#6786E9—
meta.diff, meta.diff.header#E6E8EC—
markup.deleted#83B6F1—
markup.inserted#6786E9—
markup.changed#E7C555—
markup.heading, markup.heading.setext, punctuation.definition.heading#6786E9bold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.raw.block#E7C555—
string.other.link.title, string.other.link.description#6786E9—
markup.underline.link#E6E8ECunderline
punctuation.definition.list#7996EC—
markup.quote, punctuation.definition.quote#E6E8ECitalic
Morphous Theme by Ameyanagi - VS Code Theme