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#1c1c1c
  • editor.foreground#d0d0d0
  • editor.selectionBackground#883b3b
  • editorCursor.foreground#d0d0c0
  • sideBarTitle.foreground#d0d0d0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.modifier#d7005f
variable, entity.name.variable, entity.name.type.namespace, entity.name.type.class, entity.name.type.enum, punctuation.terminator.statement, storage.type, support.type.property-name#d7875f
entity.name.function, entity.other.attribute-name, support.variable.property#3e999f
comment.line.double-slash#808080
meta.tag#629755italic bold
comment.block#629755italic
string#5f8700
constant.numeric#6897bb
variable.other.object.property#9876aa
variable.other.readwriteunderline
constant.language#afdf00
punctuation.parenthesis#5fafdf
invalid, invalid.illegal#FF5370
support.function.any-method#005f87

Shiki preview

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

Loading...