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#2D2D2D
  • editor.foreground#D8D8D8
  • statusBar.background#2D2D2D
  • statusBar.debuggingBackground#2D2D2D
  • statusBar.foreground#D8D8D8
  • statusBar.noFolderBackground#2D2D2D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.conditional.pine#C792EA
keyword.control.pine#C792EA
entity.name.function.pine#89DDFF
entity.name.function.declaration.pine#89DDFF
variable.declaration.pine#C3E88D
support.variable.reassignment.pine#FFCB6B
keyword.operator.assignment.pine#B3B3B3
variable.language.pine#F07178
storage.type.pine#82AAFF
constant.language.pine#C792EA
constant.numeric.pine#82AAFF
keyword.operator.comparison.pine, keyword.operator.ternary.pine, keyword.operator.arithmetic.pine#B3B3B3
keyword.operator.arrow.pine#B3B3B3
string.quoted.double.pine#C3E88D
comment.line.pine#5C6773
support.function.pine#89DDFF
entity.name.tag.pine#FFCB6B
constant.other.pine#82AAFF
storage.modifier.pine#C792EA
entity.name.tag.argument.pine#FFCB6B
Pine Script Syntax by 0xjcf - VS Code Theme