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#0A1024
  • editor.background#050816
  • editor.foreground#E6EDF7
  • editor.lineHighlightBackground#101735
  • editor.selectionBackground#1D2A54
  • editorError.foreground#FF5370
  • editorInfo.foreground#38BDF8
  • editorWarning.foreground#FFB020
  • panel.background#0A1024
  • sideBar.background#0A1024
  • statusBar.background#0A1024
  • statusBar.foreground#E6EDF7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.declaration.vri#3B82F6
keyword.control.vri, keyword.control.secondary.vri#C792EA
keyword.control.import.vri#EA580C
keyword.control.include.vri#B91C1C
keyword.control.async.vri#A855F7
keyword.control.terminator.vri#8A5AB8bold
entity.name.function.vri#82AAFF
entity.name.type.vri#4FC1FF
storage.type.tensor.vri, storage.type.scalar.vri#FFD700
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#9EFFA1
string.quoted.double.vri#FFB86C
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#89DDFF
comment.block.vri, comment.block.hash-star.vri, comment.block.double-hash.vri, comment.line.double-slash.vri, comment.line.number-sign.vri#22C55Eitalic
Vir-lang by Virgori Labs - VS Code Theme