Skip to main content
CodingTheme

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#1A1A1A
  • editor.foreground#D4D4D4
  • editor.inactiveSelectionBackground#3A3D41
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#264F78
  • editorCursor.foreground#FFFFFF
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorLineNumber.activeForeground#C6C6C6
  • editorLineNumber.foreground#858585
  • editorWhitespace.foreground#3B3B3B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#6A9955italic
variable, variable.other.readwrite, variable.language#9CDCFE
keyword#C586C0bold
string#CE9178
constant.numeric#B5CEA8
entity.name.function#DCDCAA
storage#569CD6bold
entity.name.type#4EC9B0
meta.function-call#DCDCAA
support.function#DCDCAA

Shiki preview

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

Loading...