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#92a28d
  • activityBarBadge.background#d6e4dc
  • activityBarBadge.foreground#404040
  • badge.background#6b8063
  • badge.foreground#f7f7f7
  • button.background#6b8063
  • button.foreground#f7f7f7
  • editor.background#d6e4dc
  • editor.foreground#333333
  • editorGroupHeader.tabsBackground#b9cac1
  • editorIndentGuide.background#404040
  • input.background#f7f7f7
  • list.activeSelectionBackground#6b8063
  • list.hoverBackground#92a28d
  • list.hoverForeground#f7f7f7
  • list.inactiveSelectionBackground#92a28d
  • list.inactiveSelectionForeground#f7f7f7
  • pickerGroup.foreground#374133
  • quickInput.background#b9cac1
  • quickInput.foreground#667d71
  • scrollbarSlider.background#6b8063
  • sideBar.background#b9cac1
  • sideBar.foreground#667d71
  • sideBarTitle.foreground#667d71
  • statusBar.background#92a28d
  • tab.activeForeground#6b8063
  • tab.border#b9cac1
  • tab.inactiveBackground#b9cac1
  • tab.inactiveForeground#374133

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#827f7citalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#448C27
invalid.illegal#660000
keyword.operator#777777
keyword, storage#505c4e
storage.type, support.type#ac4949
constant.language, support.constant, variable.language#AB6526
variable, support.variable#98755a
entity.name.function, support.function#745229bold
entity.name.type, entity.other.inherited-class, support.class#49654fbold
entity.name.exception#660000
entity.name.sectionbold
constant.numeric, constant.character, constant#AB6526
string#801d1b
constant.character.escape#777777
string.regexp#4B83CD
constant.other.symbol#AB6526
punctuation#7a8a73
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#187a50
entity.name.tag#418568
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#30a975italic
constant.character.entity, punctuation.definition.entity#AB6526
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#07630f
meta.property-name, support.type.property-name#AB6526
meta.property-value, meta.property-value constant.other, support.constant.property-value#448C27
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#660000
markup.inserted#000000
meta.link#4B83CD
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#AA3731
markup.boldbold
markup.traceback#660000
markup.underlineunderline
markup.quote#7A3E9D
markup.list#4B83CD
markup.bold, markup.italic#448C27
markup.inline.raw#AB6526
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...