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.

  • editor.background#f8f8f8
  • editor.foreground#1D1D1D
  • editor.lineHighlightBackground#e8e8e8
  • editor.selectionBackground#d6d6d6
  • editor.wordHighlightBackground#ff000012
  • editorCursor.foreground#3d3d3d
  • editorIndentGuide.activeBackground1#ff9999
  • editorIndentGuide.background1#dddddd
  • editorLineNumber.foreground#9c9c9c
  • editorWhitespace.foreground#D1D1D1
  • list.activeSelectionBackground#7ea2c1
  • list.inactiveSelectionBackground#A3B7C6
  • quickInputList.focusBackground#7ea2c1
  • sideBar.background#e8e8e8
  • sideBar.foreground#000000
  • tab.activeBackground#ececec
  • tab.inactiveBackground#dddddd
  • tree.indentGuidesStroke#79d3fb

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#4D4D4C
comment#9a9a9a
keyword.operator.class, constant.other, source.php.embedded.line#4d4d4d
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag#e65949
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit#6969ff
entity.name.class, entity.name.type.class, support.type, support.class#B78704
string, constant.other.symbol, entity.other.inherited-class, markup.heading#51a74e
keyword.operator, constant.other.color#1aa7b0
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level#3366CC
keyword, storage, storage.type#8e44be
meta.separator#ffffff
invalid.deprecated#ffffff
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file#ffffff
markup.inserted.diff, meta.diff.header.to-file
markup.deleted.diff, meta.diff.header.from-file
meta.diff.header.from-file, meta.diff.header.to-file#ffffff
meta.diff.range#333333italic

Shiki preview

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

Loading...

ecos - Coding Theme