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#21252B
  • activityBar.border#ffffff15
  • activityBar.foreground#67AAE9
  • activityBar.inactiveForeground#f6fafd60
  • activityBarBadge.background#67AAE9
  • activityBarBadge.foreground#21252B
  • button.background#67AAE9
  • button.foreground#21252B
  • button.hoverBackground#67AAE9dd
  • editor.background#21252B
  • editor.foreground#f6fafd
  • editor.inactiveSelectionBackground#79ADEC3580
  • editor.lineHighlightBackground#070A0D40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ADEC35
  • editorCursor.foreground#67AAE9
  • editorGroupHeader.tabsBackground#21252Bdd
  • editorLineNumber.activeForeground#67AAE9
  • editorLineNumber.foreground#8c97a380
  • focusBorder#67AAE9
  • foreground#f6fafd
  • input.background#070A0D
  • input.border#ffffff15
  • input.foreground#f6fafd
  • input.placeholderForeground#f6fafd60
  • list.activeSelectionBackground#67AAE930
  • list.activeSelectionForeground#f6fafd
  • list.highlightForeground#67AAE9
  • list.hoverBackground#070A0D40
  • list.hoverForeground#f6fafd
  • list.inactiveSelectionBackground#67AAE915
  • list.inactiveSelectionForeground#f6fafd
  • selection.background#79ADEC35
  • sideBar.background#070A0D
  • sideBar.border#ffffff15
  • sideBar.foreground#f6fafd
  • sideBarSectionHeader.background#21252B80
  • sideBarSectionHeader.foreground#f6fafd
  • sideBarTitle.foreground#67AAE9
  • statusBar.background#21252B
  • statusBar.border#ffffff15
  • statusBar.foreground#f6fafd
  • statusBar.noFolderBackground#21252B
  • tab.activeBackground#21252B
  • tab.activeBorderTop#67AAE9
  • tab.activeForeground#f6fafd
  • tab.border#ffffff15
  • tab.inactiveBackground#070A0D60
  • tab.inactiveForeground#f6fafd80
  • terminal.ansiBlack#21252B
  • terminal.ansiBlue#79ADEC
  • terminal.ansiCyan#55BBE7
  • terminal.ansiGreen#67AAE9
  • terminal.ansiMagenta#F1CE83
  • terminal.ansiRed#F1CE83
  • terminal.ansiWhite#f6fafd
  • terminal.ansiYellow#55BBE7
  • terminal.background#21252B
  • terminal.foreground#f6fafd
  • titleBar.activeBackground#21252B
  • titleBar.activeForeground#f6fafd
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#21252B
  • titleBar.inactiveForeground#f6fafd60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8c97a3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ADECbold
storage.type, storage.modifier#79ADECitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67AAE9
string, punctuation.definition.string, string.template, meta.template.expression#55BBE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1CE83
variable, variable.other.readwrite, variable.other.object#f6fafd
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6fafd
variable.parameter, meta.parameter#f6fafddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6fafd80
keyword.operator#f6fafd
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#67AAE9
entity.name.tag, punctuation.definition.tag#79ADEC
entity.other.attribute-name#67AAE9
meta.diff, meta.diff.header#8c97a3
markup.deleted#F1CE83
markup.inserted#67AAE9
markup.changed#55BBE7
markup.heading, markup.heading.setext, punctuation.definition.heading#67AAE9bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55BBE7
string.other.link.title, string.other.link.description#67AAE9
markup.underline.link#8c97a3underline
punctuation.definition.list#79ADEC
markup.quote, punctuation.definition.quote#8c97a3italic
Morphous Theme by Ameyanagi - VS Code Theme