Skip to main content
Coding Theme

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#075985
  • button.background#0284C7
  • button.hoverBackground#075985
  • diffEditor.insertedTextBackground#DCFCE7
  • diffEditor.removedTextBackground#FEE2E2
  • editor.background#F1F5F9
  • editor.findMatchBackground#FED7AA
  • editor.findMatchHighlightBackground#FFEDD5
  • editor.foreground#475569
  • editor.selectionBackground#FFEDD5
  • editor.snippetTabstopHighlightBackground#FFEDD5
  • editorCursor.background#F0F9FF
  • editorCursor.foreground#0369A1
  • editorInfo.foreground#34D399
  • editorLineNumber.activeForeground#C084FC
  • editorLineNumber.foreground#94A3B8
  • editorLink.activeForeground#818CF8
  • icon.foreground#0369A1
  • list.activeSelectionBackground#F0F9FF
  • list.activeSelectionForeground#0369A1
  • list.activeSelectionIconForeground#0369A1
  • list.focusOutline#0369A1
  • list.hoverBackground#F0F9FF
  • sideBar.background#E2E8F0
  • sideBarSectionHeader.background#CBD5E1
  • sideBarSectionHeader.border#F0F9FF
  • sideBarSectionHeader.foreground#64748B
  • terminal.selectionBackground#FFEDD5
  • terminalCursor.background#F0F9FF
  • terminalCursor.foreground#0369A1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#94A3B8italic
comment.block.preprocessor#94A3B8
comment.documentation, comment.block.documentation#448C27—
invalid.illegal#FBBF24—
keyword.operator#64748B—
storage#0891B2—
keyword#15803D—
storage.type, support.type#0891B2—
constant.language, support.constant, variable.language#D97706—
variable, support.variable#334155—
entity.name.function, support.function#0369A1—
entity.name.type, meta.class#4D7C0F—
support.other, support.class#64748B—
entity.name.exception#660000—
entity.name.section—bold
constant.numeric, constant.character, constant#D97706—
string, punctuation.definition.string.begin, punctuation.definition.string.end#D97706—
constant.character.escape#D97706—
string.regexp#D97706—
constant.other.symbol#AB6526—
punctuation#334155—
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#6B7280—
entity.name.tag#0891B2—
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#15803Ditalic
constant.character.entity, punctuation.definition.entity#AB6526—
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#0891B2—
meta.property-name, support.type.property-name#059669—
meta.property-value, meta.property-value constant.other, support.constant.property-value#D97706—
markup.changed#000000—
markup.deleted#000000—
markup.italic—italic
markup.error#660000—
markup.inserted#000000—
meta.link#4B83CD—
markup.output, markup.raw#777777—
markup.prompt#777777—
markup.heading#AA3731—
markup.bold—bold
markup.traceback#660000—
markup.underline—underline
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—