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.

  • editor.background#282c34
  • editor.findMatchBackground#c5a3ff
  • editor.findMatchHighlightBackground#dcd3ff
  • editor.foreground#ffffff
  • editor.selectionBackground#dcd3ff
  • editor.selectionHighlightBackground#dcd3ff
  • editorBracketMatch.background#dcd3ff
  • editorBracketMatch.border#00000000
  • editorError.foreground#ffabab
  • editorGutter.addedBackground#bffcc6
  • editorGutter.deletedBackground#ffc9de
  • editorGutter.modifiedBackground#ace7ff
  • editorLineNumber.activeForeground#30363380
  • editorLineNumber.foreground#30363380
  • editorWarning.foreground#f2cf59
  • list.activeSelectionBackground#f7f8fe
  • list.activeSelectionForeground#303633
  • list.hoverBackground#f7f8fe
  • list.hoverForeground#303633
  • list.inactiveSelectionBackground#f7f8fe
  • list.inactiveSelectionForeground#303633
  • merge.currentContentBackground#bffcc6
  • merge.currentHeaderBackground#aff8db
  • merge.incomingContentBackground#ace7ff
  • merge.incomingHeaderBackground#85e3ff
  • sideBar.background#f7f8fe
  • sideBar.foreground#303633

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, markup.quote.markdown, meta.diff, meta.diff.header, punctuation, keyword.operator, meta.brace.square, meta.brace.round, storage.type.function.arrow, keyword, storage.type.interface.tsx, storage.type.type.tsx, entity.name.type.tsx#9ca4a4
meta.template.expression, punctuation.definition.template-expression, source.json.comments, support.type.property-name.json, meta.type.declaration.tsx#ffffff
string, punctuation.definition.string#dc7684

Shiki preview

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

Loading...