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#0f1424
  • activityBar.border#ffffff15
  • activityBar.foreground#1b2a44
  • activityBar.inactiveForeground#E9EDF260
  • activityBarBadge.background#1b2a44
  • activityBarBadge.foreground#0f1424
  • button.background#1b2a44
  • button.foreground#0f1424
  • button.hoverBackground#1b2a44dd
  • editor.background#0f1424
  • editor.foreground#E9EDF2
  • editor.inactiveSelectionBackground#4a5c7d3580
  • editor.lineHighlightBackground#0f142440
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#4a5c7d35
  • editorCursor.foreground#1b2a44
  • editorGroupHeader.tabsBackground#0f1424dd
  • editorLineNumber.activeForeground#1b2a44
  • editorLineNumber.foreground#a3adb680
  • focusBorder#1b2a44
  • foreground#E9EDF2
  • input.background#0f1424
  • input.border#ffffff15
  • input.foreground#E9EDF2
  • input.placeholderForeground#E9EDF260
  • list.activeSelectionBackground#1b2a4430
  • list.activeSelectionForeground#E9EDF2
  • list.highlightForeground#1b2a44
  • list.hoverBackground#0f142440
  • list.hoverForeground#E9EDF2
  • list.inactiveSelectionBackground#1b2a4415
  • list.inactiveSelectionForeground#E9EDF2
  • selection.background#4a5c7d35
  • sideBar.background#0f1424
  • sideBar.border#ffffff15
  • sideBar.foreground#E9EDF2
  • sideBarSectionHeader.background#0f142480
  • sideBarSectionHeader.foreground#E9EDF2
  • sideBarTitle.foreground#1b2a44
  • statusBar.background#0f1424
  • statusBar.border#ffffff15
  • statusBar.foreground#E9EDF2
  • statusBar.noFolderBackground#0f1424
  • tab.activeBackground#0f1424
  • tab.activeBorderTop#1b2a44
  • tab.activeForeground#E9EDF2
  • tab.border#ffffff15
  • tab.inactiveBackground#0f142460
  • tab.inactiveForeground#E9EDF280
  • terminal.ansiBlack#0f1424
  • terminal.ansiBlue#4a5c7d
  • terminal.ansiCyan#6e8a63
  • terminal.ansiGreen#1b2a44
  • terminal.ansiMagenta#7a4a3a
  • terminal.ansiRed#7a4a3a
  • terminal.ansiWhite#E9EDF2
  • terminal.ansiYellow#6e8a63
  • terminal.background#0f1424
  • terminal.foreground#E9EDF2
  • titleBar.activeBackground#0f1424
  • titleBar.activeForeground#E9EDF2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#0f1424
  • titleBar.inactiveForeground#E9EDF260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a3adb6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#4a5c7dbold
storage.type, storage.modifier#4a5c7ditalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#1b2a44
string, punctuation.definition.string, string.template, meta.template.expression#6e8a63
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#7a4a3a
variable, variable.other.readwrite, variable.other.object#E9EDF2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#E9EDF2
variable.parameter, meta.parameter#E9EDF2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#E9EDF280
keyword.operator#E9EDF2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6e8a63bold
entity.other.inherited-class#1b2a44
entity.name.tag, punctuation.definition.tag#4a5c7d
entity.other.attribute-name#1b2a44
meta.diff, meta.diff.header#a3adb6
markup.deleted#7a4a3a
markup.inserted#1b2a44
markup.changed#6e8a63
markup.heading, markup.heading.setext, punctuation.definition.heading#1b2a44bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6e8a63
string.other.link.title, string.other.link.description#1b2a44
markup.underline.link#a3adb6underline
punctuation.definition.list#4a5c7d
markup.quote, punctuation.definition.quote#a3adb6italic
Morphous Theme by Ameyanagi - VS Code Theme