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#f1f6e7
  • activityBar.border#00000015
  • activityBar.foreground#3f6f2b
  • activityBar.inactiveForeground#1d211860
  • activityBarBadge.background#3f6f2b
  • activityBarBadge.foreground#f1f6e7
  • button.background#3f6f2b
  • button.foreground#f1f6e7
  • button.hoverBackground#3f6f2bdd
  • editor.background#f1f6e7
  • editor.foreground#1d2118
  • editor.inactiveSelectionBackground#8bbf3f2580
  • editor.lineHighlightBackground#dfeacd50
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#8bbf3f25
  • editorCursor.foreground#3f6f2b
  • editorGroupHeader.tabsBackground#dfeacdaa
  • editorLineNumber.activeForeground#3f6f2b
  • editorLineNumber.foreground#7d8f7680
  • focusBorder#3f6f2b
  • foreground#1d2118
  • input.background#dfeacd
  • input.border#00000015
  • input.foreground#1d2118
  • input.placeholderForeground#1d211860
  • list.activeSelectionBackground#3f6f2b30
  • list.activeSelectionForeground#1d2118
  • list.highlightForeground#3f6f2b
  • list.hoverBackground#dfeacd40
  • list.hoverForeground#1d2118
  • list.inactiveSelectionBackground#3f6f2b15
  • list.inactiveSelectionForeground#1d2118
  • selection.background#8bbf3f25
  • sideBar.background#dfeacd
  • sideBar.border#00000015
  • sideBar.foreground#1d2118
  • sideBarSectionHeader.background#dfeacd80
  • sideBarSectionHeader.foreground#1d2118
  • sideBarTitle.foreground#3f6f2b
  • statusBar.background#f1f6e7
  • statusBar.border#00000015
  • statusBar.foreground#1d2118
  • statusBar.noFolderBackground#f1f6e7
  • tab.activeBackground#f1f6e7
  • tab.activeBorderTop#3f6f2b
  • tab.activeForeground#1d2118
  • tab.border#00000015
  • tab.inactiveBackground#f1f6e760
  • tab.inactiveForeground#1d211880
  • terminal.ansiBlack#1d2118
  • terminal.ansiBlue#8bbf3f
  • terminal.ansiCyan#b8c7bf
  • terminal.ansiGreen#3f6f2b
  • terminal.ansiMagenta#5b4631
  • terminal.ansiRed#5b4631
  • terminal.ansiWhite#1d2118
  • terminal.ansiYellow#b8c7bf
  • terminal.background#f1f6e7
  • terminal.foreground#1d2118
  • titleBar.activeBackground#f1f6e7
  • titleBar.activeForeground#1d2118
  • titleBar.border#00000015
  • titleBar.inactiveBackground#f1f6e7
  • titleBar.inactiveForeground#1d211860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7d8f76italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#8bbf3fbold
storage.type, storage.modifier#8bbf3fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#3f6f2b
string, punctuation.definition.string, string.template, meta.template.expression#b8c7bf
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#5b4631
variable, variable.other.readwrite, variable.other.object#1d2118
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1d2118
variable.parameter, meta.parameter#1d2118dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1d211880
keyword.operator#1d2118
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#b8c7bfbold
entity.other.inherited-class#3f6f2b
entity.name.tag, punctuation.definition.tag#8bbf3f
entity.other.attribute-name#3f6f2b
meta.diff, meta.diff.header#7d8f76
markup.deleted#5b4631
markup.inserted#3f6f2b
markup.changed#b8c7bf
markup.heading, markup.heading.setext, punctuation.definition.heading#3f6f2bbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#b8c7bf
string.other.link.title, string.other.link.description#3f6f2b
markup.underline.link#7d8f76underline
punctuation.definition.list#8bbf3f
markup.quote, punctuation.definition.quote#7d8f76italic
Morphous Theme by Ameyanagi - VS Code Theme