Skip to main content
Coding Theme

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.

  • activityBarBadge.background#ff4500
  • editor.background#0d0d0d
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#ff450033
  • editorCursor.foreground#ff4500
  • editorLineNumber.foreground#444444
  • sideBarTitle.foreground#bbbbbb

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control.vex#ff4500bold
keyword.declaration.vex#ff6a00bold
keyword.import.vex#ff8c42
support.function.builtin.vex#ff4500bold
string.quoted.double.vex#98c379
string.quoted.single.vex#98c379
variable.other.interpolated.vex#e5c07bbold
constant.numeric.vex#d19a66
constant.language.vex#ff6a00bold
entity.name.function.vex#61afef
comment.line.hash.vex#444444italic
keyword.control.mode.vex#ff4500italic bold
keyword.operator.vex#ff4500
Vex Language by Sohail Ali - VS Code Theme