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#201632
  • editor.foreground#b4a1d6
  • editor.lineHighlightBackground#4E4167
  • editor.selectionBackground#322A40
  • editorCursor.foreground#FFFFFF
  • editorWhitespace.foreground#b4a1d6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b4a1d6
comment#675a80
string#DBD36E
constant.numeric#db8958
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable#E2454B
keyword#7450b6
storage#F92672
storage.type#66D9EF italic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#A6E22E
variable.parameter#b4a1d6italic
entity.name.tag#E2454B
entity.other.attribute-name#db8958
support.function#74CAB4
support.constant#db8958
support.type, support.class#b4a1d6
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0