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#0e1320
  • activityBar.border#ffffff15
  • activityBar.foreground#6fa9d6
  • activityBar.inactiveForeground#f6f7f460
  • activityBarBadge.background#6fa9d6
  • activityBarBadge.foreground#0e1320
  • button.background#6fa9d6
  • button.foreground#0e1320
  • button.hoverBackground#6fa9d6dd
  • editor.background#0e1320
  • editor.foreground#f6f7f4
  • editor.inactiveSelectionBackground#2e5b7f3580
  • editor.lineHighlightBackground#0a0d1240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2e5b7f35
  • editorCursor.foreground#6fa9d6
  • editorGroupHeader.tabsBackground#0e1320dd
  • editorLineNumber.activeForeground#6fa9d6
  • editorLineNumber.foreground#c7ccd680
  • focusBorder#6fa9d6
  • foreground#f6f7f4
  • input.background#0a0d12
  • input.border#ffffff15
  • input.foreground#f6f7f4
  • input.placeholderForeground#f6f7f460
  • list.activeSelectionBackground#6fa9d630
  • list.activeSelectionForeground#f6f7f4
  • list.highlightForeground#6fa9d6
  • list.hoverBackground#0a0d1240
  • list.hoverForeground#f6f7f4
  • list.inactiveSelectionBackground#6fa9d615
  • list.inactiveSelectionForeground#f6f7f4
  • selection.background#2e5b7f35
  • sideBar.background#0a0d12
  • sideBar.border#ffffff15
  • sideBar.foreground#f6f7f4
  • sideBarSectionHeader.background#0e132080
  • sideBarSectionHeader.foreground#f6f7f4
  • sideBarTitle.foreground#6fa9d6
  • statusBar.background#0e1320
  • statusBar.border#ffffff15
  • statusBar.foreground#f6f7f4
  • statusBar.noFolderBackground#0e1320
  • tab.activeBackground#0e1320
  • tab.activeBorderTop#6fa9d6
  • tab.activeForeground#f6f7f4
  • tab.border#ffffff15
  • tab.inactiveBackground#0a0d1260
  • tab.inactiveForeground#f6f7f480
  • terminal.ansiBlack#0e1320
  • terminal.ansiBlue#2e5b7f
  • terminal.ansiCyan#8fd3da
  • terminal.ansiGreen#6fa9d6
  • terminal.ansiMagenta#0a0d12
  • terminal.ansiRed#0a0d12
  • terminal.ansiWhite#f6f7f4
  • terminal.ansiYellow#8fd3da
  • terminal.background#0e1320
  • terminal.foreground#f6f7f4
  • titleBar.activeBackground#0e1320
  • titleBar.activeForeground#f6f7f4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0e1320
  • titleBar.inactiveForeground#f6f7f460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c7ccd6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2e5b7fbold
storage.type, storage.modifier#2e5b7fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6fa9d6
string, punctuation.definition.string, string.template, meta.template.expression#8fd3da
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#0a0d12
variable, variable.other.readwrite, variable.other.object#f6f7f4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f6f7f4
variable.parameter, meta.parameter#f6f7f4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f6f7f480
keyword.operator#f6f7f4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#8fd3dabold
entity.other.inherited-class#6fa9d6
entity.name.tag, punctuation.definition.tag#2e5b7f
entity.other.attribute-name#6fa9d6
meta.diff, meta.diff.header#c7ccd6
markup.deleted#0a0d12
markup.inserted#6fa9d6
markup.changed#8fd3da
markup.heading, markup.heading.setext, punctuation.definition.heading#6fa9d6bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#8fd3da
string.other.link.title, string.other.link.description#6fa9d6
markup.underline.link#c7ccd6underline
punctuation.definition.list#2e5b7f
markup.quote, punctuation.definition.quote#c7ccd6italic
Morphous Theme by Ameyanagi - VS Code Theme