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#1e1f22
  • editor.findMatchBackground#114957
  • editor.findMatchHighlightBackground#114957
  • editor.findRangeHighlightBackground#114957
  • editor.foreground#bcbec4
  • editor.lineHighlightBackground#26282e
  • editor.selectionBackground#2d543f
  • editor.selectionHighlightBackground#2d543f
  • editorCursor.foreground#ced0d6
  • editorIndentGuide.activeBackground#666870
  • editorIndentGuide.background#313438
  • editorLineNumber.activeForeground#a1a3ab
  • editorLineNumber.foreground#4b5059
  • editorWhitespace.foreground#6f737a
  • gitDecoration.addedResourceForeground#73bd79
  • gitDecoration.deletedResourceForeground#6f737a
  • gitDecoration.modifiedResourceForeground#70aeff
  • panel.background#1e1f22
  • panel.border#2b2d30
  • search.resultsInfoForeground#bcbec4
  • sideBar.background#1e1f22
  • sideBar.border#2b2d30
  • statusBar.background#1e1f22
  • statusBar.foreground#bcbec4
  • terminal.background#1e1f22
  • terminal.foreground#bcbec4
  • terminalCursor.foreground#ced0d6
  • titleBar.activeBackground#1e1f22
  • titleBar.activeForeground#bcbec4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
invalid.illegal#f75464underline
comment, punctuation.definition.comment#7a7e85
comment.block.documentation, comment.block.javadoc#5f826b
string#6aab73
string.escape#cf8e6d
invalid.escape#f75464
keyword, storage.type, storage.modifier#cf8e6d
constant.numeric, keyword.operator.units#2aacb8
constant.language, constant.character, constant.other, variable.other.enummember, support.constant#c77dbbbold
entity.name.function, meta.function-call, support.function#56a8f5
entity.name.type, support.class, support.type, storage.type.cs, entity.other.inherited-class#2fbaa3
variable, entity.name.variable, meta.definition.variable.name, support.variable, variable.other#bcbec4
entity.name.tag, punctuation.definition.tag, meta.tag.html, meta.tag.xml#d5b778
entity.other.attribute-name, meta.tag.attributes#bcbec4
support.class.component.tsx, support.class.component.jsx#9c9cff
string.regexp, constant.character.escape.backslash.regexp#42c3d4

Shiki preview

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

Loading...

Customized JetBrains Dark Theme - Coding Theme