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.

  • editor.background#f8f8f8
  • editor.foreground#202224
  • editor.lineHighlightBackground#f0f1f2
  • editor.lineHighlightBorder#00000000
  • editorGutter.background#f8f8f8
  • editorLineNumber.foreground#007d9c
  • focusBorder#007d9c
  • foreground#6e7072

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring.multi.python, string.comment#3a6e11
string.quoted#007d9c

Shiki preview

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

Loading...

Godoc Theme - Coding Theme