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.

  • badge.background#0e639c
  • badge.foreground#ffffff
  • diffEditor.insertedTextBackground#5af78e33
  • diffEditor.removedTextBackground#ff5c5733
  • editor.background#282a36
  • editor.findMatchBackground#54555e
  • editor.findMatchHighlightBackground#54555e
  • editor.findRangeHighlightBackground#54555e
  • editor.foreground#eff0eb
  • editor.hoverHighlightBackground#54555e
  • editor.inactiveSelectionBackground#54555e
  • editor.lineHighlightBorder#54555e
  • editor.rangeHighlightBackground#54555e
  • editor.selectionBackground#54555e
  • editor.selectionHighlightBackground#54555e
  • editor.wordHighlightBackground#54555e
  • editor.wordHighlightStrongBackground#54555e
  • editorBracketMatch.background#54555e
  • editorBracketMatch.border#eff0eb
  • editorCodeLens.foreground#eff0eb
  • editorCursor.background#eff0eb
  • editorCursor.foreground#97979b
  • editorError.foreground#ff5c57
  • editorGutter.addedBackground#5af78e
  • editorGutter.deletedBackground#ff5c57
  • editorGutter.modifiedBackground#57c7ff
  • editorIndentGuide.background#616263
  • editorLineNumber.foreground#616263
  • editorLink.activeForeground#ff5c57
  • editorOverviewRuler.addedForeground#57c7ff
  • editorOverviewRuler.deletedForeground#57c7ff
  • editorOverviewRuler.errorForeground#ff5c57
  • editorOverviewRuler.infoForeground#9aedfe
  • editorOverviewRuler.modifiedForeground#57c7ff
  • editorOverviewRuler.warningForeground#f3f99d
  • editorRuler.foreground#616263
  • editorWarning.foreground#f3f99d
  • editorWhitespace.foreground#616263
  • errorForeground#eff0eb
  • focusBorder#57c7ff
  • foreground#eff0eb
  • gitDecoration.conflictingResourceForeground#ff6ac1
  • gitDecoration.deletedResourceForeground#ff5c57
  • gitDecoration.ignoredResourceForeground#616263
  • gitDecoration.modifiedResourceForeground#57c7ff
  • gitDecoration.untrackedResourceForeground#5af78e
  • inputValidation.errorBorder#ff5c57
  • inputValidation.infoBorder#9aedfe
  • inputValidation.warningBorder#f3f99d
  • list.activeSelectionBackground#54555e
  • list.hoverBackground#54555e
  • peekView.border#5af78e
  • peekViewEditor.background#282a36
  • progressBar.background#5af78e
  • selection.background#54555e
  • statusBar.background#333333
  • statusBar.noFolderBackground#333333
  • terminal.ansiBlack#282a36
  • terminal.ansiBlue#57c7ff
  • terminal.ansiBrightBlack#686868
  • terminal.ansiBrightBlue#57c7ff
  • terminal.ansiBrightCyan#9aedfe
  • terminal.ansiBrightGreen#5af78e
  • terminal.ansiBrightMagenta#ff6ac1
  • terminal.ansiBrightRed#ff5c57
  • terminal.ansiBrightWhite#eff0eb
  • terminal.ansiBrightYellow#f3f99d
  • terminal.ansiCyan#9aedfe
  • terminal.ansiGreen#5af78e
  • terminal.ansiMagenta#ff6ac1
  • terminal.ansiRed#ff5c57
  • terminal.ansiWhite#f1f1f0
  • terminal.ansiYellow#f3f99d
  • terminalCursor.background#eff0eb
  • terminalCursor.foreground#97979b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#eff0eb
