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#1E1E1E
  • editor.foreground#F5F5F5
  • statusBar.background#1E1E1E
  • statusBar.debuggingBackground#1E1E1E
  • statusBar.foreground#F5F5F5
  • statusBar.noFolderBackground#1E1E1E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.pine, keyword.control.conditional.pine#FF80FF
entity.name.function.pine, entity.name.function.declaration.pine#00BFFF
variable.declaration.pine#00FF80
support.variable.reassignment.pine#FFD700
keyword.operator.assignment.pine#C586C0
variable.language.pine#FF4040
storage.type.pine#4EC9B0
constant.language.pine#FF80FF
constant.numeric.pine#79C0FF
keyword.operator.comparison.pine, keyword.operator.ternary.pine, keyword.operator.arithmetic.pine#C586C0
keyword.operator.arrow.pine#C586C0
string.quoted.double.pine#7FFF00
comment.line.pine#6A9955
support.function.pine#00BFFF
entity.name.tag.pine#E5C07B
constant.other.pine#4EC9B0
storage.modifier.pine#FF80FF
entity.name.tag.argument.pine#E5C07B
Pine Script Syntax by 0xjcf - VS Code Theme