Skip to main content
CodingTheme

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#dcf2ff
  • activityBar.foreground#fa4fb8
  • activityBarBadge.background#e048a6
  • activityBarBadge.foreground#eaf5fa
  • editor.background#F9F9F9
  • editor.foreground#000000
  • editorGroupHeader.noTabsBackground#ecf9ff
  • editorGroupHeader.tabsBackground#ecf9ff
  • editorGutter.addedBackground#2dbde9
  • editorGutter.deletedBackground#fc0f99
  • editorGutter.modifiedBackground#b768f8
  • gitDecoration.deletedResourceForeground#fc0f99
  • gitDecoration.modifiedResourceForeground#b768f8
  • gitDecoration.untrackedResourceForeground#2dbde9
  • sideBar.background#eaf5fa
  • statusBar.background#32a9ee
  • tab.activeBackground#f8a8d9
  • tab.activeBorder#e048a6
  • tab.border#ecf9ff
  • tab.inactiveBackground#d3efff
  • terminal.background#F7F7F7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AAAAAAitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#AAAAAA
invalid.deprecated#9748d8
invalid.illegal#f03876
keyword.operator#0080CC
keyword, storage#0080CC
storage.type, support.type#D81B83
constant.language, support.constant, variable.language#0080FF
variable, support.variable#990099
entity.name.function, support.function#0080CC
entity.name.type, entity.other.inherited-class, support.class#D81B83
entity.name.exception#D81B83
entity.name.sectionbold
constant.numeric, constant.character, constant#EC73BE
string#EC73BE
constant.character.escape#fd20a8
string.regexp#f392ce
constant.other.symbol#0080FF
punctuation#777777
keyword.operator.try.rust#EC73BEbold
storage.modifier.mut.rust#EC73BE
variable.language.rust#990099
storage.type.rust#0080CC
keyword.other.unsafe.rust#e62c92bold
meta.attribute.rust#af6de6
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#0080CC
entity.name.tag#0080CC
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#990099italic
constant.character.entity, punctuation.definition.entity#fd20a8
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#D81B83
meta.property-name, support.type.property-name#0080CC
meta.property-value, meta.property-value constant.other, support.constant.property-value#990099
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#f03876
markup.inserted#000000
meta.link#32a9ee
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#e048a6
markup.boldbold
markup.traceback#9748d8
markup.underlineunderline
markup.quote#7A3E9D
markup.list#0080FF
markup.bold, markup.italic#9748d8
markup.inline.raw#EC73BE
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...

bubblegum by Connie Hilarides - VS Code Theme