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#151a18
  • activityBar.border#ffffff15
  • activityBar.foreground#6e7f3a
  • activityBar.inactiveForeground#f4f6f160
  • activityBarBadge.background#6e7f3a
  • activityBarBadge.foreground#151a18
  • button.background#6e7f3a
  • button.foreground#151a18
  • button.hoverBackground#6e7f3add
  • editor.background#151a18
  • editor.foreground#f4f6f1
  • editor.inactiveSelectionBackground#6b4e2e3580
  • editor.lineHighlightBackground#0e0f1040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#6b4e2e35
  • editorCursor.foreground#6e7f3a
  • editorGroupHeader.tabsBackground#151a18dd
  • editorLineNumber.activeForeground#6e7f3a
  • editorLineNumber.foreground#a8b35a80
  • focusBorder#6e7f3a
  • foreground#f4f6f1
  • input.background#0e0f10
  • input.border#ffffff15
  • input.foreground#f4f6f1
  • input.placeholderForeground#f4f6f160
  • list.activeSelectionBackground#6e7f3a30
  • list.activeSelectionForeground#f4f6f1
  • list.highlightForeground#6e7f3a
  • list.hoverBackground#0e0f1040
  • list.hoverForeground#f4f6f1
  • list.inactiveSelectionBackground#6e7f3a15
  • list.inactiveSelectionForeground#f4f6f1
  • selection.background#6b4e2e35
  • sideBar.background#0e0f10
  • sideBar.border#ffffff15
  • sideBar.foreground#f4f6f1
  • sideBarSectionHeader.background#151a1880
  • sideBarSectionHeader.foreground#f4f6f1
  • sideBarTitle.foreground#6e7f3a
  • statusBar.background#151a18
  • statusBar.border#ffffff15
  • statusBar.foreground#f4f6f1
  • statusBar.noFolderBackground#151a18
  • tab.activeBackground#151a18
  • tab.activeBorderTop#6e7f3a
  • tab.activeForeground#f4f6f1
  • tab.border#ffffff15
  • tab.inactiveBackground#0e0f1060
  • tab.inactiveForeground#f4f6f180
  • terminal.ansiBlack#151a18
  • terminal.ansiBlue#6b4e2e
  • terminal.ansiCyan#cc2b1a
  • terminal.ansiGreen#6e7f3a
  • terminal.ansiMagenta#dccfaf
  • terminal.ansiRed#dccfaf
  • terminal.ansiWhite#f4f6f1
  • terminal.ansiYellow#cc2b1a
  • terminal.background#151a18
  • terminal.foreground#f4f6f1
  • titleBar.activeBackground#151a18
  • titleBar.activeForeground#f4f6f1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#151a18
  • titleBar.inactiveForeground#f4f6f160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a8b35aitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#6b4e2ebold
storage.type, storage.modifier#6b4e2eitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6e7f3a
string, punctuation.definition.string, string.template, meta.template.expression#cc2b1a
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#dccfaf
variable, variable.other.readwrite, variable.other.object#f4f6f1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#f4f6f1
variable.parameter, meta.parameter#f4f6f1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#f4f6f180
keyword.operator#f4f6f1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#cc2b1abold
entity.other.inherited-class#6e7f3a
entity.name.tag, punctuation.definition.tag#6b4e2e
entity.other.attribute-name#6e7f3a
meta.diff, meta.diff.header#a8b35a
markup.deleted#dccfaf
markup.inserted#6e7f3a
markup.changed#cc2b1a
markup.heading, markup.heading.setext, punctuation.definition.heading#6e7f3abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#cc2b1a
string.other.link.title, string.other.link.description#6e7f3a
markup.underline.link#a8b35aunderline
punctuation.definition.list#6b4e2e
markup.quote, punctuation.definition.quote#a8b35aitalic
Morphous Theme by Ameyanagi - VS Code Theme