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#1c1c1d
  • editor.foldBackground#44444444
  • editor.foreground#C0C0C0
  • editor.lineHighlightBackground#030303
  • editor.selectionBackground#253550
  • editorCursor.foreground#D0D0D0
  • editorLineNumber.activeForeground#C0C0C0
  • editorLineNumber.foreground#707070
  • editorUnnecessaryCode.opacity#00000070
  • editorWhitespace.foreground#444444
  • tab.activeBorder#007ACC

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#707070
string#01b33cbold
constant.language#a770f0 bold italic
constant.numeric#a770f0bold
constant.character, constant.other#B080F0
variable#fc69bf italic
keyword#ffff71
storage#ff3333italic
entity.other.attribute-name#A6E725underline
entity.other.inherited-class#A6E725italic underline
entity.name.function, support.function#46f394
variable.parameter#ff893aitalic
entity.name.tag#F92672
entity.other.attribute-name#a0e21d
support.function#6bf7f7bold
support.constant, support.class#a9fd64bold
storage.type#6bf7f7italic
support.type#00b7ff
support.other.variable#ff59b4 italic
invalid#F8F8F0
invalid.deprecated#F8F8F0
string.quoted.double.json#e49865 italic
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#E6DB74
markup.deleted.git_gutter#F92672
markup.inserted.git_gutter#A6E22E
markup.changed.git_gutter#E6DB74
markup.ignored.git_gutter#75715E
markup.untracked.git_gutter#75715E
constant.numeric.line-number.find-in-files - match#AE81FFA0
entity.name.filename.find-in-files#E6DB74

Shiki preview

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

Loading...