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#22282A
  • editor.foreground#F1F2F3
  • editor.lineHighlightBackground#373a3f
  • editor.selectionBackground#3d4c4e
  • editor.selectionHighlightBackground#303b3d
  • editorCursor.foreground#AEAFAD
  • editorError.foreground#942323
  • editorGutter.background#22282A
  • editorIndentGuide.background#343b3f
  • editorInfo.foreground#4B4E55
  • editorRuler.foreground#343b3f
  • editorWarning.foreground#93C763
  • editorWhitespace.foreground#4B4E55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F1F2F3
comment#66747B
keyword.operator.js, entity.name.tag, constant.other, source.php.embedded.line, variable.parameter, meta.tag, declaration.tag#F1F2F3
variable, support.other.variable, string.other.link, entity.name.tag, entity.name.filename.find-in-files#93C763
string.regexp, meta.link#81A2BE
constant.numeric, support.constant, punctuation.section.embedded, keyword.other.unit, constant.character.escape#FFCD22
entity.name.class, entity.name.type.class, support.type, support.class#678CB1
string, constant.other.symbol, constant.character, entity.other.inherited-class, markup.heading, constant.numeric.line-number.match.find-in-files#EC7600
entity.name.tag.localname, entity.name.type.class#678CB1
keyword, storage, entity.name.tag.css, constant.language, keyword.operator#93C763
invalid#ffffff
meta.separator#ffffff
invalid.deprecated#ffffff

Shiki preview

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

Loading...

Son of Obsidian Theme - Coding Theme