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#f7f9fb
  • activityBar.border#00000015
  • activityBar.foreground#7fa6f3
  • activityBar.inactiveForeground#2a2f3660
  • activityBarBadge.background#7fa6f3
  • activityBarBadge.foreground#f7f9fb
  • button.background#7fa6f3
  • button.foreground#f7f9fb
  • button.hoverBackground#7fa6f3dd
  • editor.background#f7f9fb
  • editor.foreground#2a2f36
  • editor.inactiveSelectionBackground#5fa66a2580
  • editor.lineHighlightBackground#e7eef950
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#5fa66a25
  • editorCursor.foreground#7fa6f3
  • editorGroupHeader.tabsBackground#e7eef9aa
  • editorLineNumber.activeForeground#7fa6f3
  • editorLineNumber.foreground#c7e1d480
  • focusBorder#7fa6f3
  • foreground#2a2f36
  • input.background#e7eef9
  • input.border#00000015
  • input.foreground#2a2f36
  • input.placeholderForeground#2a2f3660
  • list.activeSelectionBackground#7fa6f330
  • list.activeSelectionForeground#2a2f36
  • list.highlightForeground#7fa6f3
  • list.hoverBackground#e7eef940
  • list.hoverForeground#2a2f36
  • list.inactiveSelectionBackground#7fa6f315
  • list.inactiveSelectionForeground#2a2f36
  • selection.background#5fa66a25
  • sideBar.background#e7eef9
  • sideBar.border#00000015
  • sideBar.foreground#2a2f36
  • sideBarSectionHeader.background#e7eef980
  • sideBarSectionHeader.foreground#2a2f36
  • sideBarTitle.foreground#7fa6f3
  • statusBar.background#f7f9fb
  • statusBar.border#00000015
  • statusBar.foreground#2a2f36
  • statusBar.noFolderBackground#f7f9fb
  • tab.activeBackground#f7f9fb
  • tab.activeBorderTop#7fa6f3
  • tab.activeForeground#2a2f36
  • tab.border#00000015
  • tab.inactiveBackground#f7f9fb60
  • tab.inactiveForeground#2a2f3680
  • terminal.ansiBlack#2a2f36
  • terminal.ansiBlue#5fa66a
  • terminal.ansiCyan#4e79c8
  • terminal.ansiGreen#7fa6f3
  • terminal.ansiMagenta#a8b0bb
  • terminal.ansiRed#a8b0bb
  • terminal.ansiWhite#2a2f36
  • terminal.ansiYellow#4e79c8
  • terminal.background#f7f9fb
  • terminal.foreground#2a2f36
  • titleBar.activeBackground#f7f9fb
  • titleBar.activeForeground#2a2f36
  • titleBar.border#00000015
  • titleBar.inactiveBackground#f7f9fb
  • titleBar.inactiveForeground#2a2f3660
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c7e1d4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#5fa66abold
storage.type, storage.modifier#5fa66aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#7fa6f3
string, punctuation.definition.string, string.template, meta.template.expression#4e79c8
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#a8b0bb
variable, variable.other.readwrite, variable.other.object#2a2f36
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2a2f36
variable.parameter, meta.parameter#2a2f36dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2a2f3680
keyword.operator#2a2f36
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#4e79c8bold
entity.other.inherited-class#7fa6f3
entity.name.tag, punctuation.definition.tag#5fa66a
entity.other.attribute-name#7fa6f3
meta.diff, meta.diff.header#c7e1d4
markup.deleted#a8b0bb
markup.inserted#7fa6f3
markup.changed#4e79c8
markup.heading, markup.heading.setext, punctuation.definition.heading#7fa6f3bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#4e79c8
string.other.link.title, string.other.link.description#7fa6f3
markup.underline.link#c7e1d4underline
punctuation.definition.list#5fa66a
markup.quote, punctuation.definition.quote#c7e1d4italic
Morphous Theme by Ameyanagi - VS Code Theme