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.

  • editor.background#242424
  • editor.foreground#F4F4F4
  • editor.lineHighlightBackground#5F95DE
  • editor.selectionBackground#444459
  • editorCursor.foreground#F4F4F4
  • editorWhitespace.foreground#A4A4A4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
pylinter#AC92DE—
pylinter.W#EBB483—
pylinter.R#A4A4A4—
pylinter.E#DE958E—
pylinter.F#A4A4A4—
—#F4F4F4—
comment#A4A4A4—
string#E9EABE—
constant.numeric#A0D17B—
constant.language#AC92DE—
constant.character, constant.other#F4F4F4—
variable#AC92DEitalic
keyword#DE958E—
storage#DE958E
storage.type#B6ECF3italic
entity.name.class#A0D17Bunderline
entity.other.inherited-class#B6ECF3italic underline
entity.name.function#A0D17B
variable.parameter#EBB483italic
entity.name.tag#DE958E
entity.other.attribute-name#F4F4F4
support.function#A0D17Bitalic
support.constant#B6ECF3
support.type, support.class#7EC4CFitalic
support.other.variable—
invalid#F4F4F4
invalid.deprecated#F4F4F4—
meta.structure.dictionary.json string.quoted.double.json#F4F4F4—
meta.diff, meta.diff.header#A4A4A4—
markup.deleted#DE958E—
markup.inserted#A0D17B—
markup.changed#E9EABE—
constant.numeric.line-number.find-in-files - match#AC92DEA0—
entity.name.filename.find-in-files#E9EABE—
Henanigans by madfriend - VS Code Theme