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#171B23
  • activityBar.border#ffffff15
  • activityBar.foreground#6646C1
  • activityBar.inactiveForeground#FAF7F160
  • activityBarBadge.background#6646C1
  • activityBarBadge.foreground#171B23
  • button.background#6646C1
  • button.foreground#171B23
  • button.hoverBackground#6646C1dd
  • editor.background#171B23
  • editor.foreground#FAF7F1
  • editor.inactiveSelectionBackground#5E7F5A3580
  • editor.lineHighlightBackground#1F2A1F40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#5E7F5A35
  • editorCursor.foreground#6646C1
  • editorGroupHeader.tabsBackground#171B23dd
  • editorLineNumber.activeForeground#6646C1
  • editorLineNumber.foreground#A2B66F80
  • focusBorder#6646C1
  • foreground#FAF7F1
  • input.background#1F2A1F
  • input.border#ffffff15
  • input.foreground#FAF7F1
  • input.placeholderForeground#FAF7F160
  • list.activeSelectionBackground#6646C130
  • list.activeSelectionForeground#FAF7F1
  • list.highlightForeground#6646C1
  • list.hoverBackground#1F2A1F40
  • list.hoverForeground#FAF7F1
  • list.inactiveSelectionBackground#6646C115
  • list.inactiveSelectionForeground#FAF7F1
  • selection.background#5E7F5A35
  • sideBar.background#1F2A1F
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF7F1
  • sideBarSectionHeader.background#171B2380
  • sideBarSectionHeader.foreground#FAF7F1
  • sideBarTitle.foreground#6646C1
  • statusBar.background#171B23
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF7F1
  • statusBar.noFolderBackground#171B23
  • tab.activeBackground#171B23
  • tab.activeBorderTop#6646C1
  • tab.activeForeground#FAF7F1
  • tab.border#ffffff15
  • tab.inactiveBackground#1F2A1F60
  • tab.inactiveForeground#FAF7F180
  • terminal.ansiBlack#171B23
  • terminal.ansiBlue#5E7F5A
  • terminal.ansiCyan#4B2E83
  • terminal.ansiGreen#6646C1
  • terminal.ansiMagenta#E5C84A
  • terminal.ansiRed#E5C84A
  • terminal.ansiWhite#FAF7F1
  • terminal.ansiYellow#4B2E83
  • terminal.background#171B23
  • terminal.foreground#FAF7F1
  • titleBar.activeBackground#171B23
  • titleBar.activeForeground#FAF7F1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#171B23
  • titleBar.inactiveForeground#FAF7F160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A2B66Fitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#5E7F5Abold
storage.type, storage.modifier#5E7F5Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6646C1
string, punctuation.definition.string, string.template, meta.template.expression#4B2E83
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E5C84A
variable, variable.other.readwrite, variable.other.object#FAF7F1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF7F1
variable.parameter, meta.parameter#FAF7F1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF7F180
keyword.operator#FAF7F1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#4B2E83bold
entity.other.inherited-class#6646C1
entity.name.tag, punctuation.definition.tag#5E7F5A
entity.other.attribute-name#6646C1
meta.diff, meta.diff.header#A2B66F
markup.deleted#E5C84A
markup.inserted#6646C1
markup.changed#4B2E83
markup.heading, markup.heading.setext, punctuation.definition.heading#6646C1bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#4B2E83
string.other.link.title, string.other.link.description#6646C1
markup.underline.link#A2B66Funderline
punctuation.definition.list#5E7F5A
markup.quote, punctuation.definition.quote#A2B66Fitalic
Morphous Theme by Ameyanagi - VS Code Theme