Skip to main content
CodingTheme

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.lineHighlightBackground#EAEAEA
  • sideBar.foreground#000000
  • terminal.ansiBlack#000000
  • terminal.ansiBrightBlack#000000
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiWhite#E9EBEB
  • terminal.foreground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source#000000nil
comment, punctuation.definition.comment#008000nil
entity.name.type.namespace, support.package#000000nil
constant, keyword, storage.modifier, storage.type.class, storage.type.function, storage.type.import, storage.type.package, storage.type.js, storage.type.ts#0000FFnil
entity.name.type, storage.type, support.class#C000C0nil
constant.numeric#FF0000nil
punctuation.definition.string, string#A31515nil
support.function.builtin#0000FFbold
entity.name.function, meta.method, support.function#000000bold
variable#000000nil
constant.other.placeholder.go#FF0000nil
punctuation.definition.tag, entity.name.tag#0000FFbold
entity.other.attribute-name#C000C0nil

Shiki preview

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

Loading...

Massimo-theme by Massimo Betacchini - VS Code Theme