Skip to main content
CodingTheme

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.foreground#4d4d4c
  • editor.wordHighlightBackground#0066ff2a
  • editorCursor.foreground#4d4d4c
  • list.activeSelectionBackground#C3DCFF
  • list.activeSelectionForeground#4d4d4c
  • peekView.border#0066ff2a
  • peekViewEditor.background#ffffff
  • peekViewEditor.matchHighlightBackground#ffffff
  • peekViewEditor.matchHighlightBorder#ffffff
  • peekViewResult.background#ffffff
  • peekViewResult.matchHighlightBackground#ffffff
  • peekViewResult.selectionBackground#ffffff
  • peekViewTitle.background#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#C0C0C0
string#089C11
keyword, storage.type, entity.name.tag#db4949
variable.language#f5871f
entity, meta.tag.inline.any.html, meta.tag.block.any.html, constant.other.object.key#3B5BB5
entity.name.function.js#3B5BB5bold
storage.type.class.jsdoc, entity.name.type.instance.jsdoc, punctuation.definition.bracket.curly.end.jsdoc#C0C0C0
keyword.control.export.jsitalic bold
meta.function-call.js entity.name.function.js#3B5BB5
meta.template.expression.js entity.name.function.js#089c11
punctuation.definition.arguments.shell, punctuation.definition.group.shell#dfdfdf
entity.other.attribute-name.html, entity.other.attribute-name.id.html, meta.tag.inline.any.html, meta.tag.block.any.html, keyword.other.unit.css#4d4d4c
constant.other.reference.link.markdown, markup.underline.link.image.markdown, markup.underline.link.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown, punctuation.definition.metadata.markdown, punctuation.definition.markdown, fenced_code.block.language.markdown#C0C0C0
string.other.link.description.markdown, string.other.link.title.markdown#3B5BB5
markup.heading.markdown, entity.name.section.markdown#365f91bold
heading.3.markdown punctuation.definition.heading.markdown, heading.3.markdown entity.name.section.markdown, heading.3.markdown string.other.link.title.markdown#4D4D4C
markup.inline.raw.string.markdown#089C11
markup.bold.markdownbold
markup.italic.markdownitalic
meta.object-literal.key.js, string.json.comments, meta.object-literal.key.js string, support.type.property-name.json#8250DF

Shiki preview

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

Loading...