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.

  • activityBar.background#161616
  • editor.background#111111
  • editor.foreground#E5E5E5
  • editor.lineHighlightBackground#1B1B1B
  • editor.selectionBackground#2D2D2D
  • editorError.foreground#FF5370
  • editorInfo.foreground#61AFEF
  • editorWarning.foreground#FFB020
  • panel.background#161616
  • sideBar.background#161616
  • statusBar.background#161616
  • statusBar.foreground#E5E5E5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.declaration.vri#3B82F6
keyword.control.vri, keyword.control.secondary.vri#C586C0
keyword.control.import.vri#EA580C
keyword.control.include.vri#B91C1C
keyword.control.async.vri#A855F7
keyword.control.terminator.vri#8E5FA8bold
entity.name.function.vri#61AFEF
entity.name.type.vri#56B6C2
storage.type.tensor.vri, storage.type.scalar.vri#E5C07B
support.function.ai.matmul.vri, support.function.ai.embed.vri, support.function.ai.train.vri, support.function.ai.grad.vri#F97316
support.function.intrinsic.grade-s.simd.vri, support.function.intrinsic.grade-s.matmul.vri, support.function.intrinsic.grade-s.kernel.vri#FF2D6Fbold
constant.numeric.vri#98C379
string.quoted.double.vri#D19A66
keyword.operator.vri, keyword.operator.word.vri, keyword.operator.power.vri, keyword.operator.math-context.vri, keyword.operator.cast.vri, support.function.system.xor.vri, support.function.system.shift.vri#ABB2BF
comment.block.vri, comment.block.hash-star.vri, comment.block.double-hash.vri, comment.line.double-slash.vri, comment.line.number-sign.vri#22C55Eitalic