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#102018
  • activityBar.border#ffffff15
  • activityBar.foreground#275f3d
  • activityBar.inactiveForeground#e3e6df60
  • activityBarBadge.background#275f3d
  • activityBarBadge.foreground#102018
  • button.background#275f3d
  • button.foreground#102018
  • button.hoverBackground#275f3ddd
  • editor.background#102018
  • editor.foreground#e3e6df
  • editor.inactiveSelectionBackground#9aaa8f3580
  • editor.lineHighlightBackground#18231d40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#9aaa8f35
  • editorCursor.foreground#275f3d
  • editorGroupHeader.tabsBackground#102018dd
  • editorLineNumber.activeForeground#275f3d
  • editorLineNumber.foreground#9aaa8f80
  • focusBorder#275f3d
  • foreground#e3e6df
  • input.background#18231d
  • input.border#ffffff15
  • input.foreground#e3e6df
  • input.placeholderForeground#e3e6df60
  • list.activeSelectionBackground#275f3d30
  • list.activeSelectionForeground#e3e6df
  • list.highlightForeground#275f3d
  • list.hoverBackground#18231d40
  • list.hoverForeground#e3e6df
  • list.inactiveSelectionBackground#275f3d15
  • list.inactiveSelectionForeground#e3e6df
  • selection.background#9aaa8f35
  • sideBar.background#18231d
  • sideBar.border#ffffff15
  • sideBar.foreground#e3e6df
  • sideBarSectionHeader.background#10201880
  • sideBarSectionHeader.foreground#e3e6df
  • sideBarTitle.foreground#275f3d
  • statusBar.background#102018
  • statusBar.border#ffffff15
  • statusBar.foreground#e3e6df
  • statusBar.noFolderBackground#102018
  • tab.activeBackground#102018
  • tab.activeBorderTop#275f3d
  • tab.activeForeground#e3e6df
  • tab.border#ffffff15
  • tab.inactiveBackground#18231d60
  • tab.inactiveForeground#e3e6df80
  • terminal.ansiBlack#102018
  • terminal.ansiBlue#9aaa8f
  • terminal.ansiCyan#6c4a32
  • terminal.ansiGreen#275f3d
  • terminal.ansiMagenta#bd8a35
  • terminal.ansiRed#bd8a35
  • terminal.ansiWhite#e3e6df
  • terminal.ansiYellow#6c4a32
  • terminal.background#102018
  • terminal.foreground#e3e6df
  • titleBar.activeBackground#102018
  • titleBar.activeForeground#e3e6df
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#102018
  • titleBar.inactiveForeground#e3e6df60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9aaa8fitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#9aaa8fbold
storage.type, storage.modifier#9aaa8fitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#275f3d
string, punctuation.definition.string, string.template, meta.template.expression#6c4a32
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#bd8a35
variable, variable.other.readwrite, variable.other.object#e3e6df
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#e3e6df
variable.parameter, meta.parameter#e3e6dfdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#e3e6df80
keyword.operator#e3e6df
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#6c4a32bold
entity.other.inherited-class#275f3d
entity.name.tag, punctuation.definition.tag#9aaa8f
entity.other.attribute-name#275f3d
meta.diff, meta.diff.header#9aaa8f
markup.deleted#bd8a35
markup.inserted#275f3d
markup.changed#6c4a32
markup.heading, markup.heading.setext, punctuation.definition.heading#275f3dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#6c4a32
string.other.link.title, string.other.link.description#275f3d
markup.underline.link#9aaa8funderline
punctuation.definition.list#9aaa8f
markup.quote, punctuation.definition.quote#9aaa8fitalic
Morphous Theme by Ameyanagi - VS Code Theme