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#ffffff
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#e5ebf1
  • editor.selectionBackground#add6ff
  • editorCursor.foreground#000000
  • editorLineNumber.foreground#237893

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.version.promptscript#af00dbbold
entity.name.function.promptscript#267f99bold
variable.parameter.flag.promptscript#001080italic
variable.other.reference.promptscript#a31515bold
variable.other.constant.promptscript#0070c1
keyword.control.promptscript#af00db
keyword.other.promptscript#0000ff
storage.modifier.promptscript#0000ff
string.quoted#a31515
constant.numeric#098658
constant.language#0000ff
keyword.operator#000000
comment#008000italic