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.

  • activityBar.background#000000
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#0000ff
  • editor.selectionBackground#FFFF00
  • editor.selectionForeground#000000
  • editorCursor.foreground#ffffff
  • editorWhitespace.foreground#0000ff
  • focusBorder#ffff00
  • gitDecoration.addedResourceForeground#00FF00
  • gitDecoration.conflictingResourceForeground#ff00FF
  • gitDecoration.deletedResourceForeground#FF0000
  • gitDecoration.ignoredResourceForeground#6B6B6B
  • gitDecoration.modifiedResourceForeground#FFFF00
  • gitDecoration.submoduleResourceForeground#0FF
  • gitDecoration.untrackedResourceForeground#0F0
  • panel.background#000000
  • sideBar.background#000000
  • sideBar.foreground#FFFFFF
  • tab.activeBackground#0000ff
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
markup.heading#00FF00bold
markup.list#FF00FF
markup.bold#0FFbold
markup.italicitalic
markup.quote#6B6B6Bitalic
comment#6b6b6b
string#00FF00
constant.numeric#FF0000
constant.language#FF0000
constant.character, constant.other#FF0000
variable#FFFF00
keyword#FF00FFitalic
storage#FF00FF
storage.type#00FFFF
entity.name.class#FFFF00
entity.other.inherited-class#FFFF00
entity.name.function#FFFF00
variable.parameter#FFFF00
entity.name.tag#FF0000
entity.other.attribute-name#FF0000
support.function#00FF00
support.constant#00FF00
support.type, support.class#00FFFF
support.other.variable#FF0000
invalid#FFFFFF
invalid.deprecated#FFFFFF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

mesaquen-hc-theme - Coding Theme