strong, markup.boldbold
emphasis, markup.italicitalic
underline, markup.underlineunderline
punctuation.definition.separator.diff#616263
meta.diff.range.unified meta.toc-list.line-number.diff#ff6ac1
markup.inserted.diff, meta.diff.header.to-file#5af78e
markup.deleted.diff, meta.diff.header.from-file#ff5c57
markup.changed.diff#57c7ff
invalid.illegal#616263
invalid.broken#616263
invalid.deprecated#616263
invalid.unimplemented#616263
token.info-token#57c7ff
token.warn-token#f3f99d
token.error-token#ff5c57
token.debug-token#f3f99d
punctuation.accessor#ff6ac1
punctuation.seperator#ff6ac1
comment, punctuation.definition.comment#616263italic
string.quoted.docstring#616263italic
variable, support.variable, meta.definition.variable entity.name.function#eff0eb
function.parameter, meta.function-call.arguments#eff0eb
meta.preprocessor string, meta.preprocessor entity.name.function#eff0eb
entity.name.type.namespace#eff0eb
storage.modifier.package#eff0eb
storage.modifier.import#eff0eb
string, meta.structure.dictionary.json string.quoted.double.json#5af78e
constant.language.boolean#5af78e
constant.numeric, support.constant#5af78e
constant.language.null#5af78e
constant.language.undefined#5af78e
keyword, modifier, storage.modifier, support.type.object, constant.language#ff6ac1
variable.language.this#ff6ac1
variable.language.special.self#ff6ac1
storage.type, support.class#f3f99d
constant.other, support.constant, variable.other.constant, variable.other.global#f3f99d
variable.object.property#f3f99d
constant.character.escape#f3f99d
storage.type.primitive, support.type, entity.name.type, keyword.type, keyword.other.unit#9aedfe
meta.function entity.name.function, keyword.other.get, keyword.other.set#57c7ff
entity.name.function, support.function, meta.function-call, keyword.other.special-method, meta.require, variable.language.super#57c7ff
meta.definition.method entity.name.function#57c7ff
meta.method-call meta.method#57c7ff
entity.name.type.class#ff5c57
entity.other.inherited-class#ff5c57
support.module, support.node#ff5c57italic
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.definition.variable#ff5c57
meta.object-literal.key#ff5c57
storage.type.annotation#ff5c57
variable.other.parsetime.begin, variable.other.parsetime.end#ff5c57
meta.function-call.c#eff0eb
meta.function-call.cpp#eff0eb
meta.class.identifier.cs storage.type.cs#ff5c57
meta.method.identifier.cs entity.name.function.cs#57c7ff
meta.method-call.cs meta.method.cs, entity.name.function.cs#57c7ff
meta.method.return-type.cs#9aedfe
entity.name.tag.css#ff5c57
entity.other.attribute-name.class#9aedfe
entity.other.attribute-name.id#9aedfe
support.type.property-name.css#eff0eb
punctuation.definition.entity.css#eff0eb
text.html meta.tag.sgml.doctype#ff6ac1
punctuation.definition.tag#eff0eb
entity.name.tag#ff5c57
entity.other.attribute-name#f3f99d
punctuation.section.embedded#ff5c57
entity.name.section.group-title.ini#57c7ff
keyword.other.definition.ini#ff5c57
meta.definition.class.implemented.interfaces.java entity.other.inherited-class.java#9aedfe
meta.method-call.java meta.method.java#57c7ff
meta.function-call.java#eff0eb
meta.method-call.java meta.inner-class.java meta.method.java#eff0eb
meta.method-call.java meta.inner-class.java meta.method.java meta.method-call.java meta.method.java#57c7ff
meta.definition.variable.java entity.name.function.java#57c7ff
constant.language.java#5af78e
constant.language.import-export-all.js, constant.language.import-export-all.jsx#eff0eb
storage.modifier.async.js, storage.modifier.async.jsx#ff6ac1
variable.object.property.js, variable.object.property.jsx#eff0eb
meta.object-literal.key string, support.type.property-name.json#ff5c57
entity.name.tag support.class.component#ff5c57underline
markup.heading#57c7ff
text.html.markdown meta.link.inline, meta.link.reference, markup.underline.link.image#ff5c57
text.html.markdown markup.quote#9aedfe
text.html.markdown beginning.punctuation.definition.list#f3f99d
text.html.markdown markup.inline.raw, text.html.markdown markup.fenced_code.block.markdown#ff6ac1
markup.italic#ff5c57italic
markup.bold#ff5c57bold
markup.bold markup.italic, markup.italic markup.bold#ff5c57italic bold
keyword.operator.arithmetic.python#eff0eb
meta.function.python entity.name.function.decorator.python#ff5c57
constant.language.python#5af78e
constant.language.import-export-all.ts, constant.language.import-export-all.tsx#eff0eb
variable.object.property.ts, variable.object.property.tsx#eff0eb
text.xml.xsl entity.name.tag.namespace#ff5c57underline
entity.name.tag.yaml#ff5c57

Shiki preview

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

Loading...

Snazzy Theme - Coding Theme