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#F8F8F8
  • editor.foreground#2A2A2A
  • statusBar.background#E0E0E0
  • statusBar.debuggingBackground#E0E0E0
  • statusBar.foreground#2A2A2A
  • statusBar.noFolderBackground#E0E0E0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.pine, keyword.control.conditional.pine#D000D0
entity.name.function.pine, entity.name.function.declaration.pine#005F87
variable.declaration.pine#007200
support.variable.reassignment.pine#B58900
keyword.operator.assignment.pine#666666
variable.language.pine#D70000
storage.type.pine#008080
constant.language.pine#D000D0
constant.numeric.pine#005F87
keyword.operator.comparison.pine, keyword.operator.ternary.pine, keyword.operator.arithmetic.pine#666666
keyword.operator.arrow.pine#666666
string.quoted.double.pine#007200
comment.line.pine#6A737D
support.function.pine#005F87
entity.name.tag.pine#B58900
constant.other.pine#008080
storage.modifier.pine#D000D0
entity.name.tag.argument.pine#B58900
Pine Script Syntax by 0xjcf - VS Code Theme