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#0A0A0A
  • editor.foreground#E0E0E0
  • statusBar.background#0A0A0A
  • statusBar.debuggingBackground#0A0A0A
  • statusBar.foreground#FF00FF
  • statusBar.noFolderBackground#0A0A0A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.conditional.pine#FF00FF
keyword.control.pine#FF00FF
entity.name.function.pine#00FFFF
entity.name.function.declaration.pine#00FFFF
variable.declaration.pine#00FF00
support.variable.reassignment.pine#FFFF00
keyword.operator.assignment.pine#FFA500
variable.language.pine#FF0000
storage.type.pine#00FFFF
constant.language.pine#FF00FF
constant.numeric.pine#00FFFF
keyword.operator.comparison.pine, keyword.operator.ternary.pine, keyword.operator.arithmetic.pine#FFA500
keyword.operator.arrow.pine#FFA500
string.quoted.double.pine#ADFF2F
comment.line.pine#8A2BE2
support.function.pine#00FFFF
entity.name.tag.pine#FFFF00
constant.other.pine#FF00FF
storage.modifier.pine#FF00FF
entity.name.tag.argument.pine#FFFF00
Pine Script Syntax by 0xjcf - VS Code Theme