Skip to main content
Coding Theme

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.background#1c1c1d
  • editor.foreground#C0C0C0
  • editor.lineHighlightBackground#030303
  • editor.selectionBackground#253550
  • editorCursor.foreground#D0D0D0
  • editorIndentGuide.activeBackground#9D550FB0
  • editorIndentGuide.background#444444
  • editorLineNumber.activeForeground#C0C0C0
  • editorLineNumber.foreground#707070
  • editorUnnecessaryCode.opacity#00000050
  • editorWhitespace.foreground#444444

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#707070—
string#60D060—
constant.numeric#D070F0—
constant.language#8080F0 bold italic
constant.character, constant.other#B080F0—
variable#F060B0 italic
keyword#E0E060—
storage#F92672
storage.type#60E0E0italic
entity.name.class#A6E725underline
entity.other.inherited-class#7FB11Bitalic underline
entity.name.function#60F0A0
variable.parameter#fc9755italic
entity.name.tag#F92672
entity.other.attribute-name#a0e21d
support.function#64ffaa
support.constant#a9fd64
support.type, support.class#F08080italic
support.other.variable#F060B0 italic
invalid#F8F8F0
invalid.deprecated#F8F8F0—
meta.structure.dictionary.json string.quoted.double.json#CFCFC2—
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—
Decorate it by Squeeble - VS Code Theme